Searched defs:erfcinv (Results 1 – 14 of 14) sorted by relevance
177 static inline float erfcinv(float __a) { return erfcinvf(__a); } in erfcinv() function
238 static inline float erfcinv(float __a) { return erfcinvf(__a); } in erfcinv() function
97 __DEVICE__ double erfcinv(double __a) { return __nv_erfcinv(__a); } in erfcinv() function
5343 def erfcinv(x, name=None): function