Home
last modified time | relevance | path

Searched defs:th_rad_fxp (Results 1 – 2 of 2) sorted by relevance

/sof-2.7.6/src/include/sof/math/
Dtrig.h64 static inline int32_t sin_fixed_32b(int32_t th_rad_fxp) in sin_fixed_32b()
92 static inline int32_t cos_fixed_32b(int32_t th_rad_fxp) in cos_fixed_32b()
121 static inline int16_t sin_fixed_16b(int32_t th_rad_fxp) in sin_fixed_16b()
150 static inline int16_t cos_fixed_16b(int32_t th_rad_fxp) in cos_fixed_16b()
184 static inline void cmpx_exp_32b(int32_t th_rad_fxp, struct cordic_cmpx *cexp) in cmpx_exp_32b()
216 static inline void cmpx_exp_16b(int32_t th_rad_fxp, struct cordic_cmpx *cexp) in cmpx_exp_16b()
/sof-2.7.6/src/math/
Dtrig.c46 void cordic_approx(int32_t th_rad_fxp, int32_t a_idx, int32_t *sign, int32_t *b_yn, int32_t *xn, in cordic_approx()