Searched refs:compareUlpDifference (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/util/stream/ |
D | TestDoubleSumAverage.java | 54 return compareUlpDifference(0.0, ds.get().average().getAsDouble(), 0); in testZeroAverageOfNonEmptyStream() 83 failures += compareUlpDifference(expectedSum, stats.getSum(), 3); in testForCompenstation() 84 failures += compareUlpDifference(expectedAvg, stats.getAverage(), 3); in testForCompenstation() 86 failures += compareUlpDifference(expectedSum, in testForCompenstation() 88 failures += compareUlpDifference(expectedAvg, in testForCompenstation() 91 failures += compareUlpDifference(expectedSum, in testForCompenstation() 93 failures += compareUlpDifference(expectedAvg, in testForCompenstation() 132 failures += compareUlpDifference(expected, stats.getSum(), 0); in testNonfiniteSum() 133 failures += compareUlpDifference(expected, stats.getAverage(), 0); in testNonfiniteSum() 135 failures += compareUlpDifference(expected, ds.get().sum(), 0); in testNonfiniteSum() [all …]
|