Home
last modified time | relevance | path

Searched defs:VSHR32 (Results 1 – 8 of 8) sorted by relevance

/external/libopus/celt/
Dfixed_c5x.h58 #define VSHR32(a, shift) _lshl(a,-(shift)) macro
Dfixed_generic.h95 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro
Dfixed_debug.h235 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro
Darch.h232 #define VSHR32(a,shift) (a) macro
/external/speex/libspeexdsp/
Dfixed_generic.h51 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro
Darch.h163 #define VSHR32(a,shift) (a) macro
Dfixed_debug.h165 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro
/external/rnnoise/src/
Darch.h202 #define VSHR32(a,shift) (a) macro