Searched defs:acosh (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/include/
H A Dtgmath.h144 #define acosh(x) __tg_full(x, acosh) macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h169 #undef acosh macro
170 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_device_functions.h1490 __DEVICE__ double acosh(double __a) { return __nv_acosh(__a); } function

Completed in 81 milliseconds