Home
last modified time | relevance | path

Searched defs:expm1 (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/lib/libm/noieee_src/
H A Dn_expm1.c121 expm1(double x) in expm1() function
/netbsd-src/lib/libm/src/
H A Ds_expm1.c132 expm1(double x) in expm1() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtgmath.d199 alias core.stdc.math.expm1 expm1; in version() local
201 alias core.stdc.math.expm1f expm1; in version() local
203 alias core.stdc.math.expm1l expm1; in version() local
699 alias core.stdc.math.expm1 expm1; in version() local
701 alias core.stdc.math.expm1f expm1; in version() local
703 alias core.stdc.math.expm1l expm1; in version() local
1189 alias core.stdc.math.expm1 expm1; variable
1191 alias core.stdc.math.expm1f expm1; variable
1193 alias core.stdc.math.expm1l expm1; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h246 expm1 (double x) in expm1() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dmath-68881.h246 expm1 (double x) in expm1() function
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h1192 inline _LIBCPP_INLINE_VISIBILITY float expm1(float __lcpp_x) _NOEXCEPT {return ::expm1f… in expm1() function
1193 inline _LIBCPP_INLINE_VISIBILITY long double expm1(long double __lcpp_x) _NOEXCEPT {return ::expm1l… in expm1() function
1198 expm1(_A1 __lcpp_x) _NOEXCEPT {return ::expm1((double)__lcpp_x);} in expm1() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h87 #define expm1(x) __TGMATH_REAL(x, expm1) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h87 #define expm1(x) __TGMATH_REAL(x, expm1) macro
/netbsd-src/include/
H A Dtgmath.h156 #define expm1(a) __TG_FN1(expm1, (a)) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h500 expm1, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math.h110 __DEVICE__ double expm1(double __a) { return __nv_expm1(__a); } in expm1() function
H A Dtgmath.h687 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf362 expm1, 99 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf362 expm1, 99 keyword
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d1903 real expm1(real x) @trusted pure nothrow @nogc in expm1() function