Searched refs:testLongExactTwice (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/test/java/lang/StrictMath/ |
D | ExactArithTests.java | 173 testLongExactTwice(0, 0); in testLongExact() 174 testLongExactTwice(1, 1); in testLongExact() 175 testLongExactTwice(1, -1); in testLongExact() 176 testLongExactTwice(1000, 2000); in testLongExact() 178 testLongExactTwice(Long.MIN_VALUE, Long.MIN_VALUE); in testLongExact() 179 testLongExactTwice(Long.MAX_VALUE, Long.MAX_VALUE); in testLongExact() 180 testLongExactTwice(Long.MIN_VALUE, 1); in testLongExact() 181 testLongExactTwice(Long.MAX_VALUE, 1); in testLongExact() 182 testLongExactTwice(Long.MIN_VALUE, 2); in testLongExact() 183 testLongExactTwice(Long.MAX_VALUE, 2); in testLongExact() [all …]
|
/libcore/ojluni/src/test/java/lang/Math/ |
D | ExactArithTests.java | 307 testLongExactTwice(0, 0); in testLongExact() 308 testLongExactTwice(1, 1); in testLongExact() 309 testLongExactTwice(1, -1); in testLongExact() 310 testLongExactTwice(1000, 2000); in testLongExact() 312 testLongExactTwice(Long.MIN_VALUE, Long.MIN_VALUE); in testLongExact() 313 testLongExactTwice(Long.MAX_VALUE, Long.MAX_VALUE); in testLongExact() 314 testLongExactTwice(Long.MIN_VALUE, 1); in testLongExact() 315 testLongExactTwice(Long.MAX_VALUE, 1); in testLongExact() 316 testLongExactTwice(Long.MIN_VALUE, 2); in testLongExact() 317 testLongExactTwice(Long.MAX_VALUE, 2); in testLongExact() [all …]
|