Home
last modified time | relevance | path

Searched refs:cbrtl (Results 1 – 16 of 16) sorted by relevance

/trueos/contrib/netbsd-tests/lib/libm/
HDt_cbrt.c255 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/
HDs_cbrt.c116 __weak_reference(cbrt, cbrtl);
HDs_cbrtl.c35 cbrtl(long double x) in cbrtl() function
HDmath.h451 long double cbrtl(long double);
/trueos/lib/msun/
HDSymbol.map225 cbrtl;
HDMakefile214 MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 cbrtl.3 sqrt.3 sqrtf.3 \
/trueos/contrib/llvm/include/llvm/Target/
HDTargetLibraryInfo.h155 cbrtl, enumerator
/trueos/contrib/llvm/lib/Target/
HDTargetLibraryInfo.cpp448 TLI.setUnavailable(LibFunc::cbrtl); in initialize()
/trueos/contrib/libstdc++/include/tr1/
Dcmath54 #undef cbrtl
177 using ::cbrtl;
/trueos/contrib/libc++/include/
Dcmath170 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/
HDtgmath.h588 __tg_cbrt(long double __x) {return cbrtl(__x);} in __tg_cbrt()
/trueos/contrib/gcc/
HDbuiltins.def200 DEF_C99_BUILTIN (BUILT_IN_CBRTL, "cbrtl", BT_FN_LONGDOUBLE_LONGDOUBLE, ATTR_MATHFN_FPROUNDIN…
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDBuiltins.def890 LIBBUILTIN(cbrtl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
/trueos/contrib/libstdc++/
Dacinclude.m41148 cbrtl(0.0l);
Dconfigure30980 cbrtl(0.0l);
/trueos/contrib/gcc/doc/
HDextend.texi5417 @findex cbrtl
5782 @code{catanl}, @code{catan}, @code{cbrtf}, @code{cbrtl}, @code{cbrt},