Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dtanpif_3u1.c15 float tan_poly[6], cot_poly[4], pi, invpi; member
27 .cot_poly = {
113 result = pairwise_poly_3_f32 (r_x2, r_x4, d->cot_poly); in arm_math_tanpif()
H A Dtanpi_2u5.c17 double tan_poly[14], cot_poly[9], pi, invpi; member
37 .cot_poly = {
128 result = pw_horner_8_f64 (r_x2, r_x4, d->cot_poly); in arm_math_tanpi()