Home
last modified time | relevance | path

Searched refs:erfcr (Results 1 – 4 of 4) sorted by relevance

/src/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Derfcf_1u7.c62 float erfcr = __v_erfcf_data.tab[i].erfc; in erfcf() local
76 y = fmaf (-fmaf (y, d2, d), scale, erfcr); in erfcf()
H A Derfc_1u8.c92 double erfcr = __v_erfc_data.tab[i].erfc; in erfc() local
123 y = fma (-fma (y, d2, d), scale, erfcr); in erfc()
/src/contrib/arm-optimized-routines/math/aarch64/sve/
H A Derfcf.c71 svfloat32_t erfcr = svld1_gather_index (pg, p, i); in erfc() local
94 y = svmls_x (pg, erfcr, scale, svmls_x (pg, d, d2, y)); in erfc()
H A Derfc.c97 svfloat64_t erfcr = svld1_gather_index (pg, p, i); in erfc() local
147 y = svmls_x (pg, erfcr, scale, svmls_x (pg, d, d2, y)); in erfc()