OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mult32
(Results
1 - 8
of
8
) sorted by null
/external/tremolo/Tremolo/
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
...]
mdct.c
286
s2 =
MULT32
(s0, T[1]) +
MULT32
(s1, T[0]);
287
s3 =
MULT32
(s1, T[1]) -
MULT32
(s0, T[0]);
305
s2 =
MULT32
(s0, T[0]) +
MULT32
(s1, T[1]);
306
s3 =
MULT32
(s1, T[0]) -
MULT32
(s0, T[1]);
asm_arm.h
43
static inline ogg_int32_t
MULT32
(ogg_int32_t x, ogg_int32_t y) {
53
return
MULT32
(x,y)<<1;
floor0.c
182
ogg_int32_t val=
MULT32
(lsp[i],0x517cc2);
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/nds32/
alu-2.s
9
mult32
$d0, $r1, $r2
alu-2.d
17
0+001c <[^>]*>
mult32
\$d0, \$r1, \$r2
/system/bt/embdrv/sbc/encoder/srce/
sbc_packing.c
29
#define
Mult32
(s32In1, s32In2, s32OutLow) \
40
#define
Mult32
(s32In1, s32In2, s32OutLow) \
161
Mult32
(s32Temp1, u16Levels, s32Low);
/toolchain/binutils/binutils-2.27/opcodes/
nds32-asm.c
391
{"
mult32
", "=dt,%ra,%rb", ALU2 (
MULT32
), 4, ATTR (DXREG) | ATTR_ALL, 0, NULL, 0, NULL},
[
all
...]
Completed in 173 milliseconds