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

  /external/sonivox/arm-fm-22k/lib_src/
eas_math.c 68 nExponentInt = GET_DENTS_INT_PART(nDents);
eas_math.h 225 #define GET_DENTS_INT_PART(x) /*lint -e(704) <avoid divide for performance>*/ \
eas_fmengine.c 161 nExponentInt = GET_DENTS_INT_PART(nDents) + (32 - SINE_TABLE_SIZE_IN_BITS - NUM_EG1_FRAC_BITS);
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_math.c 68 nExponentInt = GET_DENTS_INT_PART(nDents);
eas_math.h 225 #define GET_DENTS_INT_PART(x) /*lint -e(704) <avoid divide for performance>*/ \
eas_fmengine.c 161 nExponentInt = GET_DENTS_INT_PART(nDents) + (32 - SINE_TABLE_SIZE_IN_BITS - NUM_EG1_FRAC_BITS);
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.c 68 nExponentInt = GET_DENTS_INT_PART(nDents);
eas_math.h 225 #define GET_DENTS_INT_PART(x) /*lint -e(704) <avoid divide for performance>*/ \
  /frameworks/base/media/libeffects/testlibs/
EffectsMath.h 216 #define GET_DENTS_INT_PART(x) /*lint -e(704) <avoid divide for performance>*/ \

Completed in 2543 milliseconds