Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/stream/
DTestDoubleSumAverage.java73 double expectedSum = base + (increment * (count - 1)); in testForCompenstation() local
74 double expectedAvg = expectedSum / count; in testForCompenstation()
83 failures += compareUlpDifference(expectedSum, stats.getSum(), 3); in testForCompenstation()
86 failures += compareUlpDifference(expectedSum, in testForCompenstation()
91 failures += compareUlpDifference(expectedSum, in testForCompenstation()