Searched defs:erfc (Results 1 – 15 of 15) sorted by relevance
326 real erfc(real x) in erfc() function
318 real erfc(real x) in erfc() function
344 alias core.stdc.math.erfc erfc; in version() local346 alias core.stdc.math.erfcf erfc; in version() local348 alias core.stdc.math.erfcl erfc; in version() local845 alias core.stdc.math.erfc erfc; in version() local847 alias core.stdc.math.erfcf erfc; in version() local849 alias core.stdc.math.erfcl erfc; in version() local1348 alias core.stdc.math.erfc erfc; variable1350 alias core.stdc.math.erfcf erfc; variable1352 alias core.stdc.math.erfcl erfc; variable
244 erfc(double x) in erfc() function
330 erfc(double x) in erfc() function
647 real erfc(real a) in erfc() function
648 real erfc(real a) in erfc() function
1172 inline _LIBCPP_INLINE_VISIBILITY float erfc(float __lcpp_x) _NOEXCEPT {return ::erfcf(_… in erfc() function1173 inline _LIBCPP_INLINE_VISIBILITY long double erfc(long double __lcpp_x) _NOEXCEPT {return ::erfcl(_… in erfc() function1178 erfc(_A1 __lcpp_x) _NOEXCEPT {return ::erfc((double)__lcpp_x);} in erfc() function
85 #define erfc(x) __TGMATH_REAL(x, erfc) macro
154 #define erfc(a) __TG_FN1(erfc, (a)) macro
95 __DEVICE__ double erfc(double __a) { return __nv_erfc(__a); } in erfc() function
653 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro
408 erfc, 99 keyword