Searched defs:asinh (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/lib/msun/src/
H A Ds_asinh.c38 asinh(double x) function
/freebsd-13-stable/include/
H A Dtgmath.h147 #define asinh(x) __tg_full(x, asinh) macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h198 #undef asinh macro
199 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_math.h64 __DEVICE__ double asinh(double __a) { return __nv_asinh(__a); } function
H A D__clang_hip_math.h563 inline double asinh(double __x) { return __ocml_asinh_f64(__x); } function

Completed in 80 milliseconds