Home
last modified time | relevance | path

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

12

/freebsd-12-stable/lib/msun/src/
Ds_tanh.c69 t = expm1(two*fabs(x)); in tanh()
72 t = expm1(-two*fabs(x)); in tanh()
Ds_expm1.c133 expm1(double x) in expm1() function
221 __weak_reference(expm1, expm1l);
De_cosh.c60 t = expm1(fabs(x)); in cosh()
De_sinh.c61 t = expm1(fabs(x)); in sinh()
Dmath.h266 double expm1(double);
/freebsd-12-stable/contrib/netbsd-tests/lib/libm/
Dt_exp.c395 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.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
D__clang_hip_math.h792 double expm1(double __x) { return __ocml_expm1_f64(__x); }
/freebsd-12-stable/contrib/libstdc++/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;
/freebsd-12-stable/lib/msun/tests/
Dexponential_test.c88 test(expm1, x, result, exceptmask, excepts); \
/freebsd-12-stable/include/
Dtgmath.h172 #define expm1(x) __tg_simple(x, expm1) macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcmath50 __DEVICE__ float expm1(float __x) { return ::expm1f(__x); }
105 __DEVICE__ float expm1(float __x) { return ::expm1f(__x); }
/freebsd-12-stable/lib/msun/
DSymbol.map90 expm1;
DMakefile204 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/
Dtgmath.c111 TGMACRO_REAL(expm1) in TGMACRO_REAL()
500 PASS_REAL_ARG_REAL_RET(expm1)); in main()
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dmath.h1230 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
Dcmath187 floating_point expm1 (arithmetic x);
413 using ::expm1 _LIBCPP_USING_IF_EXISTS;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def703 /// double expm1(double x);
704 TLI_DEFINE_ENUM_INTERNAL(expm1)
705 TLI_DEFINE_STRING_INTERNAL("expm1")
DVecFuncs.def222 TLI_DEFINE_VECFUNC("expm1", "__expm1d2", FIXED(2))
/freebsd-12-stable/contrib/llvm-project/libcxx/include/experimental/
Dsimd373 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);

12