Searched defs:expm1 (Results 1 – 8 of 8) sorted by relevance
97 inline _LIBCPP_HIDE_FROM_ABI float expm1(float __x) _NOEXCEPT { return __builtin_expm1f(__x); } in expm1() function100 _LIBCPP_HIDE_FROM_ABI double expm1(double __x) _NOEXCEPT { in expm1() function104 inline _LIBCPP_HIDE_FROM_ABI long double expm1(long double __x) _NOEXCEPT { return __builtin_expm1l… in expm1() function107 inline _LIBCPP_HIDE_FROM_ABI double expm1(_A1 __x) _NOEXCEPT { in expm1() function
44 LIBC_INLINE double expm1(double x) { return __nv_expm1(x); } expm1() function
79 Ambiguous expm1(Ambiguous){ return Ambiguous(); } expm1() function [all...]
79 Ambiguous expm1(Ambiguous){ return Ambiguous(); } in expm1() function
335 MPFRNumber expm1() const { expm1() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
110 __DEVICE__ double expm1(double __a) { return __nv_expm1(__a); } expm1() function
687 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro
1319 Value expm1 = builder.create<arith::MulFOp>( matchAndRewrite() local