Home
last modified time | relevance | path

Searched defs:erfcinv (Results 1 – 2 of 2) sorted by relevance

/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.h97 __DEVICE__ double erfcinv(double __a) { return __nv_erfcinv(__a); } erfcinv() function