Searched refs:erfcr (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/arm-optimized-routines/math/aarch64/experimental/ |
| H A D | erfcf_1u7.c | 62 float erfcr = __v_erfcf_data.tab[i].erfc; in erfcf() local 76 y = fmaf (-fmaf (y, d2, d), scale, erfcr); in erfcf()
|
| H A D | erfc_1u8.c | 92 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 D | erfcf.c | 71 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 D | erfc.c | 97 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()
|