Searched defs:acoshf (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h61 __DEVICE__ float acoshf(float __a) { return __nv_acoshf(__a); } function
H A D__clang_hip_math.h103 inline float acoshf(float __x) { return __ocml_acosh_f32(__x); } function

Completed in 773 milliseconds