Searched refs:CubeRoot (Results 1 – 3 of 3) sorted by relevance
60 void cubeRoot() { fPacked = CubeRoot(fPacked); } in cubeRoot()61 void setCubeRoot(const SkFloat& a) { fPacked = CubeRoot(a.fPacked); } in setCubeRoot()114 static int32_t CubeRoot(int32_t);
74 #define SkFPCubeRoot(x) SkFloat::CubeRoot(x)
244 int32_t SkFloat::CubeRoot(int32_t packed) in CubeRoot() function in SkFloat