Searched refs:cbrt (Results 1 – 21 of 21) sorted by relevance
| /freebsd-9-stable/lib/msun/src/ |
| D | s_cbrt.c | 37 cbrt(double x) in cbrt() function 116 __weak_reference(cbrt, cbrtl);
|
| D | math.h | 225 double cbrt(double);
|
| /freebsd-9-stable/contrib/libstdc++/include/tr1/ |
| D | cmath | 52 #undef cbrt 175 using ::cbrt; 406 cbrt(float __x) 410 cbrt(long double __x) 415 cbrt(_Tp __x) 418 return cbrt(__type(__x));
|
| D | math.h | 48 using std::tr1::cbrt;
|
| /freebsd-9-stable/include/ |
| D | tgmath.h | 163 #define cbrt(x) __tg_simple(x, cbrt) macro
|
| /freebsd-9-stable/lib/msun/ |
| D | Symbol.map | 65 cbrt;
|
| D | Makefile | 201 MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 cbrtl.3 sqrt.3 sqrtf.3 \
|
| /freebsd-9-stable/tools/regression/include/tgmath/ |
| D | tgmath.c | 105 TGMACRO_REAL(cbrt) in TGMACRO_REAL() 482 PASS_REAL_ARG_REAL_RET(cbrt)); in main()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/ |
| D | tgmath.h | 584 __tg_cbrt(double __x) {return cbrt(__x);} in __tg_cbrt() 590 #undef cbrt 591 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x)) macro
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | cmath | 168 floating_point cbrt (arithmetic x); 1092 // cbrt 1095 using ::cbrt; 1098 inline _LIBCPP_INLINE_VISIBILITY float cbrt(float __lcpp_x) _NOEXCEPT {return cbrtf(__l… 1099 inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __lcpp_x) _NOEXCEPT {return cbrtl(__l… 1104 cbrt(_A1 __lcpp_x) _NOEXCEPT {return cbrt((double)__lcpp_x);}
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetLibraryInfo.h | 151 cbrt, enumerator
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ |
| D | TargetLibraryInfo.cpp | 446 TLI.setUnavailable(LibFunc::cbrt); in initialize()
|
| /freebsd-9-stable/contrib/gcc/ |
| D | sys-protos.h | 148 extern double cbrt(double);
|
| D | builtins.def | 198 DEF_C99_BUILTIN (BUILT_IN_CBRT, "cbrt", BT_FN_DOUBLE_DOUBLE, ATTR_MATHFN_FPROUNDING)
|
| D | ChangeLog-2005 | 29586 code. Add more cbrt transformations.
|
| D | ChangeLog-2004 | 37144 sqrt and/or cbrt.
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/ |
| D | SimplifyLibCalls.cpp | 2129 case LibFunc::cbrt: in lookupOptimization()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | Builtins.def | 888 LIBBUILTIN(cbrt, "dd", "fne", "math.h", ALL_LANGUAGES)
|
| /freebsd-9-stable/contrib/libstdc++/ |
| D | acinclude.m4 | 1146 cbrt(0.0);
|
| D | configure | 30978 cbrt(0.0);
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | extend.texi | 5392 @findex cbrt 5759 @code{catanl}, @code{catan}, @code{cbrtf}, @code{cbrtl}, @code{cbrt},
|