Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DStrictMathTest.java186 final long absMagnitudeBits = Double.doubleToLongBits(StrictMath in test_copySign_DD() local
193 absMagnitudeBits, Double.doubleToLongBits(StrictMath in test_copySign_DD()
207 absMagnitudeBits, resultBits); in test_copySign_DD()
251 final int absMagnitudeBits = Float.floatToIntBits(StrictMath in test_copySign_FF() local
258 absMagnitudeBits, Float.floatToIntBits(StrictMath.copySign( in test_copySign_FF()
271 absMagnitudeBits, resultBits); in test_copySign_FF()
DMathTest.java170 final long absMagnitudeBits = Double.doubleToLongBits(Math in test_copySign_DD() local
177 absMagnitudeBits, Double.doubleToLongBits(Math.copySign( in test_copySign_DD()
191 absMagnitudeBits, resultBits); in test_copySign_DD()
242 final int absMagnitudeBits = Float.floatToIntBits(Math in test_copySign_FF() local
249 absMagnitudeBits, Float.floatToIntBits(Math.copySign( in test_copySign_FF()
262 absMagnitudeBits, resultBits); in test_copySign_FF()