Searched defs:DIV32_16 (Results 1 – 6 of 6) sorted by relevance
65 static inline short DIV32_16(int a, int b) in DIV32_16() function
65 static inline spx_word16_t DIV32_16(spx_word32_t a, spx_word16_t b) in DIV32_16() function
93 static inline short DIV32_16(int a, int b) in DIV32_16() function
101 #define DIV32_16(a,b) ((spx_word16_t)(((spx_word32_t)(a))/((spx_word16_t)(b)))) macro
208 #define DIV32_16(a,b) (((spx_word32_t)(a))/(spx_word16_t)(b)) macro
437 #define DIV32_16(a, b) _DIV32_16(a, b, __FILE__, __LINE__) macro