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
896 final long resultBits = Double.doubleToLongBits(StrictMath in test_nextDown_D() local
928 final int resultBits = Float.floatToIntBits(StrictMath in test_nextDown_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
857 final long resultBits = Double.doubleToLongBits(Math.nextAfter( in test_nextAfter_DD() local
946 final int resultBits = Float.floatToIntBits(Math.nextAfter( in test_nextAfter_FD() local
1010 final long resultBits = Double.doubleToLongBits(Math.nextUp(start)); in test_nextUp_D() local
1041 final int resultBits = Float.floatToIntBits(Math.nextUp(start)); in test_nextUp_F() local
1072 final long resultBits = Double.doubleToLongBits(Math.nextDown(start)); in test_nextDown_D() local
1103 final int resultBits = Float.floatToIntBits(Math.nextDown(start)); in test_nextDown_F() local