Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/stream/
DTestDoubleSumAverage.java74 double expectedAvg = expectedSum / count; in testForCompenstation() local
84 failures += compareUlpDifference(expectedAvg, stats.getAverage(), 3); in testForCompenstation()
88 failures += compareUlpDifference(expectedAvg, in testForCompenstation()
93 failures += compareUlpDifference(expectedAvg, in testForCompenstation()