Home
last modified time | relevance | path

Searched refs:sincos_t (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/libc/src/math/
Dsincosf_utils.h30 } sincos_t; typedef
33 extern const sincos_t __sincosf_table[2];
46 static inline void sincosf_poly(double x, double x2, const sincos_t *p, int n, in sincosf_poly()
73 static inline float sinf_poly(double x, double x2, const sincos_t *p, int n) { in sinf_poly()
101 static inline double reduce_fast(double x, const sincos_t *p, int *np) { in reduce_fast()
Dsincosf_data.cpp18 const sincos_t __sincosf_table[2] = {
Dcosf.cpp27 const sincos_t *p = &__sincosf_table[0]; in LLVM_LIBC_ENTRYPOINT()
Dsinf.cpp27 const sincos_t *p = &__sincosf_table[0]; in LLVM_LIBC_ENTRYPOINT()
Dsincosf.cpp27 const sincos_t *p = &__sincosf_table[0]; in LLVM_LIBC_ENTRYPOINT()
/external/arm-optimized-routines/math/
Dsincosf.h25 } sincos_t; typedef
28 extern const sincos_t __sincosf_table[2] HIDDEN;
44 sincosf_poly (double x, double x2, const sincos_t *p, int n, float *sinp, in sincosf_poly()
73 sinf_poly (double x, double x2, const sincos_t *p, int n) in sinf_poly()
106 reduce_fast (double x, const sincos_t *p, int *np) in reduce_fast()
Dsincosf_data.c15 const sincos_t __sincosf_table[2] =
Dcosf.c23 const sincos_t *p = &__sincosf_table[0]; in cosf()
Dsinf.c22 const sincos_t *p = &__sincosf_table[0]; in sinf()
Dsincosf.c23 const sincos_t *p = &__sincosf_table[0]; in sincosf()