Searched refs:tuple (Results 1 – 2 of 2) sorted by relevance
2006 Tuple tuple = TUPLES[i]; in test_shiftIntBits_II() local2007 assertEquals(tuple.result, Float.floatToIntBits(Math.scalb(Float in test_shiftIntBits_II()2008 .intBitsToFloat(tuple.value), tuple.factor))); in test_shiftIntBits_II()2009 assertEquals(tuple.result, Float.floatToIntBits(-Math.scalb(-Float in test_shiftIntBits_II()2010 .intBitsToFloat(tuple.value), tuple.factor))); in test_shiftIntBits_II()2052 Tuple tuple = TUPLES[i]; in test_shiftLongBits_LL() local2053 assertEquals(tuple.result, Double.doubleToLongBits(Math.scalb( in test_shiftLongBits_LL()2054 Double.longBitsToDouble(tuple.value), tuple.factor))); in test_shiftLongBits_LL()2055 assertEquals(tuple.result, Double.doubleToLongBits(-Math.scalb( in test_shiftLongBits_LL()2056 -Double.longBitsToDouble(tuple.value), tuple.factor))); in test_shiftLongBits_LL()
155 important_entries: List[tuple[ExpectedUpstreamEntry, str]] = [