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

/openbsd-current/lib/libm/src/
H A Ds_log1p.c98 log1p(double x) function
160 DEF_STD(log1p); variable
161 LDBL_MAYBE_CLONE(log1p); variable
[all...]
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dmath-68881.h268 log1p (double x) function
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmath-68881.h268 log1p (double x) function
/openbsd-current/include/
H A Dtgmath.h144 #define log1p(x) __tg_simple(x, log1p) macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dtgmath.h952 #undef log1p macro
953 #define log1p(__x) __tg_log1p(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_math.h174 __DEVICE__ double log1p(double __a) { return __nv_log1p(__a); } function
H A D__clang_hip_math.h887 double log1p(double __x) { return __ocml_log1p_f64(__x); } function
/openbsd-current/lib/libm/hidden/
H A Dmath.h134 PROTO_NORMAL(log1p); variable

Completed in 136 milliseconds