Home
last modified time | relevance | path

Searched defs:ABS32 (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/speex/tmv/
H A Dfixed_tm.h58 #undef ABS32 macro
60 #define ABS32(x) iabs(x) macro
/third_party/pulseaudio/speex/libspeexdsp/
H A Darch.h79 #define ABS32(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute 32-bit value. */ macro

Completed in 2 milliseconds