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.java75 double expectedSum = base + (increment * (count - 1)); in testForCompenstation() local
76 double expectedAvg = expectedSum / count; in testForCompenstation()
85 failures += compareUlpDifference(expectedSum, stats.getSum(), 3); in testForCompenstation()
88 failures += compareUlpDifference(expectedSum, in testForCompenstation()
93 failures += compareUlpDifference(expectedSum, in testForCompenstation()