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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubeRoot.cpp242 static double TestCubeRootf(const char* szName, cuberootfnf cbrt, double rA, double rB, int rN) function
349 TestCubeRootf("cbrt_5f", cbrt_5f, a, b, n);
350 TestCubeRootf("pow", pow_cbrtf, a, b, n);
351 TestCubeRootf("halley x 1", halley_cbrt1f, a, b, n);
352 TestCubeRootf("halley x 2", halley_cbrt2f, a, b, n);
353 TestCubeRootf("newton x 1", newton_cbrt1f, a, b, n);
354 TestCubeRootf("newton x 2", newton_cbrt2f, a, b, n);
355 TestCubeRootf("newton x 3", newton_cbrt3f, a, b, n);
356 TestCubeRootf("newton x 4", newton_cbrt4f, a, b, n);
/external/skia/experimental/Intersection/
H A DCubeRoot.cpp242 static double TestCubeRootf(const char* szName, cuberootfnf cbrt, double rA, double rB, int rN) function
349 TestCubeRootf("cbrt_5f", cbrt_5f, a, b, n);
350 TestCubeRootf("pow", pow_cbrtf, a, b, n);
351 TestCubeRootf("halley x 1", halley_cbrt1f, a, b, n);
352 TestCubeRootf("halley x 2", halley_cbrt2f, a, b, n);
353 TestCubeRootf("newton x 1", newton_cbrt1f, a, b, n);
354 TestCubeRootf("newton x 2", newton_cbrt2f, a, b, n);
355 TestCubeRootf("newton x 3", newton_cbrt3f, a, b, n);
356 TestCubeRootf("newton x 4", newton_cbrt4f, a, b, n);

Completed in 96 milliseconds