OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MULT32
(Results
1 - 2
of
2
) sorted by null
/external/tremolo/Tremolo/
asm_arm.h
43
static inline ogg_int32_t
MULT32
(ogg_int32_t x, ogg_int32_t y) {
53
return
MULT32
(x,y)<<1;
misc.h
92
static inline ogg_int32_t
MULT32
(ogg_int32_t x, ogg_int32_t y) {
99
return
MULT32
(x,y)<<1;
118
* For
MULT32
and MULT31: The second argument is always a lookup table
124
static inline ogg_int32_t
MULT32
(ogg_int32_t x, ogg_int32_t y) {
158
{ *(_x)=
MULT32
(_a,_t)+
MULT32
(_b,_v); \
159
*(_y)=
MULT32
(_b,_t)-
MULT32
(_a,_v); }
173
*x =
MULT32
(a, t) +
MULT32
(b, v)
[
all
...]
Completed in 27 milliseconds