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.java1057 long negZeroBits = Double.doubleToLongBits(-0.0); in test_scalb_DI() local
1064 assertEquals(negZeroBits, Double.doubleToLongBits(StrictMath.scalb( in test_scalb_DI()
1066 assertEquals(negZeroBits, Double.doubleToLongBits(StrictMath.scalb( in test_scalb_DI()
1072 assertEquals(negZeroBits, Double.doubleToLongBits(StrictMath.scalb( in test_scalb_DI()
1082 assertEquals(negZeroBits, Double.doubleToLongBits(StrictMath.scalb( in test_scalb_DI()
1086 assertEquals(negZeroBits, Double.doubleToLongBits(StrictMath.scalb( in test_scalb_DI()
1091 assertEquals(negZeroBits, Double.doubleToLongBits(StrictMath.scalb( in test_scalb_DI()
1097 assertEquals(negZeroBits, Double.doubleToLongBits(StrictMath.scalb( in test_scalb_DI()
1103 assertEquals(negZeroBits, Double.doubleToLongBits(StrictMath.scalb( in test_scalb_DI()
1210 int negZeroBits = Float.floatToIntBits(-0.0f); in test_scalb_FI() local
[all …]
DMathTest.java1479 long negZeroBits = Double.doubleToLongBits(-0.0); in test_scalb_DI() local
1485 assertEquals(negZeroBits, Double in test_scalb_DI()
1487 assertEquals(negZeroBits, Double.doubleToLongBits(Math.scalb(-0.0, in test_scalb_DI()
1493 assertEquals(negZeroBits, Double.doubleToLongBits(Math.scalb(-1.0, in test_scalb_DI()
1502 assertEquals(negZeroBits, Double.doubleToLongBits(Math.scalb(-21.405, in test_scalb_DI()
1506 assertEquals(negZeroBits, Double.doubleToLongBits(Math.scalb( in test_scalb_DI()
1511 assertEquals(negZeroBits, Double.doubleToLongBits(Math.scalb( in test_scalb_DI()
1516 assertEquals(negZeroBits, Double.doubleToLongBits(Math.scalb( in test_scalb_DI()
1521 assertEquals(negZeroBits, Double.doubleToLongBits(Math.scalb( in test_scalb_DI()
1631 int negZeroBits = Float.floatToIntBits(-0.0f); in test_scalb_FI() local
[all …]