Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dsincospif_3u2.c82 float ar4_c = ar2_c * ar2_c; in arm_math_sincospif() local
95 *out_cos = pw_horner_5_f32 (ar2_c, ar4_c, d->poly) in arm_math_sincospif()
H A Dsincospi_4u.c91 double ar4_c = ar2_c * ar2_c; in arm_math_sincospi() local
99 double cc = pw_horner_9_f64 (ar2_c, ar4_c, d->poly); in arm_math_sincospi()