Lines Matching refs:spx_word32_t
40 static inline spx_word16_t PDIV32_16(spx_word32_t a, spx_word16_t b) in PDIV32_16()
42 spx_word32_t res, bb; in PDIV32_16()
65 static inline spx_word16_t DIV32_16(spx_word32_t a, spx_word16_t b) in DIV32_16()
67 spx_word32_t res, bb; in DIV32_16()
94 spx_word32_t res; in MAX16()
106 static inline spx_word32_t MULT16_32_Q15(spx_word16_t a, spx_word32_t b) in MULT16_32_Q15()
108 spx_word32_t res; in MULT16_32_Q15()
122 static inline spx_word32_t MAC16_32_Q15(spx_word32_t c, spx_word16_t a, spx_word32_t b) in MAC16_32_Q15()
124 spx_word32_t res; in MAC16_32_Q15()
139 static inline spx_word32_t MULT16_32_Q14(spx_word16_t a, spx_word32_t b) in MULT16_32_Q14()
141 spx_word32_t res; in MULT16_32_Q14()
156 static inline spx_word32_t MAC16_32_Q14(spx_word32_t c, spx_word16_t a, spx_word32_t b) in MAC16_32_Q14()
158 spx_word32_t res; in MAC16_32_Q14()