Lines Matching refs:nextAfter

180                 float po2minus = FpUtils.nextAfter(po2,
192 * Use nextAfter to calculate, high value of previous binade,
208 testGetExponentCase(FpUtils.nextAfter(top, 0.0f),
287 double po2minus = FpUtils.nextAfter(po2,
299 * Use nextAfter to calculate, high value of previous binade;
315 testGetExponentCase(FpUtils.nextAfter(top, 0.0),
337 /* ******************** nextAfter tests ****************************** */
345 failures+=Tests.test("Math.nextAfter(float,double)", start, direction,
346 Math.nextAfter(start, direction), expected);
347 failures+=Tests.test("Math.nextAfter(float,double)", minus_start, minus_direction,
348 Math.nextAfter(minus_start, minus_direction), minus_expected);
350 failures+=Tests.test("StrictMath.nextAfter(float,double)", start, direction,
351 StrictMath.nextAfter(start, direction), expected);
352 failures+=Tests.test("StrictMath.nextAfter(float,double)", minus_start, minus_direction,
353 StrictMath.nextAfter(minus_start, minus_direction), minus_expected);
364 failures+=Tests.test("Math.nextAfter(double,double)", start, direction,
365 Math.nextAfter(start, direction), expected);
366 failures+=Tests.test("Math.nextAfter(double,double)", minus_start, minus_direction,
367 Math.nextAfter(minus_start, minus_direction), minus_expected);
369 failures+=Tests.test("StrictMath.nextAfter(double,double)", start, direction,
370 StrictMath.nextAfter(start, direction), expected);
371 failures+=Tests.test("StrictMath.nextAfter(double,double)", minus_start, minus_direction,
372 StrictMath.nextAfter(minus_start, minus_direction), minus_expected);
1446 float po2minus = FpUtils.nextAfter(po2,
1458 * Use nextAfter to calculate, high value of previous binade,
1473 testUlpCase(FpUtils.nextAfter(top, 0.0f),
1551 double po2minus = FpUtils.nextAfter(po2,
1563 * Use nextAfter to calculate, high value of previous binade,
1578 testUlpCase(FpUtils.nextAfter(top, 0.0f),