| /openbsd/src/lib/libm/src/ |
| D | s_expm1.c | 129 expm1(double x) in expm1() function 220 DEF_STD(expm1); 221 LDBL_MAYBE_CLONE(expm1);
|
| D | s_tanh.c | 67 t = expm1(two*fabs(x)); in tanh() 70 t = expm1(-two*fabs(x)); in tanh()
|
| D | e_cosh.c | 57 t = expm1(fabs(x)); in cosh()
|
| D | e_sinh.c | 58 t = expm1(fabs(x)); in sinh()
|
| /openbsd/src/regress/lib/libm/cephes/ |
| D | testvect.c | 66 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.h | 63 __DEVICE__ double expm1(double); 64 __DEVICE__ float expm1(float); 217 using ::expm1;
|
| D | __clang_cuda_cmath.h | 257 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, expm1) 384 using ::expm1;
|
| D | __clang_hip_cmath.h | 221 __DEF_FUN1(float, expm1) 497 __HIP_OVERLOAD1(double, expm1) 667 using ::expm1;
|
| D | tgmath.h | 680 __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.h | 110 __DEVICE__ double expm1(double __a) { return __nv_expm1(__a); } in expm1() function
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/ |
| D | math.t | 96 near(expm1(2), 6.38905609893065, "expm1", 1e-9); 97 near(expm1(1e-6), 1.00000050000017e-06, "expm1", 1e-9);
|
| D | export.t | 162 acosh asinh atanh cbrt copysign erf erfc exp2 expm1 fdim
|
| /openbsd/src/include/ |
| D | tgmath.h | 129 #define expm1(x) __tg_simple(x, expm1) macro
|
| D | math.h | 208 double expm1(double);
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/ |
| D | cmath | 67 #undef expm1 195 using ::expm1; 493 expm1(float __x) 497 expm1(long double __x) 502 expm1(_Tp __x) 505 return expm1(__type(__x));
|
| D | math.h | 57 using std::tr1::expm1;
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/openmp_wrappers/ |
| D | cmath | 50 __DEVICE__ float expm1(float __x) { return ::expm1f(__x); } 105 __DEVICE__ float expm1(float __x) { return ::expm1f(__x); }
|
| /openbsd/src/regress/lib/libm/msun/ |
| D | exponential_test.c | 88 test(expm1, x, result, exceptmask, excepts); \
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | ScalarFuncs.def | 72 TLI_DEFINE_SCALAR_MASS_FUNC("expm1", "__xl_expm1")
|
| /openbsd/src/lib/libm/ |
| D | Symbols.map | 128 expm1;
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/ |
| D | math-68881.h | 246 expm1 (double x) in expm1() function
|
| /openbsd/src/gnu/gcc/gcc/config/m68k/ |
| D | math-68881.h | 246 expm1 (double x) in expm1() function
|
| /openbsd/src/lib/libm/hidden/ |
| D | math.h | 77 PROTO_NORMAL(expm1);
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | math.h | 1116 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
|
| D | cmath | 187 floating_point expm1 (arithmetic x); 428 using ::expm1 _LIBCPP_USING_IF_EXISTS;
|