Searched refs:c1719 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | atan.c | 49 float64x2_t c1719 = vld1q_f64 (&d->c17); in V_NAME_D1() local 109 float64x2_t p1617 = vfmaq_laneq_f64 (d->c16, z2, c1719, 0); in V_NAME_D1() 110 float64x2_t p1819 = vfmaq_laneq_f64 (d->c18, z2, c1719, 1); in V_NAME_D1()
|
H A D | atan2.c | 117 float64x2_t c1719 = vld1q_f64 (&d->c17); in V_NAME_D2() local 139 float64x2_t p1617 = vfmaq_laneq_f64 (d->c16, z2, c1719, 0); in V_NAME_D2() 140 float64x2_t p1819 = vfmaq_laneq_f64 (d->c18, z2, c1719, 1); in V_NAME_D2()
|