Home
last modified time | relevance | path

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

/external/skia/legacy/src/core/
DSkFloat.h53 void cubeRoot() { fPacked = CubeRoot(fPacked); } in cubeRoot()
54 void setCubeRoot(const SkFloat& a) { fPacked = CubeRoot(a.fPacked); } in setCubeRoot()
105 static int32_t CubeRoot(int32_t);
DSkFP.h66 #define SkFPCubeRoot(x) SkFloat::CubeRoot(x)
DSkFloat.cpp237 int32_t SkFloat::CubeRoot(int32_t packed) in CubeRoot() function in SkFloat
/external/skia/src/core/
DSkFloat.h53 void cubeRoot() { fPacked = CubeRoot(fPacked); } in cubeRoot()
54 void setCubeRoot(const SkFloat& a) { fPacked = CubeRoot(a.fPacked); } in setCubeRoot()
105 static int32_t CubeRoot(int32_t);
DSkFP.h66 #define SkFPCubeRoot(x) SkFloat::CubeRoot(x)
DSkFloat.cpp237 int32_t SkFloat::CubeRoot(int32_t packed) in CubeRoot() function in SkFloat
/external/skia/gyp/
Dshapeops_demo.gyp16 '../experimental/Intersection/CubeRoot.cpp',
Dshapeops_edge.gyp18 '../experimental/Intersection/CubeRoot.cpp',