Searched defs:DIV32 (Results 1 – 10 of 10) sorted by relevance
/external/libopus/celt/ |
D | fixed_generic.h | 132 #define DIV32(a,b) (((opus_val32)(a))/((opus_val32)(b))) macro
|
D | arch.h | 199 #define DIV32(a,b) (((opus_val32)(a))/(opus_val32)(b)) macro
|
D | fixed_debug.h | 738 #define DIV32(a, b) DIV32_(a, b, __FILE__, __LINE__) macro
|
/external/chromium_org/third_party/opus/src/celt/ |
D | fixed_generic.h | 132 #define DIV32(a,b) (((opus_val32)(a))/((opus_val32)(b))) macro
|
D | arch.h | 199 #define DIV32(a,b) (((opus_val32)(a))/(opus_val32)(b)) macro
|
D | fixed_debug.h | 738 #define DIV32(a, b) DIV32_(a, b, __FILE__, __LINE__) macro
|
/external/speex/libspeex/ |
D | fixed_generic.h | 107 #define DIV32(a,b) (((spx_word32_t)(a))/((spx_word32_t)(b))) macro
|
D | arch.h | 211 #define DIV32(a,b) (((spx_word32_t)(a))/(spx_word32_t)(b)) macro
|
D | fixed_debug.h | 464 #define DIV32(a, b) _DIV32(a, b, __FILE__, __LINE__) macro
|
/external/chromium_org/third_party/speex/libspeex/ |
D | arch.h | 210 #define DIV32(a,b) (((spx_word32_t)(a))/(spx_word32_t)(b)) macro
|