| /freebsd-12-stable/lib/msun/src/ |
| D | s_tanh.c | 69 t = expm1(two*fabs(x)); in tanh() 72 t = expm1(-two*fabs(x)); in tanh()
|
| D | s_expm1.c | 133 expm1(double x) in expm1() function 221 __weak_reference(expm1, expm1l);
|
| D | e_cosh.c | 60 t = expm1(fabs(x)); in cosh()
|
| D | e_sinh.c | 61 t = expm1(fabs(x)); in sinh()
|
| D | math.h | 266 double expm1(double);
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libm/ |
| D | t_exp.c | 395 if (isnan(expm1(x)) == 0) in ATF_TC_BODY() 409 if (expm1(x) != -1.0) in ATF_TC_BODY() 422 double y = expm1(x); in ATF_TC_BODY() 437 double y = expm1(x); in ATF_TC_BODY() 452 double y = expm1(x); in ATF_TC_BODY()
|
| /freebsd-12-stable/contrib/llvm-project/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
|
| D | __clang_hip_math.h | 792 double expm1(double __x) { return __ocml_expm1_f64(__x); }
|
| /freebsd-12-stable/contrib/libstdc++/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;
|
| /freebsd-12-stable/lib/msun/tests/ |
| D | exponential_test.c | 88 test(expm1, x, result, exceptmask, excepts); \
|
| /freebsd-12-stable/include/ |
| D | tgmath.h | 172 #define expm1(x) __tg_simple(x, expm1) macro
|
| /freebsd-12-stable/contrib/llvm-project/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); }
|
| /freebsd-12-stable/lib/msun/ |
| D | Symbol.map | 90 expm1;
|
| D | Makefile | 204 MLINKS+=exp.3 expm1.3 exp.3 expm1f.3 exp.3 expm1l.3 exp.3 pow.3 exp.3 powf.3 \
|
| /freebsd-12-stable/tools/regression/include/tgmath/ |
| D | tgmath.c | 111 TGMACRO_REAL(expm1) in TGMACRO_REAL() 500 PASS_REAL_ARG_REAL_RET(expm1)); in main()
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | math.h | 1230 inline _LIBCPP_INLINE_VISIBILITY float expm1(float __lcpp_x) _NOEXCEPT {return ::expm1f… in expm1() function 1231 inline _LIBCPP_INLINE_VISIBILITY long double expm1(long double __lcpp_x) _NOEXCEPT {return ::expm1l… in expm1() function 1236 expm1(_A1 __lcpp_x) _NOEXCEPT {return ::expm1((double)__lcpp_x);} in expm1() function
|
| D | cmath | 187 floating_point expm1 (arithmetic x); 413 using ::expm1 _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | TargetLibraryInfo.def | 703 /// double expm1(double x); 704 TLI_DEFINE_ENUM_INTERNAL(expm1) 705 TLI_DEFINE_STRING_INTERNAL("expm1")
|
| D | VecFuncs.def | 222 TLI_DEFINE_VECFUNC("expm1", "__expm1d2", FIXED(2))
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/experimental/ |
| D | simd | 373 template <class Abi> floatv<Abi> expm1(floatv<Abi> x); 374 template <class Abi> doublev<Abi> expm1(doublev<Abi> x); 375 template <class Abi> ldoublev<Abi> expm1(ldoublev<Abi> x);
|