Searched refs:cbrtl (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/lib/msun/src/
H A Ds_cbrt.c116 __weak_reference(cbrt, cbrtl);
H A Ds_cbrtl.c35 cbrtl(long double x) function
108 * dt is cbrtl(x) to ~47 bits (after x has been reduced to 1 <= x < 8).
123 * for rounding up might not apply to either case in cbrtl() since
H A Dmath.h451 long double cbrtl(long double);
/freebsd-10.1-release/lib/msun/
H A DSymbol.map225 cbrtl;
H A DMakefile214 MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 cbrtl.3 sqrt.3 sqrtf.3 \
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h154 /// long double cbrtl(long double x);
155 cbrtl, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.1-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp93 "cbrtl",
448 TLI.setUnavailable(LibFunc::cbrtl);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h588 __tg_cbrt(long double __x) {return cbrtl(__x);}
/freebsd-10.1-release/contrib/libstdc++/
H A Dconfigure30980 cbrtl(0.0l);
[all...]

Completed in 297 milliseconds