Home
last modified time | relevance | path

Searched refs:expm1 (Results 1 – 25 of 47) sorted by relevance

12

/openbsd/src/lib/libm/src/
Ds_expm1.c129 expm1(double x) in expm1() function
220 DEF_STD(expm1);
221 LDBL_MAYBE_CLONE(expm1);
Ds_tanh.c67 t = expm1(two*fabs(x)); in tanh()
70 t = expm1(-two*fabs(x)); in tanh()
De_cosh.c57 t = expm1(fabs(x)); in cosh()
De_sinh.c58 t = expm1(fabs(x)); in sinh()
/openbsd/src/regress/lib/libm/cephes/
Dtestvect.c66 double expm1 (double);
185 {"expm1", expm1, &NAN, &NAN, 0},
186 {"expm1", expm1, &ZERO, &ZERO, 0},
187 {"expm1", expm1, &MZERO, &MZERO, 0},
188 {"expm1", expm1, &INF, &INF, 0},
189 {"expm1", expm1, &MINF, &MONE, 0},
/openbsd/src/gnu/llvm/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h63 __DEVICE__ double expm1(double);
64 __DEVICE__ float expm1(float);
217 using ::expm1;
D__clang_cuda_cmath.h257 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, expm1)
384 using ::expm1;
D__clang_hip_cmath.h221 __DEF_FUN1(float, expm1)
497 __HIP_OVERLOAD1(double, expm1)
667 using ::expm1;
Dtgmath.h680 __tg_expm1(double __x) {return expm1(__x);} in __tg_expm1()
686 #undef expm1
687 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro
D__clang_cuda_math.h110 __DEVICE__ double expm1(double __a) { return __nv_expm1(__a); } in expm1() function
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dmath.t96 near(expm1(2), 6.38905609893065, "expm1", 1e-9);
97 near(expm1(1e-6), 1.00000050000017e-06, "expm1", 1e-9);
Dexport.t162 acosh asinh atanh cbrt copysign erf erfc exp2 expm1 fdim
/openbsd/src/include/
Dtgmath.h129 #define expm1(x) __tg_simple(x, expm1) macro
Dmath.h208 double expm1(double);
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Dcmath67 #undef expm1
195 using ::expm1;
493 expm1(float __x)
497 expm1(long double __x)
502 expm1(_Tp __x)
505 return expm1(__type(__x));
Dmath.h57 using std::tr1::expm1;
/openbsd/src/gnu/llvm/clang/lib/Headers/openmp_wrappers/
Dcmath50 __DEVICE__ float expm1(float __x) { return ::expm1f(__x); }
105 __DEVICE__ float expm1(float __x) { return ::expm1f(__x); }
/openbsd/src/regress/lib/libm/msun/
Dexponential_test.c88 test(expm1, x, result, exceptmask, excepts); \
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DScalarFuncs.def72 TLI_DEFINE_SCALAR_MASS_FUNC("expm1", "__xl_expm1")
/openbsd/src/lib/libm/
DSymbols.map128 expm1;
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/
Dmath-68881.h246 expm1 (double x) in expm1() function
/openbsd/src/gnu/gcc/gcc/config/m68k/
Dmath-68881.h246 expm1 (double x) in expm1() function
/openbsd/src/lib/libm/hidden/
Dmath.h77 PROTO_NORMAL(expm1);
/openbsd/src/gnu/llvm/libcxx/include/
Dmath.h1116 inline _LIBCPP_HIDE_FROM_ABI float expm1(float __x) _NOEXCEPT {return __builtin_expm1f(… in expm1() function
1119 _LIBCPP_HIDE_FROM_ABI double expm1(double __x) _NOEXCEPT { in expm1() function
1123 inline _LIBCPP_HIDE_FROM_ABI long double expm1(long double __x) _NOEXCEPT {return __builtin_expm1l(… in expm1() function
1128 expm1(_A1 __x) _NOEXCEPT {return __builtin_expm1((double)__x);} in expm1() function
Dcmath187 floating_point expm1 (arithmetic x);
428 using ::expm1 _LIBCPP_USING_IF_EXISTS;

12