Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dcosf.c40 x = reduce_fast (x, p, &n); in cosf()
Dsinf.c44 x = reduce_fast (x, p, &n); in sinf()
Dsincosf.c47 x = reduce_fast (x, p, &n); in sincosf()
Dsincosf.h106 reduce_fast (double x, const sincos_t *p, int *np) in reduce_fast() function