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.java1907 Tuple tuple = TUPLES[i]; in test_shiftIntBits_II() local
1908 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() local
1954 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()
/libcore/benchmarks/libs/
Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...