Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dfixed_arm4.h65 static inline short DIV32_16(int a, int b) in DIV32_16() function
Dfixed_bfin.h65 static inline spx_word16_t DIV32_16(spx_word32_t a, spx_word16_t b) in DIV32_16() function
Dfixed_arm5e.h93 static inline short DIV32_16(int a, int b) in DIV32_16() function
Dfixed_generic.h101 #define DIV32_16(a,b) ((spx_word16_t)(((spx_word32_t)(a))/((spx_word16_t)(b)))) macro
Darch.h208 #define DIV32_16(a,b) (((spx_word32_t)(a))/(spx_word16_t)(b)) macro
Dfixed_debug.h437 #define DIV32_16(a, b) _DIV32_16(a, b, __FILE__, __LINE__) macro