Searched refs:tuple (Results 1 – 2 of 2) sorted by relevance
1907 Tuple tuple = TUPLES[i]; in test_shiftIntBits_II() local1908 assertEquals(tuple.result, Float.floatToIntBits(Math.scalb(Float in test_shiftIntBits_II()1909 .intBitsToFloat(tuple.value), tuple.factor))); in test_shiftIntBits_II()1910 assertEquals(tuple.result, Float.floatToIntBits(-Math.scalb(-Float in test_shiftIntBits_II()1911 .intBitsToFloat(tuple.value), tuple.factor))); in test_shiftIntBits_II()1953 Tuple tuple = TUPLES[i]; in test_shiftLongBits_LL() local1954 assertEquals(tuple.result, Double.doubleToLongBits(Math.scalb( in test_shiftLongBits_LL()1955 Double.longBitsToDouble(tuple.value), tuple.factor))); in test_shiftLongBits_LL()1956 assertEquals(tuple.result, Double.doubleToLongBits(-Math.scalb( in test_shiftLongBits_LL()1957 -Double.longBitsToDouble(tuple.value), tuple.factor))); in test_shiftLongBits_LL()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...