Searched defs:strict_result (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/lang/Math/ |
D | DivModTests.java | 129 Object strict_result = doStrictFloorDiv(x, y); in testIntFloorDiv() local 144 Object strict_result = doStrictFloorMod(x, y); in testIntFloorMod() local 229 Object strict_result = doStrictFloorDiv(x, y); in testLongFloorDiv() local 250 Object strict_result = doStrictFloorMod(x, y); in testLongFloorMod() local 338 Object strict_result = doStrictFloorDiv(x, y); in testLongIntFloorDiv() local 359 Object strict_result = doStrictFloorMod(x, y); in testLongIntFloorMod() local 608 Object strict_result = doStrictCeilDiv(x, y); in testIntCeilDiv() local 623 Object strict_result = doStrictCeilMod(x, y); in testIntCeilMod() local 708 Object strict_result = doStrictCeilDiv(x, y); in testLongCeilDiv() local 729 Object strict_result = doStrictCeilMod(x, y); in testLongCeilMod() local [all …]
|