Searched refs:erfcx (Results 1 – 3 of 3) sorted by relevance
241 static inline float erfcx(float __a) { return erfcxf(__a); } in erfcx() function
103 __DEVICE__ double erfcx(double __a) { return __nv_erfcx(__a); } in erfcx() function
792 double erfcx(double __x) { return __ocml_erfcx_f64(__x); }