HomeSort by relevance Sort by last modified time
    Searched defs:PDIV32_16 (Results 1 - 4 of 4) sorted by null

  /external/speex/libspeex/
fixed_bfin.h 39 #undef PDIV32_16
40 static inline spx_word16_t PDIV32_16(spx_word32_t a, spx_word16_t b)
fixed_debug.h 485 #define PDIV32_16(a,b) DIV32_16(ADD32((a),(b)>>1),b)
fixed_generic.h 106 #define PDIV32_16(a,b) ((spx_word16_t)(((spx_word32_t)(a)+((spx_word16_t)(b)>>1))/((spx_word16_t)(b))))
arch.h 210 #define PDIV32_16(a,b) (((spx_word32_t)(a))/(spx_word16_t)(b))

Completed in 78 milliseconds