Searched defs:VSHR32 (Results 1 – 8 of 8) sorted by relevance
| /external/libopus/celt/ |
| D | fixed_c5x.h | 58 #define VSHR32(a, shift) _lshl(a,-(shift)) macro
|
| D | fixed_generic.h | 102 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro
|
| D | arch.h | 232 #define VSHR32(a,shift) (a) macro
|
| D | fixed_debug.h | 235 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro
|
| /external/speex/libspeexdsp/ |
| D | fixed_generic.h | 51 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro
|
| D | arch.h | 165 #define VSHR32(a,shift) (a) macro
|
| D | fixed_debug.h | 165 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro
|
| /external/rnnoise/src/ |
| D | arch.h | 202 #define VSHR32(a,shift) (a) macro
|