Searched refs:nextUpBits (Results 1 – 2 of 2) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | StrictMathTest.java | 696 final long nextUpBits = Double in test_nextAfter_DD() local 708 nextUpBits, resultBits); in test_nextAfter_DD() 761 final int nextUpBits = Float in test_nextAfter_FD() local 772 nextUpBits, resultBits); in test_nextAfter_FD() 830 final long nextUpBits = Double in test_nextUp_D() local 834 assertEquals("Result should be next up-number.", nextUpBits, in test_nextUp_D() 862 final int nextUpBits = Float in test_nextUp_F() local 866 assertEquals("Result should be next up-number.", nextUpBits, in test_nextUp_F()
|
D | MathTest.java | 850 final long nextUpBits = Double in test_nextAfter_DD() local 862 nextUpBits, resultBits); in test_nextAfter_DD() 939 final int nextUpBits = Float in test_nextAfter_FD() local 950 nextUpBits, resultBits); in test_nextAfter_FD() 1008 final long nextUpBits = Double in test_nextUp_D() local 1011 assertEquals("Result should be next up-number.", nextUpBits, in test_nextUp_D() 1039 final int nextUpBits = Float in test_nextUp_F() local 1042 assertEquals("Result should be next up-number.", nextUpBits, in test_nextUp_F()
|