OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CENTS_TO_DENTS
(Results
1 - 9
of
9
) sorted by null
/external/sonivox/arm-fm-22k/lib_src/
eas_math.c
66
nDents = FMUL_15x15(nCents,
CENTS_TO_DENTS
);
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) \
eas_fmengine.c
160
nDents = FMUL_15x15(nCents,
CENTS_TO_DENTS
);
/external/sonivox/arm-hybrid-22k/lib_src/
eas_math.c
66
nDents = FMUL_15x15(nCents,
CENTS_TO_DENTS
);
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) \
eas_fmengine.c
160
nDents = FMUL_15x15(nCents,
CENTS_TO_DENTS
);
/external/sonivox/arm-wt-22k/lib_src/
eas_math.c
66
nDents = FMUL_15x15(nCents,
CENTS_TO_DENTS
);
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/base/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 777 milliseconds