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

/external/sonivox/arm-wt-22k/lib_src/
H A Deas_math.h233 /* use CENTS_TO_DENTS to convert a value in cents to dents */
234 #define CENTS_TO_DENTS (int32_t) (DENTS_ONE * (0x1L << NUM_EG1_FRAC_BITS) / 1200L) \ macro

Completed in 31 milliseconds