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

/freebsd-11-stable/lib/msun/src/
H A Ds_asinh.c38 asinh(double x) function
/freebsd-11-stable/include/
H A Dtgmath.h145 #define asinh(x) __tg_full(x, asinh) macro
/freebsd-11-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_device_functions.h1494 __DEVICE__ double asinh(double __a) { return __nv_asinh(__a); } function

Completed in 116 milliseconds