Home
last modified time | relevance | path

Searched refs:negZeroBits (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DStrictMathTest.java993 long negZeroBits = Double.doubleToLongBits(-0.0); in test_scalb_DI() local
1000 assertEquals(negZeroBits, Double.doubleToLongBits(StrictMath.scalb( in test_scalb_DI()
1002 assertEquals(negZeroBits, Double.doubleToLongBits(StrictMath.scalb( in test_scalb_DI()
1008 assertEquals(negZeroBits, Double.doubleToLongBits(StrictMath.scalb( in test_scalb_DI()
1018 assertEquals(negZeroBits, Double.doubleToLongBits(StrictMath.scalb( in test_scalb_DI()
1022 assertEquals(negZeroBits, Double.doubleToLongBits(StrictMath.scalb( in test_scalb_DI()
1027 assertEquals(negZeroBits, Double.doubleToLongBits(StrictMath.scalb( in test_scalb_DI()
1033 assertEquals(negZeroBits, Double.doubleToLongBits(StrictMath.scalb( in test_scalb_DI()
1039 assertEquals(negZeroBits, Double.doubleToLongBits(StrictMath.scalb( in test_scalb_DI()
1146 int negZeroBits = Float.floatToIntBits(-0.0f); in test_scalb_FI() local
[all …]
DMathTest.java1389 long negZeroBits = Double.doubleToLongBits(-0.0); in test_scalb_DI() local
1395 assertEquals(negZeroBits, Double in test_scalb_DI()
1397 assertEquals(negZeroBits, Double.doubleToLongBits(Math.scalb(-0.0, in test_scalb_DI()
1403 assertEquals(negZeroBits, Double.doubleToLongBits(Math.scalb(-1.0, in test_scalb_DI()
1412 assertEquals(negZeroBits, Double.doubleToLongBits(Math.scalb(-21.405, in test_scalb_DI()
1416 assertEquals(negZeroBits, Double.doubleToLongBits(Math.scalb( in test_scalb_DI()
1421 assertEquals(negZeroBits, Double.doubleToLongBits(Math.scalb( in test_scalb_DI()
1426 assertEquals(negZeroBits, Double.doubleToLongBits(Math.scalb( in test_scalb_DI()
1431 assertEquals(negZeroBits, Double.doubleToLongBits(Math.scalb( in test_scalb_DI()
1541 int negZeroBits = Float.floatToIntBits(-0.0f); in test_scalb_FI() local
[all …]