Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dcosf.c51 x = reduce_large (xi, &n); in cosf()
Dsinf.c55 x = reduce_large (xi, &n); in sinf()
Dsincosf.c58 x = reduce_large (xi, &n); in sincosf()
Dsincosf.h133 reduce_large (uint32_t xi, int *np) in reduce_large() function
/external/llvm-project/libc/src/math/
Dcosf.cpp50 x = reduce_large(xi, &n); in LLVM_LIBC_ENTRYPOINT()
Dsinf.cpp54 x = reduce_large(xi, &n); in LLVM_LIBC_ENTRYPOINT()
Dsincosf.cpp56 x = reduce_large(xi, &n); in LLVM_LIBC_ENTRYPOINT()
Dsincosf_utils.h119 static inline double reduce_large(uint32_t xi, int *np) { in reduce_large() function