Home
last modified time | relevance | path

Searched refs:mul2 (Results 1 – 25 of 2363) sorted by relevance

12345678910>>...95

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/CMSIS/DSP_Lib/ComplexMathFunctions/
H A Darm_cmplx_mult_cmplx_q31.c102 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
106 out1 = mul1 - mul2; in arm_cmplx_mult_cmplx_q31()
125 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
129 out1 = mul1 - mul2; in arm_cmplx_mult_cmplx_q31()
148 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
152 out1 = mul1 - mul2; in arm_cmplx_mult_cmplx_q31()
171 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
206 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
246 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
269 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/DSP_Lib/ComplexMathFunctions/
H A Darm_cmplx_mult_cmplx_q31.c102 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
106 out1 = mul1 - mul2; in arm_cmplx_mult_cmplx_q31()
125 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
129 out1 = mul1 - mul2; in arm_cmplx_mult_cmplx_q31()
148 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
152 out1 = mul1 - mul2; in arm_cmplx_mult_cmplx_q31()
171 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
206 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
246 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
269 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/CMSIS/CMSIS/DSP_Lib/Source/ComplexMathFunctions/
H A Darm_cmplx_mult_cmplx_q31.c102 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
106 out1 = mul1 - mul2; in arm_cmplx_mult_cmplx_q31()
125 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
129 out1 = mul1 - mul2; in arm_cmplx_mult_cmplx_q31()
148 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
152 out1 = mul1 - mul2; in arm_cmplx_mult_cmplx_q31()
171 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
206 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
246 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
269 mul2 = (mul2 >> 1); in arm_cmplx_mult_cmplx_q31()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/bearssl-0.6/src/symcipher/
H A Daes_big_dec.c102 mul2(unsigned x) in mul2() function
111 return x ^ mul2(mul2(mul2(x))); in mul9()
119 x2 = mul2(x); in mulb()
120 return x ^ x2 ^ mul2(mul2(x2)); in mulb()
128 x4 = mul2(mul2(x)); in muld()
129 return x ^ x4 ^ mul2(x4); in muld()
137 x2 = mul2(x); in mule()
138 x4 = mul2(x2); in mule()
139 return x2 ^ x4 ^ mul2(x4); in mule()
/dports/security/bearssl/bearssl-0.6/src/symcipher/
H A Daes_big_dec.c102 mul2(unsigned x) in mul2() function
111 return x ^ mul2(mul2(mul2(x))); in mul9()
119 x2 = mul2(x); in mulb()
120 return x ^ x2 ^ mul2(mul2(x2)); in mulb()
128 x4 = mul2(mul2(x)); in muld()
129 return x ^ x4 ^ mul2(x4); in muld()
137 x2 = mul2(x); in mule()
138 x4 = mul2(x2); in mule()
139 return x2 ^ x4 ^ mul2(x4); in mule()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/Reassociate/
H A Dwrap-flags.ll17 %mul2 = add i32 %mul, 1
18 ret i32 %mul2
31 %mul2 = add i32 %mul, 1
32 ret i32 %mul2
45 %mul2 = add i32 %mul, 1
46 ret i32 %mul2
59 %mul2 = add i32 %mul, 1
60 ret i32 %mul2
73 %mul2 = add i32 %mul, 1
74 ret i32 %mul2
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/Reassociate/
H A Dwrap-flags.ll17 %mul2 = add i32 %mul, 1
18 ret i32 %mul2
31 %mul2 = add i32 %mul, 1
32 ret i32 %mul2
45 %mul2 = add i32 %mul, 1
46 ret i32 %mul2
59 %mul2 = add i32 %mul, 1
60 ret i32 %mul2
73 %mul2 = add i32 %mul, 1
74 ret i32 %mul2
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/Reassociate/
H A Dwrap-flags.ll17 %mul2 = add i32 %mul, 1
18 ret i32 %mul2
31 %mul2 = add i32 %mul, 1
32 ret i32 %mul2
45 %mul2 = add i32 %mul, 1
46 ret i32 %mul2
59 %mul2 = add i32 %mul, 1
60 ret i32 %mul2
73 %mul2 = add i32 %mul, 1
74 ret i32 %mul2
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/Reassociate/
H A Dwrap-flags.ll17 %mul2 = add i32 %mul, 1
18 ret i32 %mul2
31 %mul2 = add i32 %mul, 1
32 ret i32 %mul2
45 %mul2 = add i32 %mul, 1
46 ret i32 %mul2
59 %mul2 = add i32 %mul, 1
60 ret i32 %mul2
73 %mul2 = add i32 %mul, 1
74 ret i32 %mul2
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/Reassociate/
H A Dwrap-flags.ll17 %mul2 = add i32 %mul, 1
18 ret i32 %mul2
31 %mul2 = add i32 %mul, 1
32 ret i32 %mul2
45 %mul2 = add i32 %mul, 1
46 ret i32 %mul2
59 %mul2 = add i32 %mul, 1
60 ret i32 %mul2
73 %mul2 = add i32 %mul, 1
74 ret i32 %mul2
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/Reassociate/
H A Dwrap-flags.ll17 %mul2 = add i32 %mul, 1
18 ret i32 %mul2
31 %mul2 = add i32 %mul, 1
32 ret i32 %mul2
45 %mul2 = add i32 %mul, 1
46 ret i32 %mul2
59 %mul2 = add i32 %mul, 1
60 ret i32 %mul2
73 %mul2 = add i32 %mul, 1
74 ret i32 %mul2
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/Reassociate/
H A Dwrap-flags.ll17 %mul2 = add i32 %mul, 1
18 ret i32 %mul2
31 %mul2 = add i32 %mul, 1
32 ret i32 %mul2
45 %mul2 = add i32 %mul, 1
46 ret i32 %mul2
59 %mul2 = add i32 %mul, 1
60 ret i32 %mul2
73 %mul2 = add i32 %mul, 1
74 ret i32 %mul2
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/Reassociate/
H A Dwrap-flags.ll17 %mul2 = add i32 %mul, 1
18 ret i32 %mul2
31 %mul2 = add i32 %mul, 1
32 ret i32 %mul2
45 %mul2 = add i32 %mul, 1
46 ret i32 %mul2
59 %mul2 = add i32 %mul, 1
60 ret i32 %mul2
73 %mul2 = add i32 %mul, 1
74 ret i32 %mul2
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/Reassociate/
H A Dwrap-flags.ll17 %mul2 = add i32 %mul, 1
18 ret i32 %mul2
31 %mul2 = add i32 %mul, 1
32 ret i32 %mul2
45 %mul2 = add i32 %mul, 1
46 ret i32 %mul2
59 %mul2 = add i32 %mul, 1
60 ret i32 %mul2
73 %mul2 = add i32 %mul, 1
74 ret i32 %mul2
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/Reassociate/
H A Dwrap-flags.ll17 %mul2 = add i32 %mul, 1
18 ret i32 %mul2
31 %mul2 = add i32 %mul, 1
32 ret i32 %mul2
45 %mul2 = add i32 %mul, 1
46 ret i32 %mul2
59 %mul2 = add i32 %mul, 1
60 ret i32 %mul2
73 %mul2 = add i32 %mul, 1
74 ret i32 %mul2
/dports/misc/bb/bb-1.3.0/
H A Dmessager.c116 int x, y, mul1, mul2 = 0, pos; in toblack1() local
128 mul2 = (y - pos - aa_imgheight(context)); in toblack1()
129 if (mul2 < 0) in toblack1()
130 mul2 = 0; in toblack1()
132 mul2 = mul2 * 256 * 8 / aa_imgheight(context); in toblack1()
133 if (mul2 > 256) in toblack1()
134 mul2 = 256; in toblack1()
135 if (mul2 == 0) in toblack1()
137 mul1 -= mul2; in toblack1()
140 (mul1 * (int) (*b1) + mul2 * (int) (*b2)) / 256); in toblack1()
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/AMDGPU/
H A Dfmul-2-combine-multi-use.ll49 %mul2 = fmul fast float %x, 2.0
50 %mad = fadd fast float %mul2, %y
66 %mad = fadd fast float %mul2, %y
79 %mad0 = fadd fast float %mul2, %y
92 %mul2 = fmul fast float %x, 2.0
106 %mul2 = fmul fast float %x, 2.0
153 %mul2 = fmul fast half %x, 2.0
154 %mad = fadd fast half %mul2, %y
175 %mad = fadd fast half %mul2, %y
210 %mul2 = fmul fast half %x, 2.0
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/AMDGPU/
H A Dfmul-2-combine-multi-use.ll49 %mul2 = fmul fast float %x, 2.0
50 %mad = fadd fast float %mul2, %y
66 %mad = fadd fast float %mul2, %y
79 %mad0 = fadd fast float %mul2, %y
92 %mul2 = fmul fast float %x, 2.0
106 %mul2 = fmul fast float %x, 2.0
153 %mul2 = fmul fast half %x, 2.0
154 %mad = fadd fast half %mul2, %y
175 %mad = fadd fast half %mul2, %y
210 %mul2 = fmul fast half %x, 2.0
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/StraightLineStrengthReduce/
H A Dslsr-mul.ll20 %mul2 = mul i32 %b2, %s
21 call void @foo(i32 %mul2)
41 %mul2 = mul i32 %b2, %s
42 call void @foo(i32 %mul2)
63 %mul2 = mul i32 %b2, %s
65 call void @foo(i32 %mul2)
82 %mul2 = mul i32 %a, %b1
87 call void @foo(i32 %mul2)
102 ; mul2 = mul1 + bump;
116 %mul2 = mul i32 %b2, %s
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/StraightLineStrengthReduce/
H A Dslsr-mul.ll20 %mul2 = mul i32 %b2, %s
21 call void @foo(i32 %mul2)
41 %mul2 = mul i32 %b2, %s
42 call void @foo(i32 %mul2)
63 %mul2 = mul i32 %b2, %s
65 call void @foo(i32 %mul2)
82 %mul2 = mul i32 %a, %b1
87 call void @foo(i32 %mul2)
102 ; mul2 = mul1 + bump;
116 %mul2 = mul i32 %b2, %s
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/StraightLineStrengthReduce/
H A Dslsr-mul.ll20 %mul2 = mul i32 %b2, %s
21 call void @foo(i32 %mul2)
41 %mul2 = mul i32 %b2, %s
42 call void @foo(i32 %mul2)
63 %mul2 = mul i32 %b2, %s
65 call void @foo(i32 %mul2)
82 %mul2 = mul i32 %a, %b1
87 call void @foo(i32 %mul2)
102 ; mul2 = mul1 + bump;
116 %mul2 = mul i32 %b2, %s
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/StraightLineStrengthReduce/
H A Dslsr-mul.ll20 %mul2 = mul i32 %b2, %s
21 call void @foo(i32 %mul2)
41 %mul2 = mul i32 %b2, %s
42 call void @foo(i32 %mul2)
63 %mul2 = mul i32 %b2, %s
65 call void @foo(i32 %mul2)
82 %mul2 = mul i32 %a, %b1
87 call void @foo(i32 %mul2)
102 ; mul2 = mul1 + bump;
116 %mul2 = mul i32 %b2, %s
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/StraightLineStrengthReduce/
H A Dslsr-mul.ll20 %mul2 = mul i32 %b2, %s
21 call void @foo(i32 %mul2)
41 %mul2 = mul i32 %b2, %s
42 call void @foo(i32 %mul2)
63 %mul2 = mul i32 %b2, %s
65 call void @foo(i32 %mul2)
82 %mul2 = mul i32 %a, %b1
87 call void @foo(i32 %mul2)
102 ; mul2 = mul1 + bump;
116 %mul2 = mul i32 %b2, %s
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/StraightLineStrengthReduce/
H A Dslsr-mul.ll20 %mul2 = mul i32 %b2, %s
21 call void @foo(i32 %mul2)
41 %mul2 = mul i32 %b2, %s
42 call void @foo(i32 %mul2)
63 %mul2 = mul i32 %b2, %s
65 call void @foo(i32 %mul2)
82 %mul2 = mul i32 %a, %b1
87 call void @foo(i32 %mul2)
102 ; mul2 = mul1 + bump;
116 %mul2 = mul i32 %b2, %s
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/StraightLineStrengthReduce/
H A Dslsr-mul.ll20 %mul2 = mul i32 %b2, %s
21 call void @foo(i32 %mul2)
41 %mul2 = mul i32 %b2, %s
42 call void @foo(i32 %mul2)
63 %mul2 = mul i32 %b2, %s
65 call void @foo(i32 %mul2)
82 %mul2 = mul i32 %a, %b1
87 call void @foo(i32 %mul2)
102 ; mul2 = mul1 + bump;
116 %mul2 = mul i32 %b2, %s
[all …]

12345678910>>...95