Home
last modified time | relevance | path

Searched refs:erfcinv (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h238 static inline float erfcinv(float __a) { return erfcinvf(__a); } in erfcinv() function
H A D__clang_cuda_math.h101 __DEVICE__ double erfcinv(double __a) { return __nv_erfcinv(__a); } in erfcinv() function
H A D__clang_hip_math.h789 double erfcinv(double __x) { return __ocml_erfcinv_f64(__x); }