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

  /external/sonivox/arm-fm-22k/lib_src/
eas_math.h 212 /* use "digital cents" == "dents" instead of cents */
219 /* use "digital cents" == "dents" instead of cents */
232 /* use CENTS_TO_DENTS to convert a value in cents to dents */
283 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \
286 ((EAS_I32)(dents)) * ((EAS_I32)(coef)) \
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_math.h 212 /* use "digital cents" == "dents" instead of cents */
219 /* use "digital cents" == "dents" instead of cents */
232 /* use CENTS_TO_DENTS to convert a value in cents to dents */
283 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \
286 ((EAS_I32)(dents)) * ((EAS_I32)(coef)) \
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.h 212 /* use "digital cents" == "dents" instead of cents */
219 /* use "digital cents" == "dents" instead of cents */
232 /* use CENTS_TO_DENTS to convert a value in cents to dents */
283 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \
286 ((EAS_I32)(dents)) * ((EAS_I32)(coef)) \
  /frameworks/av/media/libeffects/testlibs/
EffectsMath.h 203 /* use "digital cents" == "dents" instead of cents */
210 /* use "digital cents" == "dents" instead of cents */
223 /* use CENTS_TO_DENTS to convert a value in cents to dents */
274 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \
277 ((int32_t)(dents)) * ((int32_t)(coef)) \
  /external/strace/
file.c 2044 int i, len, dents = 0; local
2101 int i, len, dents = 0; local
    [all...]

Completed in 333 milliseconds