OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cubicRoots
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
QuarticRoot.cpp
140
double
cubicRoots
[3];
141
int roots = cubicRootsReal(1, -p / 2, -r, r * p / 2 - q * q / 8,
cubicRoots
);
148
const double z =
cubicRoots
[index];
189
z =
cubicRoots
[index];
/external/chromium_org/third_party/skia/src/pathops/
SkQuarticRoot.cpp
113
double
cubicRoots
[3];
114
int roots = SkDCubic::RootsReal(1, -p / 2, -r, r * p / 2 - q * q / 8,
cubicRoots
);
121
z =
cubicRoots
[index];
Completed in 109 milliseconds