Home
last modified time | relevance | path

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

/third_party/pulseaudio/speex/libspeexdsp/
H A Dfixed_bfin.h41 #undef PDIV32_16 macro
42 static inline spx_word16_t PDIV32_16(spx_word32_t a, spx_word16_t b) in PDIV32_16() function
H A 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
H A Darch.h206 #define PDIV32_16(a,b) (((spx_word32_t)(a))/(spx_word16_t)(b)) macro
H A Dfixed_debug.h485 #define PDIV32_16(a,b) DIV32_16(ADD32((a),(b)>>1),b) macro

Completed in 3 milliseconds