Searched defs:expm1 (Results 1 – 10 of 10) sorted by relevance
97 inline _LIBCPP_HIDE_FROM_ABI float expm1(float __x) _NOEXCEPT { return __builtin_expm1f(__x); } in expm1() function 100 _LIBCPP_HIDE_FROM_ABI double expm1(double __x) _NOEXCEPT { in expm1() function 104 inline _LIBCPP_HIDE_FROM_ABI long double expm1(long double __x) _NOEXCEPT { return __builtin_expm1l(__x); } in expm1() function 107 inline _LIBCPP_HIDE_FROM_ABI double expm1(_A1 __x) _NOEXCEPT { in expm1() function
129 expm1(double x) in expm1() function
170 #define expm1(x) __tg_simple(x, expm1) macro
110 __DEVICE__ double expm1(double __a) { return __nv_expm1(__a); } in expm1() function
687 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro