Home
last modified time | relevance | path

Searched refs:shift_max (Results 1 – 24 of 24) sorted by relevance

/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Drational-solver-sn.h81 size_t shift, shift_prev, shift_max, SHIFT_BOUND, HIT, MISS, iterations;
94 …,shift(0),shift_prev(0),shift_max(0),SHIFT_BOUND(0), HIT(0), MISS(0), iterations(0),sstatus(SHIFT_… in _ring()
179 shift_max = 0; in solve()
259 std::cerr << "%) Maximum shift: " << shift_max << std::endl; in solve()
H A Drational-solver-sn.inl183 shift_max = shift<<=1;
188 shift = (shift + shift_max)>>1;
204 shift_max = shift = SHIFT_BOUND;
207 debug("^shift: " << shift << " max: " << shift_max << " prev: " << shift_prev);
226 shift_max = shift;
245 debug("vshift: " << shift << " max: " << shift_max << " prev: " << shift_prev);
/dports/lang/rust/rustc-1.58.1-src/library/core/src/num/
H A Dwrapping.rs97 Wrapping(self.0.wrapping_shr((-other & self::shift_max::$t as $f) as u32))
99 Wrapping(self.0.wrapping_shl((other & self::shift_max::$t as $f) as u32))
124 Wrapping(self.0.wrapping_shl((-other & self::shift_max::$t as $f) as u32))
126 Wrapping(self.0.wrapping_shr((other & self::shift_max::$t as $f) as u32))
154 Wrapping(self.0.wrapping_shl((other & self::shift_max::$t as $f) as u32))
177 Wrapping(self.0.wrapping_shr((other & self::shift_max::$t as $f) as u32))
1009 mod shift_max { module
H A Dsaturating.rs118 Saturating(self.0.shl((-other & self::shift_max::$t as $f) as u32))
120 Saturating(self.0.shr((other & self::shift_max::$t as $f) as u32))
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dilbcdec.c963 int16_t shift1, shift2, shift3, shift_max; in do_plc() local
1011 shift_max = get_size_in_bits(FFABS(cross)) - 15; in do_plc()
1012 …x = (int16_t) SPL_MUL_16_16_RSFT(SPL_SHIFT_W32(cross, -shift_max), SPL_SHIFT_W32(cross, -shift_max in do_plc()
1031 if (((shift_max << 1) + shift3) > ((shift1 << 1) + shift2)) { in do_plc()
1032 tmp1 = FFMIN(31, (shift_max << 1) + shift3 - (shift1 << 1) - shift2); in do_plc()
1036 tmp2 = FFMIN(31, (shift1 << 1) + shift2 - (shift_max << 1) - shift3); in do_plc()
1044 shift_max = shift1; in do_plc()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dilbcdec.c963 int16_t shift1, shift2, shift3, shift_max; in do_plc() local
1011 shift_max = get_size_in_bits(FFABS(cross)) - 15; in do_plc()
1012 …x = (int16_t) SPL_MUL_16_16_RSFT(SPL_SHIFT_W32(cross, -shift_max), SPL_SHIFT_W32(cross, -shift_max in do_plc()
1031 if (((shift_max << 1) + shift3) > ((shift1 << 1) + shift2)) { in do_plc()
1032 tmp1 = FFMIN(31, (shift_max << 1) + shift3 - (shift1 << 1) - shift2); in do_plc()
1036 tmp2 = FFMIN(31, (shift1 << 1) + shift2 - (shift_max << 1) - shift3); in do_plc()
1044 shift_max = shift1; in do_plc()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dilbcdec.c963 int16_t shift1, shift2, shift3, shift_max; in do_plc() local
1011 shift_max = get_size_in_bits(FFABS(cross)) - 15; in do_plc()
1012 …x = (int16_t) SPL_MUL_16_16_RSFT(SPL_SHIFT_W32(cross, -shift_max), SPL_SHIFT_W32(cross, -shift_max in do_plc()
1031 if (((shift_max << 1) + shift3) > ((shift1 << 1) + shift2)) { in do_plc()
1032 tmp1 = FFMIN(31, (shift_max << 1) + shift3 - (shift1 << 1) - shift2); in do_plc()
1036 tmp2 = FFMIN(31, (shift1 << 1) + shift2 - (shift_max << 1) - shift3); in do_plc()
1044 shift_max = shift1; in do_plc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dilbcdec.c963 int16_t shift1, shift2, shift3, shift_max; in do_plc() local
1011 shift_max = get_size_in_bits(FFABS(cross)) - 15; in do_plc()
1012 …x = (int16_t) SPL_MUL_16_16_RSFT(SPL_SHIFT_W32(cross, -shift_max), SPL_SHIFT_W32(cross, -shift_max in do_plc()
1031 if (((shift_max << 1) + shift3) > ((shift1 << 1) + shift2)) { in do_plc()
1032 tmp1 = FFMIN(31, (shift_max << 1) + shift3 - (shift1 << 1) - shift2); in do_plc()
1036 tmp2 = FFMIN(31, (shift1 << 1) + shift2 - (shift_max << 1) - shift3); in do_plc()
1044 shift_max = shift1; in do_plc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dilbcdec.c963 int16_t shift1, shift2, shift3, shift_max; in do_plc() local
1011 shift_max = get_size_in_bits(FFABS(cross)) - 15; in do_plc()
1012 …x = (int16_t) SPL_MUL_16_16_RSFT(SPL_SHIFT_W32(cross, -shift_max), SPL_SHIFT_W32(cross, -shift_max in do_plc()
1031 if (((shift_max << 1) + shift3) > ((shift1 << 1) + shift2)) { in do_plc()
1032 tmp1 = FFMIN(31, (shift_max << 1) + shift3 - (shift1 << 1) - shift2); in do_plc()
1036 tmp2 = FFMIN(31, (shift1 << 1) + shift2 - (shift_max << 1) - shift3); in do_plc()
1044 shift_max = shift1; in do_plc()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Doptimize_embedding_potential.F2355 REAL(KIND=dp) :: diag_grad_norm, grad_min, hess_min, shift, shift_max, shift_min, step_len, & local
2377 shift_max = hess_min + 0.1
2387 step_minus_trad_max = shifted_step(diag_grad, eigenval, shift_max, opt_embed%trust_rad)
2394 shift = shift_max
2400 shift = 0.5_dp*(shift_max + shift_min)
2403 IF (step_minus_trad .GT. 0.0_dp) shift_max = shift
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Doptimize_embedding_potential.F2355 REAL(KIND=dp) :: diag_grad_norm, grad_min, hess_min, shift, shift_max, shift_min, step_len, & local
2377 shift_max = hess_min + 0.1
2387 step_minus_trad_max = shifted_step(diag_grad, eigenval, shift_max, opt_embed%trust_rad)
2394 shift = shift_max
2400 shift = 0.5_dp*(shift_max + shift_min)
2403 IF (step_minus_trad .GT. 0.0_dp) shift_max = shift
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/mips/tcg/
H A Dtranslate.c3947 uint32_t opc, shift_max; in gen_loongson_multimedia() local
4180 shift_max = 32; in gen_loongson_multimedia()
4183 shift_max = 32; in gen_loongson_multimedia()
4186 shift_max = 32; in gen_loongson_multimedia()
4189 shift_max = 64; in gen_loongson_multimedia()
4192 shift_max = 64; in gen_loongson_multimedia()
4195 shift_max = 64; in gen_loongson_multimedia()
4199 tcg_gen_andi_i64(t1, t1, shift_max - 1); in gen_loongson_multimedia()
4223 if (shift_max == 32) { in gen_loongson_multimedia()
4228 tcg_gen_setcondi_i64(TCG_COND_LTU, t1, t1, shift_max); in gen_loongson_multimedia()
/dports/emulators/qemu/qemu-6.2.0/target/mips/tcg/
H A Dtranslate.c3947 uint32_t opc, shift_max; in gen_loongson_multimedia() local
4180 shift_max = 32; in gen_loongson_multimedia()
4183 shift_max = 32; in gen_loongson_multimedia()
4186 shift_max = 32; in gen_loongson_multimedia()
4189 shift_max = 64; in gen_loongson_multimedia()
4192 shift_max = 64; in gen_loongson_multimedia()
4195 shift_max = 64; in gen_loongson_multimedia()
4199 tcg_gen_andi_i64(t1, t1, shift_max - 1); in gen_loongson_multimedia()
4223 if (shift_max == 32) { in gen_loongson_multimedia()
4228 tcg_gen_setcondi_i64(TCG_COND_LTU, t1, t1, shift_max); in gen_loongson_multimedia()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-mips/
H A Dtranslate.c4056 uint32_t opc, shift_max; in gen_loongson_multimedia() local
4189 shift_max = 32; in gen_loongson_multimedia()
4193 shift_max = 32; in gen_loongson_multimedia()
4197 shift_max = 32; in gen_loongson_multimedia()
4201 shift_max = 64; in gen_loongson_multimedia()
4205 shift_max = 64; in gen_loongson_multimedia()
4209 shift_max = 64; in gen_loongson_multimedia()
4213 tcg_gen_andi_i64(tcg_ctx, t1, t1, shift_max - 1); in gen_loongson_multimedia()
4235 if (shift_max == 32) { in gen_loongson_multimedia()
4240 tcg_gen_setcondi_i64(tcg_ctx, TCG_COND_LTU, t1, t1, shift_max); in gen_loongson_multimedia()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-mips/
H A Dtranslate.c4056 uint32_t opc, shift_max; in gen_loongson_multimedia() local
4189 shift_max = 32; in gen_loongson_multimedia()
4193 shift_max = 32; in gen_loongson_multimedia()
4197 shift_max = 32; in gen_loongson_multimedia()
4201 shift_max = 64; in gen_loongson_multimedia()
4205 shift_max = 64; in gen_loongson_multimedia()
4209 shift_max = 64; in gen_loongson_multimedia()
4213 tcg_gen_andi_i64(tcg_ctx, t1, t1, shift_max - 1); in gen_loongson_multimedia()
4235 if (shift_max == 32) { in gen_loongson_multimedia()
4240 tcg_gen_setcondi_i64(tcg_ctx, TCG_COND_LTU, t1, t1, shift_max); in gen_loongson_multimedia()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/mips/
H A Dtranslate.c4080 uint32_t opc, shift_max; in gen_loongson_multimedia() local
4209 shift_max = 32; in gen_loongson_multimedia()
4212 shift_max = 32; in gen_loongson_multimedia()
4215 shift_max = 32; in gen_loongson_multimedia()
4218 shift_max = 64; in gen_loongson_multimedia()
4221 shift_max = 64; in gen_loongson_multimedia()
4224 shift_max = 64; in gen_loongson_multimedia()
4228 tcg_gen_andi_i64(t1, t1, shift_max - 1); in gen_loongson_multimedia()
4250 if (shift_max == 32) { in gen_loongson_multimedia()
4255 tcg_gen_setcondi_i64(TCG_COND_LTU, t1, t1, shift_max); in gen_loongson_multimedia()
/dports/emulators/qemu60/qemu-6.0.0/target/mips/
H A Dtranslate.c4148 uint32_t opc, shift_max; in gen_loongson_multimedia() local
4381 shift_max = 32; in gen_loongson_multimedia()
4384 shift_max = 32; in gen_loongson_multimedia()
4387 shift_max = 32; in gen_loongson_multimedia()
4390 shift_max = 64; in gen_loongson_multimedia()
4393 shift_max = 64; in gen_loongson_multimedia()
4396 shift_max = 64; in gen_loongson_multimedia()
4400 tcg_gen_andi_i64(t1, t1, shift_max - 1); in gen_loongson_multimedia()
4424 if (shift_max == 32) { in gen_loongson_multimedia()
4429 tcg_gen_setcondi_i64(TCG_COND_LTU, t1, t1, shift_max); in gen_loongson_multimedia()
/dports/emulators/qemu-utils/qemu-4.2.1/target/mips/
H A Dtranslate.c5527 uint32_t opc, shift_max; in gen_loongson_multimedia() local
5759 shift_max = 32; in gen_loongson_multimedia()
5762 shift_max = 32; in gen_loongson_multimedia()
5765 shift_max = 32; in gen_loongson_multimedia()
5768 shift_max = 64; in gen_loongson_multimedia()
5771 shift_max = 64; in gen_loongson_multimedia()
5774 shift_max = 64; in gen_loongson_multimedia()
5778 tcg_gen_andi_i64(t1, t1, shift_max - 1); in gen_loongson_multimedia()
5802 if (shift_max == 32) { in gen_loongson_multimedia()
5807 tcg_gen_setcondi_i64(TCG_COND_LTU, t1, t1, shift_max); in gen_loongson_multimedia()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/mips/
H A Dtranslate.c5530 uint32_t opc, shift_max; in gen_loongson_multimedia() local
5763 shift_max = 32; in gen_loongson_multimedia()
5766 shift_max = 32; in gen_loongson_multimedia()
5769 shift_max = 32; in gen_loongson_multimedia()
5772 shift_max = 64; in gen_loongson_multimedia()
5775 shift_max = 64; in gen_loongson_multimedia()
5778 shift_max = 64; in gen_loongson_multimedia()
5782 tcg_gen_andi_i64(t1, t1, shift_max - 1); in gen_loongson_multimedia()
5806 if (shift_max == 32) { in gen_loongson_multimedia()
5811 tcg_gen_setcondi_i64(TCG_COND_LTU, t1, t1, shift_max); in gen_loongson_multimedia()
/dports/emulators/qemu42/qemu-4.2.1/target/mips/
H A Dtranslate.c5527 uint32_t opc, shift_max; in gen_loongson_multimedia() local
5759 shift_max = 32; in gen_loongson_multimedia()
5762 shift_max = 32; in gen_loongson_multimedia()
5765 shift_max = 32; in gen_loongson_multimedia()
5768 shift_max = 64; in gen_loongson_multimedia()
5771 shift_max = 64; in gen_loongson_multimedia()
5774 shift_max = 64; in gen_loongson_multimedia()
5778 tcg_gen_andi_i64(t1, t1, shift_max - 1); in gen_loongson_multimedia()
5802 if (shift_max == 32) { in gen_loongson_multimedia()
5807 tcg_gen_setcondi_i64(TCG_COND_LTU, t1, t1, shift_max); in gen_loongson_multimedia()
/dports/emulators/qemu5/qemu-5.2.0/target/mips/
H A Dtranslate.c5573 uint32_t opc, shift_max; in gen_loongson_multimedia() local
5806 shift_max = 32; in gen_loongson_multimedia()
5809 shift_max = 32; in gen_loongson_multimedia()
5812 shift_max = 32; in gen_loongson_multimedia()
5815 shift_max = 64; in gen_loongson_multimedia()
5818 shift_max = 64; in gen_loongson_multimedia()
5821 shift_max = 64; in gen_loongson_multimedia()
5825 tcg_gen_andi_i64(t1, t1, shift_max - 1); in gen_loongson_multimedia()
5849 if (shift_max == 32) { in gen_loongson_multimedia()
5854 tcg_gen_setcondi_i64(TCG_COND_LTU, t1, t1, shift_max); in gen_loongson_multimedia()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/mips/
H A Dtranslate.c6018 uint32_t opc, shift_max; in gen_loongson_multimedia() local
6250 shift_max = 32; in gen_loongson_multimedia()
6253 shift_max = 32; in gen_loongson_multimedia()
6256 shift_max = 32; in gen_loongson_multimedia()
6259 shift_max = 64; in gen_loongson_multimedia()
6262 shift_max = 64; in gen_loongson_multimedia()
6265 shift_max = 64; in gen_loongson_multimedia()
6269 tcg_gen_andi_i64(t1, t1, shift_max - 1); in gen_loongson_multimedia()
6293 if (shift_max == 32) { in gen_loongson_multimedia()
6298 tcg_gen_setcondi_i64(TCG_COND_LTU, t1, t1, shift_max); in gen_loongson_multimedia()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/bench_data/
H A Dnumerous_macro_rules91shift_max ::$t as $f ) as u32 ))}} forward_ref_binop ! { impl Shl , shl for Wrapping <$t >, …
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/bench_data/
H A Dnumerous_macro_rules91shift_max ::$t as $f ) as u32 ))}} forward_ref_binop ! { impl Shl , shl for Wrapping <$t >, …