Searched defs:erfc (Results 1 – 5 of 5) sorted by relevance
42 inline _LIBCPP_HIDE_FROM_ABI float erfc(float __x) _NOEXCEPT { return __builtin_erfcf(__x); } in erfc() function45 _LIBCPP_HIDE_FROM_ABI double erfc(double __x) _NOEXCEPT { in erfc() function49 inline _LIBCPP_HIDE_FROM_ABI long double erfc(long double __x) _NOEXCEPT { return __builtin_erfcl(_… in erfc() function52 inline _LIBCPP_HIDE_FROM_ABI double erfc(_A1 __x) _NOEXCEPT { in erfc() function
77 Ambiguous erfc(Ambiguous){ return Ambiguous(); } erfc() function [all...]
77 Ambiguous erfc(Ambiguous){ return Ambiguous(); } in erfc() function
95 __DEVICE__ double erfc(double __a) { return __nv_erfc(__a); } erfc() function
653 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro