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

/freebsd-10.0-release/lib/msun/src/
H A Ds_expm1.c221 __weak_reference(expm1, expm1l);
H A Dmath.h457 long double expm1l(long double);
/freebsd-10.0-release/lib/msun/
H A DSymbol.map268 expm1l;
H A DMakefile166 MLINKS+=exp.3 expm1.3 exp.3 expm1f.3 exp.3 expm1l.3 exp.3 pow.3 exp.3 powf.3 \
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h190 /// long double expm1l(long double x);
191 expm1l, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp111 "expm1l",
418 TLI.setUnavailable(LibFunc::expm1l);
/freebsd-10.0-release/lib/msun/ld128/
H A Ds_expl.c54 /* log(2**16384 - 0.5 + 1) rounded towards zero for expm1l() is the same: */
92 * by r1 in expm1l() is exact, but it is rounded to 88 bits due to
369 expm1l(long double x) function
391 * expm1l() never underflows, but it must avoid
/freebsd-10.0-release/lib/msun/ld80/
H A Ds_expl.c64 /* log(2**16384 - 0.5 + 1) rounded towards zero for expm1l() is the same: */
307 * Compute expm1l(x) for Intel 80-bit format. This is based on:
347 expm1l(long double x) function
369 * expm1l() never underflows, but it must avoid
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h691 __tg_expm1(long double __x) {return expm1l(__x);}
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfigure30995 expm1l(0.0l);
[all...]

Completed in 238 milliseconds