Searched defs:yValues (Results 1 – 5 of 5) sorted by relevance
| /external/guava/android/guava-tests/test/com/google/common/math/ |
| D | StatsTesting.java | 468 static PairedStats createPairedStatsOf(List<Double> xValues, List<Double> yValues) { in createPairedStatsOf() 477 List<Double> xValues, List<Double> yValues) { in createFilledPairedStatsAccumulator() 492 List<Double> xValues, List<Double> yValues, int partitionSize) { in createPartitionedFilledPairedStatsAccumulator()
|
| /external/guava/guava-tests/test/com/google/common/math/ |
| D | StatsTesting.java | 497 static PairedStats createPairedStatsOf(List<Double> xValues, List<Double> yValues) { in createPairedStatsOf() 506 List<Double> xValues, List<Double> yValues) { in createFilledPairedStatsAccumulator() 521 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 | 83 SkSpan<const DoublePoint> curveInputs, bool yValues, in testCubicConvertToPolynomial()
|
| /external/skia/src/base/ |
| D | SkBezierCurves.cpp | 94 std::array<double, 4> SkBezierCubic::ConvertToPolynomial(const double curve[8], bool yValues) { in ConvertToPolynomial()
|