Searched defs:DIV32 (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/speex/libspeexdsp/ |
H A D | fixed_generic.h | 103 #define DIV32(a,b) (((spx_word32_t)(a))/((spx_word32_t)(b))) macro
|
H A D | arch.h | 202 #define DIV32(a,b) (((spx_word32_t)(a))/(spx_word32_t)(b)) macro
|
H A D | fixed_debug.h | 474 #define DIV32(a, b) _DIV32(a, b, __FILE__, __LINE__) macro
|
/aosp_15_r20/external/libopus/celt/ |
H A D | fixed_generic.h | 173 #define DIV32(a,b) (((opus_val32)(a))/((opus_val32)(b))) macro
|
H A D | arch.h | 274 #define DIV32(a,b) (((opus_val32)(a))/(opus_val32)(b)) macro
|
H A D | fixed_debug.h | 791 #define DIV32(a, b) DIV32_(a, b, __FILE__, __LINE__) macro
|
/aosp_15_r20/external/rnnoise/src/ |
H A D | arch.h | 244 #define DIV32(a,b) (((opus_val32)(a))/(opus_val32)(b)) macro
|