Home | History | Annotate | Download | only in lang

Lines Matching defs: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
903 assertTrue("The result should be NaN.", Double.isNaN(StrictMath
935 assertTrue("The result should be NaN.", Float.isNaN(StrictMath
965 assertTrue("Failed to round properly - NaN", Double.isNaN(StrictMath
1111 assertTrue(Double.isNaN(StrictMath.scalb(Double.NaN, 1)));
1112 assertTrue(Double.isNaN(StrictMath.scalb(Double.NaN, 0)));
1113 assertTrue(Double.isNaN(StrictMath.scalb(Double.NaN, -120)));
1273 assertTrue(Float.isNaN(StrictMath.scalb(Float.NaN, 1)));
1274 assertTrue(Float.isNaN(StrictMath.scalb(Float.NaN, 0)));
1275 assertTrue(Float.isNaN(StrictMath.scalb(Float.NaN, -120)));
1302 assertTrue(Double.isNaN(StrictMath.signum(Double.NaN)));
1328 assertTrue(Float.isNaN(StrictMath.signum(Float.NaN)));
1363 assertTrue(Double.isNaN(StrictMath.sinh(Double.NaN)));
1419 assertTrue(Double.isNaN(StrictMath.tanh(Double.NaN)));
1489 .isNaN(StrictMath.ulp(Double.NaN)));
1524 assertTrue("Should return NaN", Float.isNaN(StrictMath.ulp(Float.NaN)));