Searched refs:tuple (Results 1 – 1 of 1) sorted by relevance
1997 Tuple tuple = TUPLES[i]; in test_shiftIntBits_II() local1998 assertEquals(tuple.result, Float.floatToIntBits(Math.scalb(Float in test_shiftIntBits_II()1999 .intBitsToFloat(tuple.value), tuple.factor))); in test_shiftIntBits_II()2000 assertEquals(tuple.result, Float.floatToIntBits(-Math.scalb(-Float in test_shiftIntBits_II()2001 .intBitsToFloat(tuple.value), tuple.factor))); in test_shiftIntBits_II()2043 Tuple tuple = TUPLES[i]; in test_shiftLongBits_LL() local2044 assertEquals(tuple.result, Double.doubleToLongBits(Math.scalb( in test_shiftLongBits_LL()2045 Double.longBitsToDouble(tuple.value), tuple.factor))); in test_shiftLongBits_LL()2046 assertEquals(tuple.result, Double.doubleToLongBits(-Math.scalb( in test_shiftLongBits_LL()2047 -Double.longBitsToDouble(tuple.value), tuple.factor))); in test_shiftLongBits_LL()