Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DStrictMathTest.java698 final long nextDownBits = Double in test_nextAfter_DD() local
711 nextDownBits, resultBits); in test_nextAfter_DD()
763 final int nextDownBits = Float in test_nextAfter_FD() local
775 nextDownBits, resultBits); in test_nextAfter_FD()
894 final long nextDownBits = Double in test_nextDown_D() local
898 assertEquals("Result should be next down-number.", nextDownBits, in test_nextDown_D()
926 final int nextDownBits = Float in test_nextDown_F() local
930 assertEquals("Result should be next down-number.", nextDownBits, in test_nextDown_F()
DMathTest.java852 final long nextDownBits = Double in test_nextAfter_DD() local
865 nextDownBits, resultBits); in test_nextAfter_DD()
941 final int nextDownBits = Float in test_nextAfter_FD() local
953 nextDownBits, resultBits); in test_nextAfter_FD()
1070 final long nextDownBits = Double in test_nextDown_D() local
1073 assertEquals("Result should be next down-number.", nextDownBits, in test_nextDown_D()
1101 final int nextDownBits = Float in test_nextDown_F() local
1104 assertEquals("Result should be next down-number.", nextDownBits, in test_nextDown_F()