Searched defs:cbrt (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubeRoot.cpp7 // http://metamerist.com/cbrt/CubeRoot.cpp
74 // adapted from Kahan's cbrt
87 // adapted from Kahan's cbrt
242 static double TestCubeRootf(const char* szName, cuberootfnf cbrt, double rA, double rB, int rN) argument
256 s += cbrt(d);
266 float a = cbrt((float) d);
291 static double TestCubeRootd(const char* szName, cuberootfnd cbrt, double rA, double rB, int rN) argument
304 s += cbrt(d);
314 double a = cbrt(d);
/external/skia/experimental/Intersection/
H A DCubeRoot.cpp7 // http://metamerist.com/cbrt/CubeRoot.cpp
74 // adapted from Kahan's cbrt
87 // adapted from Kahan's cbrt
242 static double TestCubeRootf(const char* szName, cuberootfnf cbrt, double rA, double rB, int rN) argument
256 s += cbrt(d);
266 float a = cbrt((float) d);
291 static double TestCubeRootd(const char* szName, cuberootfnd cbrt, double rA, double rB, int rN) argument
304 s += cbrt(d);
314 double a = cbrt(d);
/external/bison/darwin-lib/
H A Dmath.h655 _GL_FUNCDECL_SYS (cbrt, double, (double x));
657 _GL_CXXALIAS_SYS (cbrt, double, (double x));
658 _GL_CXXALIASWARN (cbrt);
660 # undef cbrt macro
662 _GL_WARN_ON_USE (cbrt, "cbrt is unportable - "
663 "use gnulib module cbrt for portability");
/external/bison/lib/
H A Dmath.in.h343 _GL_FUNCDECL_SYS (cbrt, double, (double x));
345 _GL_CXXALIAS_SYS (cbrt, double, (double x));
346 _GL_CXXALIASWARN (cbrt); variable
348 # undef cbrt macro
350 _GL_WARN_ON_USE (cbrt, "cbrt is unportable - "
351 "use gnulib module cbrt for portability");
/external/bison/linux-lib/
H A Dmath.h655 _GL_FUNCDECL_SYS (cbrt, double, (double x));
657 _GL_CXXALIAS_SYS (cbrt, double, (double x));
658 _GL_CXXALIASWARN (cbrt);
660 # undef cbrt macro
662 _GL_WARN_ON_USE (cbrt, "cbrt is unportable - "
663 "use gnulib module cbrt for portability");
/external/clang/lib/Headers/
H A Dtgmath.h576 // cbrt
584 __tg_cbrt(double __x) {return cbrt(__x);}
590 #undef cbrt macro
591 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x)) macro
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h322 friend const mpreal cbrt(const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2062 inline const mpreal cbrt (const mpreal& x, mp_rnd_t r) { MPREAL_UNARY_MATH_FUNCTION_BODY(cbrt ); } function in namespace:mpfr
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h161 /// double cbrt(double x);
162 cbrt, enumerator in enum:llvm::LibFunc::Func
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 4077 milliseconds