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

/freebsd-10.3-release/lib/msun/src/
H A Ds_expm1.c221 __weak_reference(expm1, expm1l);
H A Dmath.h460 long double expm1l(long double);
/freebsd-10.3-release/lib/msun/ld80/
H A Ds_expl.c63 /* log(2**16384 - 0.5 + 1) rounded towards zero for expm1l() is the same: */
117 * Compute expm1l(x) for Intel 80-bit format. This is based on:
160 expm1l(long double x) function
184 * expm1l() never underflows, but it must avoid
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h212 /// long double expm1l(long double x);
213 expm1l, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.3-release/lib/msun/ld128/
H A Ds_expl.c53 /* log(2**16384 - 0.5 + 1) rounded towards zero for expm1l() is the same: */
199 expm1l(long double x) function
223 * expm1l() never underflows, but it must avoid
/freebsd-10.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp122 "expm1l",
457 TLI.setUnavailable(LibFunc::expm1l);
/freebsd-10.3-release/lib/msun/
H A DMakefile171 MLINKS+=exp.3 expm1.3 exp.3 expm1f.3 exp.3 expm1l.3 exp.3 pow.3 exp.3 powf.3 \
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h691 __tg_expm1(long double __x) {return expm1l(__x);}
/freebsd-10.3-release/contrib/libstdc++/
H A Dconfigure30995 expm1l(0.0l);
[all...]

Completed in 183 milliseconds