Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dtan.c105 uint64x2_t no_recip = vtstq_u64 (vreinterpretq_u64_s64 (qi), v_u64 (1)); in V_NAME_D1() local
113 return vdivq_f64 (vbslq_f64 (no_recip, n, vnegq_f64 (d)), in V_NAME_D1()
114 vbslq_f64 (no_recip, d, n)); in V_NAME_D1()