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

/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/clang/lib/include/
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.h312 friend const mpreal cbrt(const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
1686 inline const mpreal cbrt(const mpreal& v, mp_rnd_t rnd_mode) function in namespace:mpfr
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h138 /// double cbrt(double x);
139 cbrt, enumerator in enum:llvm::LibFunc::Func

Completed in 154 milliseconds