Searched defs:DIV32_16 (Results 1 – 10 of 10) sorted by relevance
/external/speex/libspeexdsp/ |
D | fixed_arm4.h | 65 static inline short DIV32_16(int a, int b) in DIV32_16() function
|
D | fixed_bfin.h | 67 static inline spx_word16_t DIV32_16(spx_word32_t a, spx_word16_t b) in DIV32_16() function
|
D | fixed_arm5e.h | 93 static inline short DIV32_16(int a, int b) in DIV32_16() function
|
D | fixed_generic.h | 105 #define DIV32_16(a,b) ((spx_word16_t)(((spx_word32_t)(a))/((spx_word16_t)(b)))) macro
|
D | arch.h | 201 #define DIV32_16(a,b) (((spx_word32_t)(a))/(spx_word16_t)(b)) macro
|
D | fixed_debug.h | 437 #define DIV32_16(a, b) _DIV32_16(a, b, __FILE__, __LINE__) macro
|
/external/libopus/celt/ |
D | fixed_generic.h | 160 #define DIV32_16(a,b) ((opus_val16)(((opus_val32)(a))/((opus_val16)(b)))) macro
|
D | fixed_debug.h | 710 #define DIV32_16(a, b) DIV32_16_(a, b, __FILE__, __LINE__) macro
|
D | arch.h | 273 #define DIV32_16(a,b) (((opus_val32)(a))/(opus_val16)(b)) macro
|
/external/rnnoise/src/ |
D | arch.h | 243 #define DIV32_16(a,b) (((opus_val32)(a))/(opus_val16)(b)) macro
|