HomeSort by relevance Sort by last modified time
    Searched defs:CENTS_TO_DENTS (Results 1 - 4 of 4) sorted by null

  /external/sonivox/arm-fm-22k/lib_src/
eas_math.h 232 /* use CENTS_TO_DENTS to convert a value in cents to dents */
233 #define CENTS_TO_DENTS (EAS_I32) (DENTS_ONE * (0x1L << NUM_EG1_FRAC_BITS) / 1200L) \
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_math.h 232 /* use CENTS_TO_DENTS to convert a value in cents to dents */
233 #define CENTS_TO_DENTS (EAS_I32) (DENTS_ONE * (0x1L << NUM_EG1_FRAC_BITS) / 1200L) \
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.h 232 /* use CENTS_TO_DENTS to convert a value in cents to dents */
233 #define CENTS_TO_DENTS (EAS_I32) (DENTS_ONE * (0x1L << NUM_EG1_FRAC_BITS) / 1200L) \
  /frameworks/av/media/libeffects/testlibs/
EffectsMath.h 223 /* use CENTS_TO_DENTS to convert a value in cents to dents */
224 #define CENTS_TO_DENTS (int32_t) (DENTS_ONE * (0x1L << NUM_EG1_FRAC_BITS) / 1200L) \

Completed in 3972 milliseconds