Searched refs:erfcinv (Results 1 – 3 of 3) sorted by relevance
238 static inline float erfcinv(float __a) { return erfcinvf(__a); } in erfcinv() function
101 __DEVICE__ double erfcinv(double __a) { return __nv_erfcinv(__a); } in erfcinv() function
789 double erfcinv(double __x) { return __ocml_erfcinv_f64(__x); }