Searched refs:otherMantissa (Results 1 - 1 of 1) sorted by relevance

/external/aac/libSBRdec/src/
H A Dtranscendent.h132 FIXP_DBL otherMantissa; local
143 otherMantissa = (shift>0)? FX_SGL2FX_DBL(a_m) : FX_SGL2FX_DBL(b_m);
146 accu = (shiftedMantissa >> 1) + (otherMantissa >> 1);
152 accu = (shiftedMantissa + otherMantissa);
170 FIXP_DBL otherMantissa; local
181 otherMantissa = (shift>0)? a : b;
184 accu = (shiftedMantissa >> 1) + (otherMantissa >> 1);
190 accu = (shiftedMantissa + otherMantissa);

Completed in 54 milliseconds