HomeSort by relevance Sort by last modified time
    Searched refs:computeMeanSafely (Results 1 - 4 of 4) sorted by null

  /external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
LongMathTest.java 164 assertEquals("The expectedMean should be the same as computeMeanSafely",
165 expectedMean, computeMeanSafely(x, y));
171 *to the result of computeMeanSafely.
174 long expectedMean = computeMeanSafely(x, y);
184 private static long computeMeanSafely(long x, long y) {
IntMathTest.java 320 assertEquals("The expectedMean should be the same as computeMeanSafely",
321 expectedMean, computeMeanSafely(x, y));
327 * to the result of computeMeanSafely.
330 int expectedMean = computeMeanSafely(x, y);
340 private static int computeMeanSafely(int x, int y) {
  /external/guava/guava-tests/test/com/google/common/math/
IntMathTest.java 555 assertEquals("The expectedMean should be the same as computeMeanSafely",
556 expectedMean, computeMeanSafely(x, y));
562 * to the result of computeMeanSafely.
565 int expectedMean = computeMeanSafely(x, y);
575 private static int computeMeanSafely(int x, int y) {
LongMathTest.java 656 assertEquals("The expectedMean should be the same as computeMeanSafely",
657 expectedMean, computeMeanSafely(x, y));
663 *to the result of computeMeanSafely.
666 long expectedMean = computeMeanSafely(x, y);
676 private static long computeMeanSafely(long x, long y) {

Completed in 109 milliseconds