Searched refs:resultBits (Results 1 – 2 of 2) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | StrictMathTest.java | 200 final long resultBits = Double.doubleToLongBits(StrictMath in test_copySign_DD() local 207 absMagnitudeBits, resultBits); in test_copySign_DD() 212 negMagnitudeBits, resultBits); in test_copySign_DD() 265 final int resultBits = Float.floatToIntBits(StrictMath in test_copySign_FF() local 271 absMagnitudeBits, resultBits); in test_copySign_FF() 276 negMagnitudeBits, resultBits); in test_copySign_FF() 703 final long resultBits = Double.doubleToLongBits(StrictMath in test_nextAfter_DD() local 708 nextUpBits, resultBits); in test_nextAfter_DD() 711 nextDownBits, resultBits); in test_nextAfter_DD() 714 resultBits); in test_nextAfter_DD() [all …]
|
D | MathTest.java | 184 final long resultBits = Double.doubleToLongBits(Math.copySign( in test_copySign_DD() local 191 absMagnitudeBits, resultBits); in test_copySign_DD() 196 negMagnitudeBits, resultBits); in test_copySign_DD() 256 final int resultBits = Float.floatToIntBits(Math.copySign( in test_copySign_FF() local 262 absMagnitudeBits, resultBits); in test_copySign_FF() 267 negMagnitudeBits, resultBits); in test_copySign_FF() 857 final long resultBits = Double.doubleToLongBits(Math.nextAfter( in test_nextAfter_DD() local 862 nextUpBits, resultBits); in test_nextAfter_DD() 865 nextDownBits, resultBits); in test_nextAfter_DD() 868 resultBits); in test_nextAfter_DD() [all …]
|