OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nDents
(Results
1 - 5
of
5
) sorted by null
/external/sonivox/arm-fm-22k/lib_src/
eas_math.c
56
EAS_I32
nDents
;
66
nDents
= FMUL_15x15(nCents, CENTS_TO_DENTS);
68
nExponentInt = GET_DENTS_INT_PART(
nDents
);
69
nExponentFrac = GET_DENTS_FRAC_PART(
nDents
);
eas_fmengine.c
154
EAS_I32
nDents
;
160
nDents
= FMUL_15x15(nCents, CENTS_TO_DENTS);
161
nExponentInt = GET_DENTS_INT_PART(
nDents
) + (32 - SINE_TABLE_SIZE_IN_BITS - NUM_EG1_FRAC_BITS);
162
nExponentFrac = GET_DENTS_FRAC_PART(
nDents
);
/external/sonivox/arm-hybrid-22k/lib_src/
eas_math.c
56
EAS_I32
nDents
;
66
nDents
= FMUL_15x15(nCents, CENTS_TO_DENTS);
68
nExponentInt = GET_DENTS_INT_PART(
nDents
);
69
nExponentFrac = GET_DENTS_FRAC_PART(
nDents
);
eas_fmengine.c
154
EAS_I32
nDents
;
160
nDents
= FMUL_15x15(nCents, CENTS_TO_DENTS);
161
nExponentInt = GET_DENTS_INT_PART(
nDents
) + (32 - SINE_TABLE_SIZE_IN_BITS - NUM_EG1_FRAC_BITS);
162
nExponentFrac = GET_DENTS_FRAC_PART(
nDents
);
/external/sonivox/arm-wt-22k/lib_src/
eas_math.c
56
EAS_I32
nDents
;
66
nDents
= FMUL_15x15(nCents, CENTS_TO_DENTS);
68
nExponentInt = GET_DENTS_INT_PART(
nDents
);
69
nExponentFrac = GET_DENTS_FRAC_PART(
nDents
);
Completed in 213 milliseconds