Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DDivModTests.java102 Object strict_result = doStrictFloorDiv(x, y); in testIntFloorDiv() local
117 Object strict_result = doStrictFloorMod(x, y); in testIntFloorMod() local
198 Object strict_result = doStrictFloorDiv(x, y); in testLongFloorDiv() local
219 Object strict_result = doStrictFloorMod(x, y); in testLongFloorMod() local
303 Object strict_result = doStrictFloorDiv(x, y); in testLongIntFloorDiv() local
324 Object strict_result = doStrictFloorMod(x, y); in testLongIntFloorMod() local