Home
last modified time | relevance | path

Searched defs:testLongExact (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/test/java/lang/StrictMath/
DExactArithTests.java154 static void testLongExact() { in testLongExact() method in ExactArithTests
202 static void testLongExact(long x, long y) { in testLongExact() method in ExactArithTests
/libcore/ojluni/src/test/java/lang/Math/
DExactArithTests.java179 static void testLongExact() { in testLongExact() method in ExactArithTests
227 static void testLongExact(long x, long y) { in testLongExact() method in ExactArithTests
/libcore/luni/src/test/java/libcore/java/lang/
DStrictMathTest.java77 public void testLongExact() { in testLongExact() method in StrictMathTest
89 private void testLongExact(long a, long b) { in testLongExact() method in StrictMathTest
DMathTest.java113 public void testLongExact() { in testLongExact() method in MathTest
125 private void testLongExact(long a, long b) { in testLongExact() method in MathTest