Searched defs:resultBits (Results 1 – 2 of 2) sorted by relevance
200 final long resultBits = Double.doubleToLongBits(StrictMath in test_copySign_DD() local265 final int resultBits = Float.floatToIntBits(StrictMath in test_copySign_FF() local703 final long resultBits = Double.doubleToLongBits(StrictMath in test_nextAfter_DD() local768 final int resultBits = Float.floatToIntBits(StrictMath in test_nextAfter_FD() local832 final long resultBits = Double.doubleToLongBits(StrictMath in test_nextUp_D() local864 final int resultBits = Float.floatToIntBits(StrictMath in test_nextUp_F() local896 final long resultBits = Double.doubleToLongBits(StrictMath in test_nextDown_D() local928 final int resultBits = Float.floatToIntBits(StrictMath in test_nextDown_F() local
184 final long resultBits = Double.doubleToLongBits(Math.copySign( in test_copySign_DD() local256 final int resultBits = Float.floatToIntBits(Math.copySign( in test_copySign_FF() local857 final long resultBits = Double.doubleToLongBits(Math.nextAfter( in test_nextAfter_DD() local946 final int resultBits = Float.floatToIntBits(Math.nextAfter( in test_nextAfter_FD() local1010 final long resultBits = Double.doubleToLongBits(Math.nextUp(start)); in test_nextUp_D() local1041 final int resultBits = Float.floatToIntBits(Math.nextUp(start)); in test_nextUp_F() local1072 final long resultBits = Double.doubleToLongBits(Math.nextDown(start)); in test_nextDown_D() local1103 final int resultBits = Float.floatToIntBits(Math.nextDown(start)); in test_nextDown_F() local