Searched defs:expm1 (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/lib/libm/src/
H A Ds_expm1.c129 expm1(double x) function
220 DEF_STD(expm1); variable
221 LDBL_MAYBE_CLONE(expm1); variable
[all...]
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dmath-68881.h246 expm1 (double x) function
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmath-68881.h246 expm1 (double x) function
/openbsd-current/include/
H A Dtgmath.h129 #define expm1(x) __tg_simple(x, expm1) macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dtgmath.h686 #undef expm1 macro
687 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_math.h110 __DEVICE__ double expm1(double __a) { return __nv_expm1(__a); } function
H A D__clang_hip_math.h789 double expm1(double __x) { return __ocml_expm1_f64(__x); } function
/openbsd-current/lib/libm/hidden/
H A Dmath.h77 PROTO_NORMAL(expm1); variable

Completed in 125 milliseconds