Home
last modified time | relevance | path

Searched refs:tuple (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DMathTest.java2006 Tuple tuple = TUPLES[i]; in test_shiftIntBits_II() local
2007 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() local
2053 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()
/libcore/tools/expected_upstream/
Dojluni_merge_to_main.py155 important_entries: List[tuple[ExpectedUpstreamEntry, str]] = [