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

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_math.c44 * nCents - measured in cents
54 EAS_I32 EAS_Calculate2toX (EAS_I32 nCents) argument
62 if (nCents < MIN_CENTS)
66 nDents = FMUL_15x15(nCents, CENTS_TO_DENTS);
H A Deas_fmengine.c142 * nCents - measured in cents
152 static EAS_I32 FM_PhaseInc (EAS_I32 nCents) argument
160 nDents = FMUL_15x15(nCents, CENTS_TO_DENTS);
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_math.c44 * nCents - measured in cents
54 EAS_I32 EAS_Calculate2toX (EAS_I32 nCents) argument
62 if (nCents < MIN_CENTS)
66 nDents = FMUL_15x15(nCents, CENTS_TO_DENTS);
H A Deas_fmengine.c142 * nCents - measured in cents
152 static EAS_I32 FM_PhaseInc (EAS_I32 nCents) argument
160 nDents = FMUL_15x15(nCents, CENTS_TO_DENTS);
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_math.c44 * nCents - measured in cents
54 EAS_I32 EAS_Calculate2toX (EAS_I32 nCents) argument
62 if (nCents < MIN_CENTS)
66 nDents = FMUL_15x15(nCents, CENTS_TO_DENTS);

Completed in 106 milliseconds