Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/common/
Dcosf.c60 x = reduce_fast (x, p, &n); in cosf()
Dsinf.c64 x = reduce_fast (x, p, &n); in sinf()
Dsincosf.c67 x = reduce_fast (x, p, &n); in sincosf()
Dsincosf.h127 reduce_fast (double x, const sincos_t *p, int *np) in reduce_fast() function