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

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

Completed in 144 milliseconds