Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DAbsTests.java51 testIntAbs(Math::abs, testCase[0], testCase[1]); in testInRangeIntAbs()
52 testIntAbs(Math::absExact, testCase[0], testCase[1]); in testInRangeIntAbs()
59 testIntAbs(Math::abs, Integer.MIN_VALUE, Integer.MIN_VALUE); in testIntMinValue()
65 private static void testIntAbs(IntUnaryOperator absFunc, in testIntAbs() method in AbsTests