Home
last modified time | relevance | path

Searched defs:yValues (Results 1 – 6 of 6) 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/skia/tests/
DPathOpsDCubicTest.cpp41 SkSpan<const SkDPoint> curveInputs, bool yValues, in testConvertToPolynomial()
DBezierCurveTest.cpp90 SkSpan<const DoublePoint> curveInputs, bool yValues, in testCubicConvertToPolynomial()
/external/zxing/core/src/main/java/com/google/zxing/common/
DPerspectiveTransform.java86 public void transformPoints(float[] xValues, float[] yValues) { in transformPoints()
/external/skia/src/base/
DSkBezierCurves.cpp98 std::array<double, 4> SkBezierCubic::ConvertToPolynomial(const double curve[8], bool yValues) { in ConvertToPolynomial()