OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MULT31
(Results
1 - 2
of
2
) sorted by null
/external/tremolo/Tremolo/
asm_arm.h
52
static inline ogg_int32_t
MULT31
(ogg_int32_t x, ogg_int32_t y) {
misc.h
97
static inline ogg_int32_t
MULT31
(ogg_int32_t x, ogg_int32_t y) {
117
* For MULT32 and
MULT31
: The second argument is always a lookup table
127
static inline ogg_int32_t
MULT31
(ogg_int32_t x, ogg_int32_t y) {
160
{ *(_x)=
MULT31
(_a,_t)+
MULT31
(_b,_v); \
161
*(_y)=
MULT31
(_b,_t)-
MULT31
(_a,_v); }
163
{ *(_x)=
MULT31
(_a,_t)-
MULT31
(_b,_v); \
164
*(_y)=
MULT31
(_b,_t)+MULT31(_a,_v);
[
all
...]
Completed in 43 milliseconds