Searched refs:cbrtl (Results 1 – 16 of 16) sorted by relevance
| /trueos/contrib/netbsd-tests/lib/libm/ |
| HD | t_cbrt.c | 255 ATF_CHECK(isnan(cbrtl(x)) != 0); in ATF_TC_BODY() 273 y = cbrtl(x[i]); in ATF_TC_BODY() 295 long double y = cbrtl(x); in ATF_TC_BODY() 310 long double y = cbrtl(x); in ATF_TC_BODY() 325 long double y = cbrtl(x); in ATF_TC_BODY() 340 long double y = cbrtl(x); in ATF_TC_BODY()
|
| /trueos/lib/msun/src/ |
| HD | s_cbrt.c | 116 __weak_reference(cbrt, cbrtl);
|
| HD | s_cbrtl.c | 35 cbrtl(long double x) in cbrtl() function
|
| HD | math.h | 451 long double cbrtl(long double);
|
| /trueos/lib/msun/ |
| HD | Symbol.map | 225 cbrtl;
|
| HD | Makefile | 214 MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 cbrtl.3 sqrt.3 sqrtf.3 \
|
| /trueos/contrib/llvm/include/llvm/Target/ |
| HD | TargetLibraryInfo.h | 155 cbrtl, enumerator
|
| /trueos/contrib/llvm/lib/Target/ |
| HD | TargetLibraryInfo.cpp | 448 TLI.setUnavailable(LibFunc::cbrtl); in initialize()
|
| /trueos/contrib/libstdc++/include/tr1/ |
| D | cmath | 54 #undef cbrtl 177 using ::cbrtl;
|
| /trueos/contrib/libc++/include/ |
| D | cmath | 170 long double cbrtl(long double x); 1099 inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __lcpp_x) _NOEXCEPT {return cbrtl(__l… 1643 using ::cbrtl;
|
| /trueos/contrib/llvm/tools/clang/lib/Headers/ |
| HD | tgmath.h | 588 __tg_cbrt(long double __x) {return cbrtl(__x);} in __tg_cbrt()
|
| /trueos/contrib/gcc/ |
| HD | builtins.def | 200 DEF_C99_BUILTIN (BUILT_IN_CBRTL, "cbrtl", BT_FN_LONGDOUBLE_LONGDOUBLE, ATTR_MATHFN_FPROUNDIN…
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | Builtins.def | 890 LIBBUILTIN(cbrtl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
|
| /trueos/contrib/libstdc++/ |
| D | acinclude.m4 | 1148 cbrtl(0.0l);
|
| D | configure | 30980 cbrtl(0.0l);
|
| /trueos/contrib/gcc/doc/ |
| HD | extend.texi | 5417 @findex cbrtl 5782 @code{catanl}, @code{catan}, @code{cbrtf}, @code{cbrtl}, @code{cbrt},
|