Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Headers/
D__clang_cuda_runtime_wrapper.h238 static inline float erfcinv(float __a) { return erfcinvf(__a); } in erfcinv() function
D__clang_cuda_math.h97 __DEVICE__ double erfcinv(double __a) { return __nv_erfcinv(__a); } in erfcinv() function
D__clang_hip_math.h771 double erfcinv(double __x) { return __ocml_erfcinv_f64(__x); }