Lines Matching refs:Tests

27  * @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.test("Math.nextAfter(float,double)", start, direction,
347 failures+=Tests.test("Math.nextAfter(float,double)", minus_start, minus_direction,
350 failures+=Tests.test("StrictMath.nextAfter(float,double)", start, direction,
352 failures+=Tests.test("StrictMath.nextAfter(float,double)", minus_start, minus_direction,
364 failures+=Tests.test("Math.nextAfter(double,double)", start, direction,
366 failures+=Tests.test("Math.nextAfter(double,double)", minus_start, minus_direction,
369 failures+=Tests.test("StrictMath.nextAfter(double,double)", start, direction,
371 failures+=Tests.test("StrictMath.nextAfter(double,double)", minus_start, minus_direction,
548 failures+=Tests.test("Math.nextUp(float)",
551 failures+=Tests.test("StrictMath.nextUp(float)",
586 failures+=Tests.test("Math.nextUp(double)",
589 failures+=Tests.test("StrictMath.nextUp(double)",
626 failures+=Tests.test("FpUtils.nextDown(float)",
662 failures+=Tests.test("FpUtils.nextDown(double)",
705 failures+=Tests.test("FpUtils.isNaN(float)", testCases[i],
709 failures+=Tests.test("FpUtils.isFinite(float)", testCases[i],
713 failures+=Tests.test("FpUtils.isInfinite(float)", testCases[i],
718 failures+=Tests.test("FpUtils.isUnordered(float, float)", testCases[i],testCases[j],
755 failures+=Tests.test("FpUtils.isNaN(double)", testCases[i],
759 failures+=Tests.test("FpUtils.isFinite(double)", testCases[i],
763 failures+=Tests.test("FpUtils.isInfinite(double)", testCases[i],
768 failures+=Tests.test("FpUtils.isUnordered(double, double)", testCases[i],testCases[j],
809 // Tests shared between raw and non-raw versions
815 failures+=Tests.test("Math.copySign(float,float)",
820 failures+=Tests.test("StrictMath.copySign(float,float)",
841 failures+=Tests.test("StrictMath.copySign(float,float)",
893 // Tests shared between Math and StrictMath versions
899 failures+=Tests.test("MathcopySign(double,double)",
904 failures+=Tests.test("StrictMath.copySign(double,double)",
925 failures+=Tests.test("StrictMath.copySign(double,double)",
942 failures+=Tests.test("Math.scalb(float,int)",
946 failures+=Tests.test("Math.scalb(float,int)",
950 failures+=Tests.test("StrictMath.scalb(float,int)",
954 failures+=Tests.test("StrictMath.scalb(float,int)",
1149 failures+=Tests.test("Math.scalb(double,int)",
1153 failures+=Tests.test("Math.scalb(double,int)",
1157 failures+=Tests.test("StrictMath.scalb(double,int)",
1161 failures+=Tests.test("StrictMath.scalb(double,int)",
1362 failures+=Tests.test("Math.ulp(float)", f,
1364 failures+=Tests.test("Math.ulp(float)", minus_f,
1366 failures+=Tests.test("StrictMath.ulp(float)", f,
1368 failures+=Tests.test("StrictMath.ulp(float)", minus_f,
1377 failures+=Tests.test("Math.ulp(double)", d,
1379 failures+=Tests.test("Math.ulp(double)", minus_d,
1381 failures+=Tests.test("StrictMath.ulp(double)", d,
1383 failures+=Tests.test("StrictMath.ulp(double)", minus_d,
1623 failures+=Tests.test("Math.signum(float)",
1625 failures+=Tests.test("StrictMath.signum(float)",
1657 failures+=Tests.test("Math.signum(double)",
1659 failures+=Tests.test("StrictMath.signum(double)",