Home
last modified time | relevance | path

Searched refs:CubeRoot (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkFloat.h60 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);
DSkFP.h74 #define SkFPCubeRoot(x) SkFloat::CubeRoot(x)
DSkFloat.cpp244 int32_t SkFloat::CubeRoot(int32_t packed) in CubeRoot() function in SkFloat