Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/StrictMath/
DExactArithTests.java155 testLongExactTwice(0, 0); in testLongExact()
156 testLongExactTwice(1, 1); in testLongExact()
157 testLongExactTwice(1, -1); in testLongExact()
158 testLongExactTwice(1000, 2000); in testLongExact()
160 testLongExactTwice(Long.MIN_VALUE, Long.MIN_VALUE); in testLongExact()
161 testLongExactTwice(Long.MAX_VALUE, Long.MAX_VALUE); in testLongExact()
162 testLongExactTwice(Long.MIN_VALUE, 1); in testLongExact()
163 testLongExactTwice(Long.MAX_VALUE, 1); in testLongExact()
164 testLongExactTwice(Long.MIN_VALUE, 2); in testLongExact()
165 testLongExactTwice(Long.MAX_VALUE, 2); in testLongExact()
[all …]
/libcore/ojluni/src/test/java/lang/Math/
DExactArithTests.java180 testLongExactTwice(0, 0); in testLongExact()
181 testLongExactTwice(1, 1); in testLongExact()
182 testLongExactTwice(1, -1); in testLongExact()
183 testLongExactTwice(1000, 2000); in testLongExact()
185 testLongExactTwice(Long.MIN_VALUE, Long.MIN_VALUE); in testLongExact()
186 testLongExactTwice(Long.MAX_VALUE, Long.MAX_VALUE); in testLongExact()
187 testLongExactTwice(Long.MIN_VALUE, 1); in testLongExact()
188 testLongExactTwice(Long.MAX_VALUE, 1); in testLongExact()
189 testLongExactTwice(Long.MIN_VALUE, 2); in testLongExact()
190 testLongExactTwice(Long.MAX_VALUE, 2); in testLongExact()
[all …]