Searched refs:expm1 (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/lib/msun/src/
H A Ds_tanh.c28 * 2**-28 <= x < 1 : tanh(x) := -----; t = expm1(-2x)
31 * 1 <= x < 22 : tanh(x) := 1 - -----; t = expm1(2x)
66 t = expm1(two*fabs(x));
69 t = expm1(-two*fabs(x));
H A De_cosh.c57 /* |x| in [0,0.5*ln2], return 1+expm1(|x|)^2/(2*exp(|x|)) */
59 t = expm1(fabs(x));
H A De_sinh.c23 * 0 <= x <= 22 : sinh(x) := --------------, E=expm1(x)
60 t = expm1(fabs(x));
H A Ds_expm1.c16 /* expm1(x)
28 * 2. Approximating expm1(r) by a special rational function on
54 * expm1(r) = exp(r)-1 is then computed by the following
58 * expm1(r) = r + --- + --- * [--------------------]
62 * expm1(r+c) = expm1(r) + c + expm1(r)*c
63 * ~ expm1(r) + c + r*c
65 * expm1(r+c). Now rearrange the term to avoid optimization
69 * expm1(
130 expm1(double x) function
[all...]
H A Dmath.h229 double expm1(double);
/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dmath.h57 using std::tr1::expm1;
/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-exponential.c80 test(expm1, x, result, exceptmask, excepts); \
/freebsd-9.3-release/lib/msun/
H A DSymbol.map90 expm1;
H A DMakefile158 MLINKS+=exp.3 expm1.3 exp.3 expm1f.3 exp.3 pow.3 exp.3 powf.3 \
/freebsd-9.3-release/include/
H A Dtgmath.h169 #define expm1(x) __tg_simple(x, expm1) macro
/freebsd-9.3-release/tools/regression/include/tgmath/
H A Dtgmath.c111 TGMACRO_REAL(expm1)
499 PRINT("expm1",
500 PASS_REAL_ARG_REAL_RET(expm1));
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h208 /// double expm1(double x);
209 expm1, enumerator in enum:llvm::LibFunc::Func
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h679 // expm1
687 __tg_expm1(double __x) {return expm1(__x);}
693 #undef expm1 macro
694 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro
/freebsd-9.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp120 "expm1",
455 TLI.setUnavailable(LibFunc::expm1);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2133 case LibFunc::expm1:
/freebsd-9.3-release/contrib/libstdc++/
H A Dconfigure30993 expm1(0.0);
[all...]

Completed in 301 milliseconds