Home
last modified time | relevance | path

Searched refs:ptA (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A DglsCalibration.cpp72 const Vec2& ptA = dataPoints[i]; in theilSenLinearRegression() local
78 if (de::abs(ptA.x() - ptB.x()) > epsilon) in theilSenLinearRegression()
79 pairwiseCoefficients.push_back((ptA.y() - ptB.y()) / (ptA.x() - ptB.x())); in theilSenLinearRegression()
135 const tcu::Vec2& ptA = dataPoints[i]; in theilSenSiegelLinearRegression() local
144 if (de::abs(ptA.x() - ptB.x()) > epsilon) in theilSenSiegelLinearRegression()
145 slopes.push_back((ptA.y() - ptB.y()) / (ptA.x() - ptB.x())); in theilSenSiegelLinearRegression()
/third_party/skia/src/gpu/ops/
H A DAAHairLinePathRenderer.cpp501 void intersect_lines(const SkPoint& ptA, const SkVector& normA, in intersect_lines() argument
505 SkScalar lineAW = -normA.dot(ptA); in intersect_lines()
512 *result = (ptA + ptB)*SK_ScalarHalf; in intersect_lines()

Completed in 3 milliseconds