OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nExp
(Results
1 - 2
of
2
) sorted by null
/external/sonivox/arm-wt-22k/lib_src/
eas_math.c
120
EAS_INT
nExp
;
131
nExp
= 31 - (nGain >> 10);
134
if (
nExp
< 0)
138
nTemp = (EAS_U16)((((nGain & 0x3ff) << 4) | 0x4000) >>
nExp
);
/hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_IVCommon.h
[
all
...]
Completed in 80 milliseconds