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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubeRoot.cpp75 static double cbrt_5d(double d) function
136 double a = cbrt_5d(d);
150 double a = cbrt_5d(d);
159 double a = cbrt_5d(d);
177 double a = cbrt_5d(d);
184 double a = cbrt_5d(d);
192 double a = cbrt_5d(d);
201 double a = cbrt_5d(d);
361 TestCubeRootd("cbrt_5d", cbrt_5d,
[all...]
/external/skia/experimental/Intersection/
H A DCubeRoot.cpp75 static double cbrt_5d(double d) function
136 double a = cbrt_5d(d);
150 double a = cbrt_5d(d);
159 double a = cbrt_5d(d);
177 double a = cbrt_5d(d);
184 double a = cbrt_5d(d);
192 double a = cbrt_5d(d);
201 double a = cbrt_5d(d);
361 TestCubeRootd("cbrt_5d", cbrt_5d,
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsTypes.cpp167 static double cbrt_5d(double d) { function
185 double a = cbrt_5d(d);
/external/skia/src/pathops/
H A DSkPathOpsTypes.cpp167 static double cbrt_5d(double d) { function
185 double a = cbrt_5d(d);

Completed in 120 milliseconds