Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dcosf.c36 return sinf_poly (x, x2, p, 1); in cosf()
48 return sinf_poly (x * s, x * x, p, n ^ 1); in cosf()
63 return sinf_poly (x * s, x * x, p, n ^ 1); in cosf()
Dsinf.c40 return sinf_poly (x, s, p, 0); in sinf()
52 return sinf_poly (x * s, x * x, p, n); in sinf()
67 return sinf_poly (x * s, x * x, p, n); in sinf()
Dsincosf.h73 sinf_poly (double x, double x2, const sincos_t *p, int n) in sinf_poly() function