Searched defs:nExp (Results 1 - 3 of 3) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_math.c120 EAS_INT nExp; local
131 nExp = 31 - (nGain >> 10);
134 if (nExp < 0)
138 nTemp = (EAS_U16)((((nGain & 0x3ff) << 4) | 0x4000) >> nExp);
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_math.c120 EAS_INT nExp; local
131 nExp = 31 - (nGain >> 10);
134 if (nExp < 0)
138 nTemp = (EAS_U16)((((nGain & 0x3ff) << 4) | 0x4000) >> nExp);
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_math.c120 EAS_INT nExp; local
131 nExp = 31 - (nGain >> 10);
134 if (nExp < 0)
138 nTemp = (EAS_U16)((((nGain & 0x3ff) << 4) | 0x4000) >> nExp);

Completed in 214 milliseconds