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

/freebsd-11-stable/lib/msun/src/
H A Ds_expm1.c221 __weak_reference(expm1, expm1l);
H A Dmath.h461 long double expm1l(long double);
/freebsd-11-stable/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-11-stable/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-11-stable/lib/msun/
H A DMakefile198 MLINKS+=exp.3 expm1.3 exp.3 expm1f.3 exp.3 expm1l.3 exp.3 pow.3 exp.3 powf.3 \
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h684 __tg_expm1(long double __x) {return expm1l(__x);}
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h186 long double expm1l(long double x);
1211 inline _LIBCPP_INLINE_VISIBILITY long double expm1(long double __lcpp_x) _NOEXCEPT {return ::expm1l(__lcpp_x);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure30995 expm1l(0.0l);
[all...]

Completed in 135 milliseconds