Home
last modified time | relevance | path

Searched refs:MULT32 (Results 1 – 5 of 5) sorted by relevance

/external/tremolo/Tremolo/
Dmisc.h92 static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) { in MULT32() function
99 return MULT32(x,y)<<1; in MULT31()
124 static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) { in MULT32() function
158 { *(_x)=MULT32(_a,_t)+MULT32(_b,_v); \
159 *(_y)=MULT32(_b,_t)-MULT32(_a,_v); }
174 *x = MULT32(a, t) + MULT32(b, v); in XPROD32()
175 *y = MULT32(b, t) - MULT32(a, v); in XPROD32()
Dmdct.c290 s2 = MULT32(s0, T[1]) + MULT32(s1, T[0]); in mdct_step7()
291 s3 = MULT32(s1, T[1]) - MULT32(s0, T[0]); in mdct_step7()
309 s2 = MULT32(s0, T[0]) + MULT32(s1, T[1]); in mdct_step7()
310 s3 = MULT32(s1, T[0]) - MULT32(s0, T[1]); in mdct_step7()
Dasm_arm.h43 static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) { in MULT32() function
53 return MULT32(x,y)<<1; in MULT31()
Dfloor0.c183 ogg_int32_t val=MULT32(lsp[i],0x517cc2); in vorbis_lsp_to_curve()
/external/llvm-project/llvm/lib/Target/CSKY/
DCSKYInstrInfo.td100 def MULT32 : R_YXZ_SP_F1<0x21, 0x1,