Searched refs:Tests (Results 1 - 25 of 25) sorted by relevance

/openjdk7/jdk/test/java/lang/Math/
H A DAtan2Tests.java27 * @summary Tests for {Math, StrictMath}.atan2
36 failures += Tests.test("StrictMath.atan2(double, double)", input1, input2,
38 failures += Tests.test("Math.atan2(double, double)", input1, input2,
H A DRoundTests.java65 failures += Tests.test("Math.round", input, Math.round(input), expected);
66 failures += Tests.test("StrictMath.round", input, StrictMath.round(input), expected);
93 failures += Tests.test("Math.round", input, Math.round(input), expected);
94 failures += Tests.test("StrictMath.round", input, StrictMath.round(input), expected);
H A DHyperbolicTests.java27 * @summary Tests for {Math, StrictMath}.{sinh, cosh, tanh}
361 failures += Tests.testTolerance("Math.sinh(double)",
364 failures += Tests.testTolerance("Math.sinh(double)",
368 failures += Tests.testTolerance("StrictMath.sinh(double)",
371 failures += Tests.testTolerance("StrictMath.sinh(double)",
381 failures += Tests.testUlpDiff("Math.sinh(double)",
384 failures += Tests.testUlpDiff("Math.sinh(double)",
388 failures += Tests.testUlpDiff("StrictMath.sinh(double)",
391 failures += Tests.testUlpDiff("StrictMath.sinh(double)",
719 failures += Tests
[all...]
H A DRint.java39 failures += Tests.test("Math.rint", input, Math.rint(input), expected);
40 failures += Tests.test("Math.rint", -input, Math.rint(-input), -expected);
41 failures += Tests.test("StrictMath.rint",
43 failures += Tests.test("StrictMath.rint", -input,
H A DIeeeRecommendedTests.java27 * @summary Tests for IEEE 754[R] recommended functions and similar methods
92 failures+=Tests.test("Math.getExponent(float)", f,
94 failures+=Tests.test("Math.getExponent(float)", minus_f,
97 failures+=Tests.test("StrictMath.getExponent(float)", f,
99 failures+=Tests.test("StrictMath.getExponent(float)", minus_f,
111 failures+=Tests.test("Math.getExponent(double)", d,
113 failures+=Tests.test("Math.getExponent(double)", minus_d,
116 failures+=Tests.test("StrictMath.getExponent(double)", d,
118 failures+=Tests.test("StrictMath.getExponent(double)", minus_d,
345 failures+=Tests
[all...]
H A DCeilAndFloorTests.java36 failures += Tests.test("Math.ceil", input, Math.ceil(input), expected);
37 failures += Tests.test("StrictMath.ceil", input, StrictMath.ceil(input), expected);
43 failures += Tests.test("Math.floor", input, Math.floor(input), expected);
44 failures += Tests.test("StrictMath.floor", input, StrictMath.floor(input), expected);
H A DCubeRootTests.java27 * @summary Tests for {Math, StrictMath}.cbrt
49 failures+=Tests.test("Math.cbrt(double)", input,
51 failures+=Tests.test("Math.cbrt(double)", minus_input,
53 failures+=Tests.test("StrictMath.cbrt(double)", input,
55 failures+=Tests.test("StrictMath.cbrt(double)", minus_input,
H A DHypotTests.java27 * @summary Tests for {Math, StrictMath}.hypot
218 failures += Tests.testUlpDiff("Math.hypot", x, y,
220 failures += Tests.testUlpDiff("Math.hypot", y, x,
223 failures += Tests.testUlpDiff("StrictMath.hypot", x, y,
225 failures += Tests.testUlpDiff("StrictMath.hypot", y, x,
H A DPowTests.java27 * @summary Tests for {Math, StrictMath}.pow
38 failures += Tests.test("StrictMath.pow(double, double)", input1, input2,
40 failures += Tests.test("Math.pow(double, double)", input1, input2,
48 failures += Tests.test("StrictMath.pow(double, double)", input1, input2,
55 failures += Tests.test("Math.pow(double, double)", input1, input2,
H A DExpm1Tests.java27 * @summary Tests for {Math, StrictMath}.expm1
206 failures += Tests.testUlpDiffWithLowerBound("Math.expm1(double)",
209 failures += Tests.testUlpDiffWithLowerBound("StrictMath.expm1(double)",
H A DLog1pTests.java27 * @summary Tests for {Math, StrictMath}.log1p
185 failures += Tests.testUlpDiff("Math.lop1p(double",
188 failures += Tests.testUlpDiff("StrictMath.log1p(double",
H A DLog10Tests.java27 * @summary Tests for {Math, StrictMath}.log10
47 failures+=Tests.test("Math.log10(double)", input,
50 failures+=Tests.test("StrictMath.log10(double)", input,
H A DTests.java35 public class Tests { class
36 private Tests(){}; // do not instantiate method in class:Tests
H A DTanTests.java27 * @summary Tests for {Math, StrictMath}.tan
36 failures += Tests.testUlpDiff("StrictMath.tan(double, double)", input,
38 failures += Tests.testUlpDiff("Math.tan(double, double)", input,
/openjdk7/jdk/test/java/lang/StrictMath/
H A DTests.java31 public class Tests { class
32 private Tests(){} method in class:Tests
H A DHyperbolicTests.java27 * @summary Tests for StrictMath.{sinh, cosh, tanh}
47 return Tests.test("StrictMath.sinh(double)", input,
52 return Tests.test("StrictMath.cosh(double)", input,
57 return Tests.test("StrictMath.tanh(double)", input,
H A DLog1pTests.java27 * @summary Tests for StrictMath.log1p
46 return Tests.test("StrictMath.log1p(double)", input,
H A DCubeRootTests.java27 * @summary Tests specifically for StrictMath.cbrt
51 failures+=Tests.test("StrictMath.cbrt(double)", input,
53 failures+=Tests.test("StrictMath.cbrt(double)", minus_input,
H A DLog10Tests.java27 * @summary Tests for StrictMath.log10
47 return Tests.test("StrictMath.log10(double)", input,
H A DExpm1Tests.java27 * @summary Tests for StrictMath.expm1
46 return Tests.test("StrictMath.expm1(double)", input,
H A DHypotTests.java27 * @summary Tests for StrictMath.hypot
46 return Tests.test("StrictMath.hypot(double)", input1, input2,
/openjdk7/jdk/test/java/net/ipv6tests/
H A DScopeTests.java33 public class ScopeTests extends Tests {
39 System.out.println ("Tests passed: OK");
H A DUdpTest.java33 public class UdpTest extends Tests {
H A DTcpTest.java33 public class TcpTest extends Tests {
H A DTests.java28 public class Tests { class

Completed in 107 milliseconds