Searched defs:yValues (Results 1 – 6 of 6) sorted by relevance
| /external/guava/android/guava-tests/test/com/google/common/math/ |
| D | StatsTesting.java | 469 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/ |
| D | StatsTesting.java | 499 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/ |
| D | PathOpsDCubicTest.cpp | 41 SkSpan<const SkDPoint> curveInputs, bool yValues, in testConvertToPolynomial()
|
| D | BezierCurveTest.cpp | 90 SkSpan<const DoublePoint> curveInputs, bool yValues, in testCubicConvertToPolynomial()
|
| /external/zxing/core/src/main/java/com/google/zxing/common/ |
| D | PerspectiveTransform.java | 86 public void transformPoints(float[] xValues, float[] yValues) { in transformPoints()
|
| /external/skia/src/base/ |
| D | SkBezierCurves.cpp | 98 std::array<double, 4> SkBezierCubic::ConvertToPolynomial(const double curve[8], bool yValues) { in ConvertToPolynomial()
|