Searched defs:CENTS_TO_DENTS (Results 1 - 3 of 3) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_math.h232 /* 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) \ macro
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_math.h232 /* 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) \ macro
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_math.h232 /* 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) \ macro

Completed in 685 milliseconds