Searched defs:expm1 (Results 1 – 15 of 15) sorted by relevance
121 expm1(double x) in expm1() function
132 expm1(double x) in expm1() function
199 alias core.stdc.math.expm1 expm1; in version() local201 alias core.stdc.math.expm1f expm1; in version() local203 alias core.stdc.math.expm1l expm1; in version() local699 alias core.stdc.math.expm1 expm1; in version() local701 alias core.stdc.math.expm1f expm1; in version() local703 alias core.stdc.math.expm1l expm1; in version() local1189 alias core.stdc.math.expm1 expm1; variable1191 alias core.stdc.math.expm1f expm1; variable1193 alias core.stdc.math.expm1l expm1; variable
246 expm1 (double x) in expm1() function
1192 inline _LIBCPP_INLINE_VISIBILITY float expm1(float __lcpp_x) _NOEXCEPT {return ::expm1f… in expm1() function1193 inline _LIBCPP_INLINE_VISIBILITY long double expm1(long double __lcpp_x) _NOEXCEPT {return ::expm1l… in expm1() function1198 expm1(_A1 __lcpp_x) _NOEXCEPT {return ::expm1((double)__lcpp_x);} in expm1() function
87 #define expm1(x) __TGMATH_REAL(x, expm1) macro
156 #define expm1(a) __TG_FN1(expm1, (a)) macro
500 expm1, enumerator
110 __DEVICE__ double expm1(double __a) { return __nv_expm1(__a); } in expm1() function
687 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro
362 expm1, 99 keyword
1903 real expm1(real x) @trusted pure nothrow @nogc in expm1() function