Searched defs:SkFPCubeRoot (Results 1 – 1 of 1) sorted by relevance
36 #define SkFPCubeRoot(x) sk_float_pow(x, 0.3333333f) macro66 #define SkFPCubeRoot(x) SkFloat::CubeRoot(x) macro