Home
last modified time | relevance | path

Searched refs:SkFPCubeRoot (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkFP.h44 #define SkFPCubeRoot(x) sk_float_pow(x, 0.3333333f) macro
74 #define SkFPCubeRoot(x) SkFloat::CubeRoot(x) macro
DSkGeometry.cpp887 A = SkFPCubeRoot(A); in solve_cubic_polynomial()