HomeSort by relevance Sort by last modified time
    Searched refs:nExponentInt (Results 1 - 5 of 5) sorted by null

  /external/sonivox/arm-fm-22k/lib_src/
eas_math.c 57 EAS_I32 nExponentInt, nExponentFrac;
68 nExponentInt = GET_DENTS_INT_PART(nDents);
83 if (nExponentInt >= 0)
87 nResult = nTemp1 << nExponentInt;
92 nExponentInt = -nExponentInt;
93 nResult = nTemp1 >> nExponentInt;
eas_fmengine.c 155 EAS_I32 nExponentInt, nExponentFrac;
161 nExponentInt = GET_DENTS_INT_PART(nDents) + (32 - SINE_TABLE_SIZE_IN_BITS - NUM_EG1_FRAC_BITS);
174 if (nExponentInt >= 0)
178 nResult = nTemp1 << nExponentInt;
183 nExponentInt = -nExponentInt;
184 nResult = nTemp1 >> nExponentInt;
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_math.c 57 EAS_I32 nExponentInt, nExponentFrac;
68 nExponentInt = GET_DENTS_INT_PART(nDents);
83 if (nExponentInt >= 0)
87 nResult = nTemp1 << nExponentInt;
92 nExponentInt = -nExponentInt;
93 nResult = nTemp1 >> nExponentInt;
eas_fmengine.c 155 EAS_I32 nExponentInt, nExponentFrac;
161 nExponentInt = GET_DENTS_INT_PART(nDents) + (32 - SINE_TABLE_SIZE_IN_BITS - NUM_EG1_FRAC_BITS);
174 if (nExponentInt >= 0)
178 nResult = nTemp1 << nExponentInt;
183 nExponentInt = -nExponentInt;
184 nResult = nTemp1 >> nExponentInt;
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.c 57 EAS_I32 nExponentInt, nExponentFrac;
68 nExponentInt = GET_DENTS_INT_PART(nDents);
83 if (nExponentInt >= 0)
87 nResult = nTemp1 << nExponentInt;
92 nExponentInt = -nExponentInt;
93 nResult = nTemp1 >> nExponentInt;

Completed in 349 milliseconds