Home
last modified time | relevance | path

Searched defs:DIV32 (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/speex/libspeexdsp/
Dfixed_generic.h107 #define DIV32(a,b) (((spx_word32_t)(a))/((spx_word32_t)(b))) macro
Darch.h207 #define DIV32(a,b) (((spx_word32_t)(a))/(spx_word32_t)(b)) macro
Dfixed_debug.h464 #define DIV32(a, b) _DIV32(a, b, __FILE__, __LINE__) macro
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-scheduler-riscv64.cc439 DIV32 = 50, // Min:11 Max:50 enumerator