Home
last modified time | relevance | path

Searched defs:resultBits (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DStrictMathTest.java200 final long resultBits = Double.doubleToLongBits(StrictMath in test_copySign_DD() local
265 final int resultBits = Float.floatToIntBits(StrictMath in test_copySign_FF() local
703 final long resultBits = Double.doubleToLongBits(StrictMath in test_nextAfter_DD() local
768 final int resultBits = Float.floatToIntBits(StrictMath in test_nextAfter_FD() local
832 final long resultBits = Double.doubleToLongBits(StrictMath in test_nextUp_D() local
864 final int resultBits = Float.floatToIntBits(StrictMath in test_nextUp_F() local
DMathTest.java184 final long resultBits = Double.doubleToLongBits(Math.copySign( in test_copySign_DD() local
256 final int resultBits = Float.floatToIntBits(Math.copySign( in test_copySign_FF() local
826 final long resultBits = Double.doubleToLongBits(Math.nextAfter( in test_nextAfter_DD() local
915 final int resultBits = Float.floatToIntBits(Math.nextAfter( in test_nextAfter_FD() local
979 final long resultBits = Double.doubleToLongBits(Math.nextUp(start)); in test_nextUp_D() local
1010 final int resultBits = Float.floatToIntBits(Math.nextUp(start)); in test_nextUp_F() local