Lines Matching refs:isNaN

130         assertTrue("Should return Double.NaN", Double.isNaN(StrictMath
195 assertTrue("The result should be NaN.", Double.isNaN(StrictMath
217 assertTrue("The result should be NaN.", Double.isNaN(StrictMath
260 assertTrue("The result should be NaN.", Float.isNaN(StrictMath
281 assertTrue("The result should be NaN.", Float.isNaN(StrictMath
323 assertTrue("Should return NaN", Double.isNaN(StrictMath
369 assertTrue("Should return NaN", Double.isNaN(StrictMath.expm1(Double.NaN)));
471 assertTrue("Should return NaN",Double.isNaN(StrictMath.hypot(Double.NaN,
473 assertTrue("Should return NaN",Double.isNaN(StrictMath.hypot(-345.2680,
521 assertTrue("Should return NaN", Double.isNaN(StrictMath
523 assertTrue("Should return NaN", Double.isNaN(StrictMath
555 assertTrue("Should return NaN", Double.isNaN(StrictMath
557 assertTrue("Should return NaN", Double.isNaN(StrictMath
721 assertTrue("The result should be NaN.", Double.isNaN(StrictMath
725 assertTrue("The result should be NaN.", Double.isNaN(StrictMath
728 assertTrue("The result should be NaN.", Double.isNaN(StrictMath
788 assertTrue("The result should be NaN.", Float.isNaN(StrictMath
792 assertTrue("The result should be NaN.", Float.isNaN(StrictMath
795 assertTrue("The result should be NaN.", Float.isNaN(StrictMath
839 assertTrue("The result should be NaN.", Double.isNaN(StrictMath
871 assertTrue("The result should be NaN.", Float.isNaN(StrictMath
901 assertTrue("Failed to round properly - NaN", Double.isNaN(StrictMath
1047 assertTrue(Double.isNaN(StrictMath.scalb(Double.NaN, 1)));
1048 assertTrue(Double.isNaN(StrictMath.scalb(Double.NaN, 0)));
1049 assertTrue(Double.isNaN(StrictMath.scalb(Double.NaN, -120)));
1209 assertTrue(Float.isNaN(StrictMath.scalb(Float.NaN, 1)));
1210 assertTrue(Float.isNaN(StrictMath.scalb(Float.NaN, 0)));
1211 assertTrue(Float.isNaN(StrictMath.scalb(Float.NaN, -120)));
1238 assertTrue(Double.isNaN(StrictMath.signum(Double.NaN)));
1264 assertTrue(Float.isNaN(StrictMath.signum(Float.NaN)));
1299 assertTrue(Double.isNaN(StrictMath.sinh(Double.NaN)));
1355 assertTrue(Double.isNaN(StrictMath.tanh(Double.NaN)));
1425 .isNaN(StrictMath.ulp(Double.NaN)));
1460 assertTrue("Should return NaN", Float.isNaN(StrictMath.ulp(Float.NaN)));