Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dcosf.c36 x = reduce_fast (x, p, &n); in cosf()
Dsinf.c40 x = reduce_fast (x, p, &n); in sinf()
Dsincosf.c43 x = reduce_fast (x, p, &n); in sincosf()
Dsincosf.h106 reduce_fast (double x, const sincos_t *p, int *np) in reduce_fast() function
/external/llvm-project/libc/src/math/
Dcosf.cpp37 x = reduce_fast(x, p, &n); in LLVM_LIBC_ENTRYPOINT()
Dsinf.cpp41 x = reduce_fast(x, p, &n); in LLVM_LIBC_ENTRYPOINT()
Dsincosf.cpp43 x = reduce_fast(x, p, &n); in LLVM_LIBC_ENTRYPOINT()
Dsincosf_utils.h101 static inline double reduce_fast(double x, const sincos_t *p, int *np) { in reduce_fast() function