HomeSort by relevance Sort by last modified time
    Searched refs:CubeRoot (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkFloat.h 60 void cubeRoot() { fPacked = CubeRoot(fPacked); }
61 void setCubeRoot(const SkFloat& a) { fPacked = CubeRoot(a.fPacked); }
112 static int32_t CubeRoot(int32_t);
SkFP.h 74 #define SkFPCubeRoot(x) SkFloat::CubeRoot(x)
SkFloat.cpp 244 int32_t SkFloat::CubeRoot(int32_t packed)
387 // cuberoot
390 a.cubeRoot();
393 a.cubeRoot();
396 a.cubeRoot();

Completed in 1023 milliseconds