Home
last modified time | relevance | path

Searched defs:PDIV32_16 (Results 1 – 4 of 4) sorted by relevance

/external/speex/libspeex/
Dfixed_bfin.h40 static inline spx_word16_t PDIV32_16(spx_word32_t a, spx_word16_t b) in PDIV32_16() function
Dfixed_generic.h106 #define PDIV32_16(a,b) ((spx_word16_t)(((spx_word32_t)(a)+((spx_word16_t)(b)>>1))/((spx_word16_t)(b… macro
Darch.h210 #define PDIV32_16(a,b) (((spx_word32_t)(a))/(spx_word16_t)(b)) macro
Dfixed_debug.h485 #define PDIV32_16(a,b) DIV32_16(ADD32((a),(b)>>1),b) macro