Searched refs:cubicRoots (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | QuarticRoot.cpp | 140 double cubicRoots[3]; in quarticRootsReal() local 141 int roots = cubicRootsReal(1, -p / 2, -r, r * p / 2 - q * q / 8, cubicRoots); in quarticRootsReal() 148 const double z = cubicRoots[index]; in quarticRootsReal() 189 z = cubicRoots[index]; in quarticRootsReal()
|
/external/skia/experimental/Intersection/ |
D | QuarticRoot.cpp | 140 double cubicRoots[3]; in quarticRootsReal() local 141 int roots = cubicRootsReal(1, -p / 2, -r, r * p / 2 - q * q / 8, cubicRoots); in quarticRootsReal() 148 const double z = cubicRoots[index]; in quarticRootsReal() 189 z = cubicRoots[index]; in quarticRootsReal()
|
/external/skia/src/pathops/ |
D | SkQuarticRoot.cpp | 113 double cubicRoots[3]; in SkQuarticRootsReal() local 114 int roots = SkDCubic::RootsReal(1, -p / 2, -r, r * p / 2 - q * q / 8, cubicRoots); in SkQuarticRootsReal() 121 z = cubicRoots[index]; in SkQuarticRootsReal()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkQuarticRoot.cpp | 113 double cubicRoots[3]; in SkQuarticRootsReal() local 114 int roots = SkDCubic::RootsReal(1, -p / 2, -r, r * p / 2 - q * q / 8, cubicRoots); in SkQuarticRootsReal() 121 z = cubicRoots[index]; in SkQuarticRootsReal()
|