Searched refs:cbrta_halleyd (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubeRoot.cpp112 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);
/external/skia/experimental/Intersection/
H A DCubeRoot.cpp112 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);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsTypes.cpp177 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/skia/src/pathops/
H A DSkPathOpsTypes.cpp177 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);

Completed in 90 milliseconds