Searched refs:CubeRoot (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
H A Dcube_root.h13 class NET_EXPORT_PRIVATE CubeRoot { class in namespace:net
20 DISALLOW_COPY_AND_ASSIGN(CubeRoot);
H A Dcube_root_test.cc21 uint8 cube_root = CubeRoot::Root(cube);
31 uint32 cube_root = CubeRoot::Root(cube);
39 uint32 cube_root = CubeRoot::Root(cube);
H A Dcube_root.cc61 uint32 CubeRoot::Root(uint64 a) {
H A Dcubic.cc131 time_to_origin_point_ = CubeRoot::Root(kCubeFactor *
/external/chromium_org/third_party/skia/src/core/
H A DSkFloat.h51 void cubeRoot() { fPacked = CubeRoot(fPacked); }
52 void setCubeRoot(const SkFloat& a) { fPacked = CubeRoot(a.fPacked); }
103 static int32_t CubeRoot(int32_t);
H A DSkFloat.cpp231 int32_t SkFloat::CubeRoot(int32_t packed) function in class:SkFloat
/external/skia/src/core/
H A DSkFloat.h51 void cubeRoot() { fPacked = CubeRoot(fPacked); }
52 void setCubeRoot(const SkFloat& a) { fPacked = CubeRoot(a.fPacked); }
103 static int32_t CubeRoot(int32_t);
H A DSkFloat.cpp231 int32_t SkFloat::CubeRoot(int32_t packed) function in class:SkFloat
/external/chromium_org/v8/src/
H A Dmath.js299 return x >= 0 ? CubeRoot(x) : -CubeRoot(-x);
306 function CubeRoot(x) {

Completed in 1457 milliseconds