Home
last modified time | relevance | path

Searched refs:Coefficients (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp130 SkDCubic::Coefficients(&c[0].fX, &A, &B, &C, &D); in intersectRay()
169 SkDCubic::Coefficients(&c[0].fY, &A, &B, &C, &D); in HorizontalIntersect()
232 SkDCubic::Coefficients(&c[0].fX, &A, &B, &C, &D); in VerticalIntersect()
H A DSkPathOpsCubic.h50 static void Coefficients(const double* cubic, double* A, double* B, double* C, double* D);
H A DSkPathOpsCubic.cpp125 void SkDCubic::Coefficients(const double* src, double* A, double* B, double* C, double* D) { in Coefficients() function in SkDCubic
/third_party/skia/tests/
H A DPathOpsCubicLineIntersectionIdeas.cpp161 SkDCubic::Coefficients(&cubic[0].fY, &A, &B, &C, &D); in DEF_TEST()
258 SkDCubic::Coefficients(&cubic[0].fY, &A, &B, &C, &D);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2337 const SCEV *Coefficients = Src; in gcdMIVtest() local
2339 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2348 Coefficients = AddRec->getStart(); in gcdMIVtest()
2350 const SCEV *SrcConst = Coefficients; in gcdMIVtest()
2356 Coefficients = Dst; in gcdMIVtest()
2358 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2367 Coefficients = AddRec->getStart(); in gcdMIVtest()
2369 const SCEV *DstConst = Coefficients; in gcdMIVtest()
2426 Coefficients = Src; in gcdMIVtest()
2428 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
[all...]

Completed in 8 milliseconds