Home
last modified time | relevance | path

Searched defs:cbrt (Results 1 – 4 of 4) sorted by relevance

/external/skia/experimental/Intersection/
DCubeRoot.cpp242 static double TestCubeRootf(const char* szName, cuberootfnf cbrt, double rA, double rB, int rN) in TestCubeRootf()
291 static double TestCubeRootd(const char* szName, cuberootfnd cbrt, double rA, double rB, int rN) in TestCubeRootd()
/external/chromium_org/third_party/skia/experimental/Intersection/
DCubeRoot.cpp242 static double TestCubeRootf(const char* szName, cuberootfnf cbrt, double rA, double rB, int rN) in TestCubeRootf()
291 static double TestCubeRootd(const char* szName, cuberootfnd cbrt, double rA, double rB, int rN) in TestCubeRootd()
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h162 cbrt, enumerator
/external/clang/lib/Headers/
Dtgmath.h591 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x)) macro