Home
last modified time | relevance | path

Searched defs:xValues (Results 1 – 3 of 3) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/math/
DStatsTesting.java469 static PairedStats createPairedStatsOf(List<Double> xValues, List<Double> yValues) { in createPairedStatsOf()
478 List<Double> xValues, List<Double> yValues) { in createFilledPairedStatsAccumulator()
493 List<Double> xValues, List<Double> yValues, int partitionSize) { in createPartitionedFilledPairedStatsAccumulator()
/external/guava/guava-tests/test/com/google/common/math/
DStatsTesting.java499 static PairedStats createPairedStatsOf(List<Double> xValues, List<Double> yValues) { in createPairedStatsOf()
508 List<Double> xValues, List<Double> yValues) { in createFilledPairedStatsAccumulator()
523 List<Double> xValues, List<Double> yValues, int partitionSize) { in createPartitionedFilledPairedStatsAccumulator()
/external/zxing/core/src/main/java/com/google/zxing/common/
DPerspectiveTransform.java86 public void transformPoints(float[] xValues, float[] yValues) { in transformPoints()