Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/
H A Dcosf.c34 return sinf_poly (x, x2, p, 1); in cosf()
46 return sinf_poly (x * s, x * x, p, n ^ 1); in cosf()
61 return sinf_poly (x * s, x * x, p, n ^ 1); in cosf()
H A Dsinf.c38 return sinf_poly (x, s, p, 0); in sinf()
50 return sinf_poly (x * s, x * x, p, n); in sinf()
65 return sinf_poly (x * s, x * x, p, n); in sinf()
H A Dsincosf.h70 sinf_poly (double x, double x2, const sincos_t *p, int n) in sinf_poly() function