Home
last modified time | relevance | path

Searched defs:yValues (Results 1 – 5 of 5) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/math/
DStatsTesting.java468 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/
DStatsTesting.java497 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/
DPathOpsDCubicTest.cpp41 SkSpan<const SkDPoint> curveInputs, bool yValues, in testConvertToPolynomial()
DBezierCurveTest.cpp83 SkSpan<const DoublePoint> curveInputs, bool yValues, in testCubicConvertToPolynomial()
/external/skia/src/base/
DSkBezierCurves.cpp94 std::array<double, 4> SkBezierCubic::ConvertToPolynomial(const double curve[8], bool yValues) { in ConvertToPolynomial()