Home
last modified time | relevance | path

Searched refs:cbrt (Results 1 – 21 of 21) sorted by relevance

/freebsd-9-stable/lib/msun/src/
Ds_cbrt.c37 cbrt(double x) in cbrt() function
116 __weak_reference(cbrt, cbrtl);
Dmath.h225 double cbrt(double);
/freebsd-9-stable/contrib/libstdc++/include/tr1/
Dcmath52 #undef cbrt
175 using ::cbrt;
406 cbrt(float __x)
410 cbrt(long double __x)
415 cbrt(_Tp __x)
418 return cbrt(__type(__x));
Dmath.h48 using std::tr1::cbrt;
/freebsd-9-stable/include/
Dtgmath.h163 #define cbrt(x) __tg_simple(x, cbrt) macro
/freebsd-9-stable/lib/msun/
DSymbol.map65 cbrt;
DMakefile201 MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 cbrtl.3 sqrt.3 sqrtf.3 \
/freebsd-9-stable/tools/regression/include/tgmath/
Dtgmath.c105 TGMACRO_REAL(cbrt) in TGMACRO_REAL()
482 PASS_REAL_ARG_REAL_RET(cbrt)); in main()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/
Dtgmath.h584 __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/
Dcmath168 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/
DTargetLibraryInfo.h151 cbrt, enumerator
/freebsd-9-stable/contrib/llvm/lib/Target/
DTargetLibraryInfo.cpp446 TLI.setUnavailable(LibFunc::cbrt); in initialize()
/freebsd-9-stable/contrib/gcc/
Dsys-protos.h148 extern double cbrt(double);
Dbuiltins.def198 DEF_C99_BUILTIN (BUILT_IN_CBRT, "cbrt", BT_FN_DOUBLE_DOUBLE, ATTR_MATHFN_FPROUNDING)
DChangeLog-200529586 code. Add more cbrt transformations.
DChangeLog-200437144 sqrt and/or cbrt.
/freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp2129 case LibFunc::cbrt: in lookupOptimization()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DBuiltins.def888 LIBBUILTIN(cbrt, "dd", "fne", "math.h", ALL_LANGUAGES)
/freebsd-9-stable/contrib/libstdc++/
Dacinclude.m41146 cbrt(0.0);
Dconfigure30978 cbrt(0.0);
/freebsd-9-stable/contrib/gcc/doc/
Dextend.texi5392 @findex cbrt
5759 @code{catanl}, @code{catan}, @code{cbrtf}, @code{cbrtl}, @code{cbrt},