Searched defs:erfc (Results 1 – 9 of 9) sorted by relevance
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
653 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro