Home
last modified time | relevance | path

Searched refs:erfcinvf (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()
H A D__clang_cuda_math.h98 __DEVICE__ float erfcinvf(float __a) { return __nv_erfcinvf(__a); } in erfcinvf() function
H A D__clang_hip_math.h376 float erfcinvf(float __x) { return __ocml_erfcinv_f32(__x); }