Searched refs:reduce_fast (Results 1 – 8 of 8) sorted by relevance
/external/arm-optimized-routines/math/ |
D | cosf.c | 36 x = reduce_fast (x, p, &n); in cosf()
|
D | sinf.c | 40 x = reduce_fast (x, p, &n); in sinf()
|
D | sincosf.c | 43 x = reduce_fast (x, p, &n); in sincosf()
|
D | sincosf.h | 106 reduce_fast (double x, const sincos_t *p, int *np) in reduce_fast() function
|
/external/llvm-project/libc/src/math/ |
D | cosf.cpp | 37 x = reduce_fast(x, p, &n); in LLVM_LIBC_ENTRYPOINT()
|
D | sinf.cpp | 41 x = reduce_fast(x, p, &n); in LLVM_LIBC_ENTRYPOINT()
|
D | sincosf.cpp | 43 x = reduce_fast(x, p, &n); in LLVM_LIBC_ENTRYPOINT()
|
D | sincosf_utils.h | 101 static inline double reduce_fast(double x, const sincos_t *p, int *np) { in reduce_fast() function
|