Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Arrays/
DSorting.java481 checkNegativeZero(test[i]); in testNegativeZero()
673 private void checkNegativeZero(Object a) { in checkNegativeZero() method in Sorting.InnerState
675 checkNegativeZero((float[]) a); in checkNegativeZero()
677 checkNegativeZero((double[]) a); in checkNegativeZero()
683 private void checkNegativeZero(float[] a) { in checkNegativeZero() method in Sorting.InnerState
691 private void checkNegativeZero(double[] a) { in checkNegativeZero() method in Sorting.InnerState