Searched refs:SkFPCubeRoot (Results 1 – 2 of 2) sorted by relevance
44 #define SkFPCubeRoot(x) sk_float_pow(x, 0.3333333f) macro74 #define SkFPCubeRoot(x) SkFloat::CubeRoot(x) macro
887 A = SkFPCubeRoot(A); in solve_cubic_polynomial()