Searched refs:Q_10 (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
| H A D | erfinvf_4u7.c | 17 float P_10[3], Q_10[4], P_29[4], Q_29[4], P_50[6], Q_50[3]; member 19 .Q_10 = { -0x1.8265eep+3, 0x1.ef5eaep+4, -0x1.12665p+4, 0x1p+0 }, 54 return x * horner_2_f32 (t, data.P_10) / horner_3_f32 (t, data.Q_10); in erfinvf()
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/advsimd/ |
| H A D | erfinvf_5u.c | 30 float32x4_t P_10[3], Q_10[3]; member 45 .Q_10 = { V4 (-0x1.8265eep+3), V4 (0x1.ef5eaep+4), V4 (-0x1.12665p+4) }, 72 float32x4_t q = vaddq_f32 (t, d->Q_10[2]); in notails() 73 q = vfmaq_f32 (d->Q_10[1], t, q); in notails() 74 q = vfmaq_f32 (d->Q_10[0], t, q); in notails()
|