Searched defs:VSHR32 (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/opus/src/celt/ |
D | fixed_c5x.h | 58 #define VSHR32(a, shift) _lshl(a,-(shift)) macro
|
D | fixed_generic.h | 79 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro
|
D | arch.h | 160 #define VSHR32(a,shift) (a) macro
|
D | fixed_debug.h | 227 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro
|
/external/speex/libspeex/ |
D | fixed_generic.h | 51 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro
|
D | arch.h | 171 #define VSHR32(a,shift) (a) macro
|
D | fixed_debug.h | 165 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro
|