Searched refs:cbrta_newtonf (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubeRoot.cpp121 static float cbrta_newtonf(const float a, const float x) function
212 return cbrta_newtonf(a, d);
219 a = cbrta_newtonf(a, d);
220 return cbrta_newtonf(a, d);
227 a = cbrta_newtonf(a, d);
228 a = cbrta_newtonf(a, d);
229 return cbrta_newtonf(a, d);
236 a = cbrta_newtonf(a, d);
237 a = cbrta_newtonf(a, d);
238 a = cbrta_newtonf(
[all...]
/external/skia/experimental/Intersection/
H A DCubeRoot.cpp121 static float cbrta_newtonf(const float a, const float x) function
212 return cbrta_newtonf(a, d);
219 a = cbrta_newtonf(a, d);
220 return cbrta_newtonf(a, d);
227 a = cbrta_newtonf(a, d);
228 a = cbrta_newtonf(a, d);
229 return cbrta_newtonf(a, d);
236 a = cbrta_newtonf(a, d);
237 a = cbrta_newtonf(a, d);
238 a = cbrta_newtonf(
[all...]

Completed in 180 milliseconds