Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsCalibration.cpp76 const Vec2& ptB = dataPoints[j]; 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()
142 const tcu::Vec2& ptB = dataPoints[j]; 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.cpp502 const SkPoint& ptB, const SkVector& normB, in intersect_lines()
506 SkScalar lineBW = -normB.dot(ptB); in intersect_lines()
512 *result = (ptA + ptB)*SK_ScalarHalf; in intersect_lines()
501 intersect_lines(const SkPoint& ptA, const SkVector& normA, const SkPoint& ptB, const SkVector& normB, SkPoint* result) intersect_lines() argument

Completed in 4 milliseconds