OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cbrta_halleyd
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsTypes.cpp
177
static double
cbrta_halleyd
(const double a, const double R) {
function
186
a =
cbrta_halleyd
(a, d);
187
a =
cbrta_halleyd
(a, d);
188
return
cbrta_halleyd
(a, d);
/external/chromium_org/third_party/skia/experimental/Intersection/
CubeRoot.cpp
112
static double
cbrta_halleyd
(const double a, const double R)
function
137
return
cbrta_halleyd
(a, d);
151
a =
cbrta_halleyd
(a, d);
152
return
cbrta_halleyd
(a, d);
160
a =
cbrta_halleyd
(a, d);
161
a =
cbrta_halleyd
(a, d);
162
return
cbrta_halleyd
(a, d);
Completed in 123 milliseconds