Home
last modified time | relevance | path

Searched refs:Q_10 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/arm-optimized-routines/pl/math/
H A Derfinvf_4u7.c17 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()
H A Dv_erfinvf_5u.c29 float32x4_t P_10[3], Q_10[3]; member
44 .Q_10 = { V4 (-0x1.8265eep+3), V4 (0x1.ef5eaep+4), V4 (-0x1.12665p+4) },
71 float32x4_t q = vaddq_f32 (t, d->Q_10[2]); in notails()
72 q = vfmaq_f32 (d->Q_10[1], t, q); in notails()
73 q = vfmaq_f32 (d->Q_10[0], t, q); in notails()