Home
last modified time | relevance | path

Searched defs:DIV32_16 (Results 1 - 6 of 6) sorted by relevance

/third_party/pulseaudio/speex/libspeexdsp/
H A Dfixed_bfin.h66 #undef DIV32_16 macro
67 static inline spx_word16_t DIV32_16(spx_word32_t a, spx_word16_t b) in DIV32_16() function
H A Dfixed_arm5e.h92 #undef DIV32_16 macro
93 static inline short DIV32_16(int a, int b) in DIV32_16() function
H A Dfixed_arm4.h64 #undef DIV32_16 macro
65 static inline short DIV32_16(int a, int b) in DIV32_16() function
H A Dfixed_generic.h105 #define DIV32_16(a,b) ((spx_word16_t)(((spx_word32_t)(a))/((spx_word16_t)(b)))) macro
H A Darch.h205 #define DIV32_16(a,b) (((spx_word32_t)(a))/(spx_word16_t)(b)) macro
H A Dfixed_debug.h437 #define DIV32_16(a, b) _DIV32_16(a, b, __FILE__, __LINE__) macro

Completed in 4 milliseconds