Searched refs:SHR16 (Results 1 - 4 of 4) sorted by relevance
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | math_approx.h | 254 integer = SHR16(x,11); in spx_exp2() 294 return SHR16(spx_atan01(x),1); in spx_atan() 300 return SUB16(25736, SHR16(spx_atan01(x),1)); in spx_atan()
|
H A D | fixed_generic.h | 45 #define SHR16(a,shift) ((a) >> (shift)) macro 49 #define PSHR16(a,shift) (SHR16((a)+((1<<((shift))>>1)),shift))
|
H A D | fixed_debug.h | 103 #define SHR16(a, shift) _SHR16(a, shift, __FILE__, __LINE__) macro 109 fprintf (stderr, "SHR16: inputs are not short: %d >> %d in %s: line %d\n", a, shift, file, line); in _SHR16() 113 fprintf (stderr, "SHR16: output is not short: %d in %s: line %d\n", res, file, line); in _SHR16() 163 #define PSHR16(a,shift) (SHR16(ADD16((a),((1<<((shift))>>1))),shift))
|
H A D | arch.h | 161 #define SHR16(a,shift) (a) macro
|
Completed in 3 milliseconds