OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSHR
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
fixed_generic.h
57
#define
PSHR
(a,shift) (SHR((a)+((EXTEND32(1)<<((shift))>>1)),shift))
81
#define MULT16_32_P15(a,b) ADD32(MULT16_16((a),SHR((b),15)),
PSHR
(MULT16_16((a),((b)&0x00007fff)),15))
arch.h
175
#define
PSHR
(a,shift) (a)
Completed in 29 milliseconds