Searched refs:tuple (Results 1 – 1 of 1) sorted by relevance
2000 Tuple tuple = TUPLES[i]; in test_shiftIntBits_II() local2001 assertEquals(tuple.result, Float.floatToIntBits(Math.scalb(Float in test_shiftIntBits_II()2002 .intBitsToFloat(tuple.value), tuple.factor))); in test_shiftIntBits_II()2003 assertEquals(tuple.result, Float.floatToIntBits(-Math.scalb(-Float in test_shiftIntBits_II()2004 .intBitsToFloat(tuple.value), tuple.factor))); in test_shiftIntBits_II()2046 Tuple tuple = TUPLES[i]; in test_shiftLongBits_LL() local2047 assertEquals(tuple.result, Double.doubleToLongBits(Math.scalb( in test_shiftLongBits_LL()2048 Double.longBitsToDouble(tuple.value), tuple.factor))); in test_shiftLongBits_LL()2049 assertEquals(tuple.result, Double.doubleToLongBits(-Math.scalb( in test_shiftLongBits_LL()2050 -Double.longBitsToDouble(tuple.value), tuple.factor))); in test_shiftLongBits_LL()