Searched defs:erfc (Results 1 – 11 of 11) 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
46 float32x4_t erfc; member94 NOINLINE VPCS_ATTR float32x4_t V_NAME_F1 (erfc) (float32x4_t x) in V_NAME_F1() argument
52 float64x2_t erfc; member104 float64x2_t V_NAME_D1 (erfc) (float64x2_t x) in V_NAME_D1() argument
52 svfloat32_t SV_NAME_F1 (erfc) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
78 svfloat64_t SV_NAME_D1 (erfc) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument
63 erfc (double x) in erfc() function
246 erfc(double x) in erfc() function
168 #define erfc(x) __tg_simple(x, erfc) macro
635 float erfc, scale; member651 double erfc, scale; member
95 __DEVICE__ double erfc(double __a) { return __nv_erfc(__a); } in erfc() function
653 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro