Home
last modified time | relevance | path

Searched refs:round_bit (Results 1 – 25 of 72) sorted by relevance

123

/dports/devel/stylua/StyLua-0.11.0/cargo-crates/half-1.7.1/src/bfloat/
H A Dconvert.rs12 let round_bit = 0x0000_8000u32; in f32_to_bf16() localVariable
13 if (x & round_bit) != 0 && (x & (3 * round_bit - 1)) != 0 { in f32_to_bf16()
65 let round_bit = 1 << (13 - half_exp); in f64_to_bf16() localVariable
66 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
77 let round_bit = 0x0000_1000u32; in f64_to_bf16() localVariable
78 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/half-1.8.2/src/bfloat/
H A Dconvert.rs12 let round_bit = 0x0000_8000u32; in f32_to_bf16() localVariable
13 if (x & round_bit) != 0 && (x & (3 * round_bit - 1)) != 0 { in f32_to_bf16()
65 let round_bit = 1 << (13 - half_exp); in f64_to_bf16() localVariable
66 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
77 let round_bit = 0x0000_1000u32; in f64_to_bf16() localVariable
78 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/half-1.8.2/src/bfloat/
H A Dconvert.rs12 let round_bit = 0x0000_8000u32; in f32_to_bf16() localVariable
13 if (x & round_bit) != 0 && (x & (3 * round_bit - 1)) != 0 { in f32_to_bf16()
65 let round_bit = 1 << (13 - half_exp); in f64_to_bf16() localVariable
66 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
77 let round_bit = 0x0000_1000u32; in f64_to_bf16() localVariable
78 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/half-1.8.2/src/bfloat/
H A Dconvert.rs12 let round_bit = 0x0000_8000u32; in f32_to_bf16() localVariable
13 if (x & round_bit) != 0 && (x & (3 * round_bit - 1)) != 0 { in f32_to_bf16()
65 let round_bit = 1 << (13 - half_exp); in f64_to_bf16() localVariable
66 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
77 let round_bit = 0x0000_1000u32; in f64_to_bf16() localVariable
78 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/half-1.7.1/src/bfloat/
H A Dconvert.rs12 let round_bit = 0x0000_8000u32; in f32_to_bf16() localVariable
13 if (x & round_bit) != 0 && (x & (3 * round_bit - 1)) != 0 { in f32_to_bf16()
65 let round_bit = 1 << (13 - half_exp); in f64_to_bf16() localVariable
66 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
77 let round_bit = 0x0000_1000u32; in f64_to_bf16() localVariable
78 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/half-1.7.1/src/bfloat/
H A Dconvert.rs12 let round_bit = 0x0000_8000u32; in f32_to_bf16() localVariable
13 if (x & round_bit) != 0 && (x & (3 * round_bit - 1)) != 0 { in f32_to_bf16()
65 let round_bit = 1 << (13 - half_exp); in f64_to_bf16() localVariable
66 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
77 let round_bit = 0x0000_1000u32; in f64_to_bf16() localVariable
78 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/half/src/bfloat/
H A Dconvert.rs12 let round_bit = 0x0000_8000u32; in f32_to_bf16() localVariable
13 if (x & round_bit) != 0 && (x & (3 * round_bit - 1)) != 0 { in f32_to_bf16()
65 let round_bit = 1 << (13 - half_exp); in f64_to_bf16() localVariable
66 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
77 let round_bit = 0x0000_1000u32; in f64_to_bf16() localVariable
78 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/half-1.7.1/src/bfloat/
H A Dconvert.rs12 let round_bit = 0x0000_8000u32; in f32_to_bf16() localVariable
13 if (x & round_bit) != 0 && (x & (3 * round_bit - 1)) != 0 { in f32_to_bf16()
65 let round_bit = 1 << (13 - half_exp); in f64_to_bf16() localVariable
66 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
77 let round_bit = 0x0000_1000u32; in f64_to_bf16() localVariable
78 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/half-1.8.2/src/bfloat/
H A Dconvert.rs12 let round_bit = 0x0000_8000u32; in f32_to_bf16() localVariable
13 if (x & round_bit) != 0 && (x & (3 * round_bit - 1)) != 0 { in f32_to_bf16()
65 let round_bit = 1 << (13 - half_exp); in f64_to_bf16() localVariable
66 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
77 let round_bit = 0x0000_1000u32; in f64_to_bf16() localVariable
78 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/half-1.6.0/src/bfloat/
H A Dconvert.rs12 let round_bit = 0x0000_8000u32; in f32_to_bf16() localVariable
13 if (x & round_bit) != 0 && (x & (3 * round_bit - 1)) != 0 { in f32_to_bf16()
65 let round_bit = 1 << (13 - half_exp); in f64_to_bf16() localVariable
66 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
77 let round_bit = 0x0000_1000u32; in f64_to_bf16() localVariable
78 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
/dports/textproc/jql/jql-3.0.6/cargo-crates/half-1.8.2/src/bfloat/
H A Dconvert.rs12 let round_bit = 0x0000_8000u32; in f32_to_bf16() localVariable
13 if (x & round_bit) != 0 && (x & (3 * round_bit - 1)) != 0 { in f32_to_bf16()
65 let round_bit = 1 << (13 - half_exp); in f64_to_bf16() localVariable
66 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
77 let round_bit = 0x0000_1000u32; in f64_to_bf16() localVariable
78 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/half-1.7.1/src/bfloat/
H A Dconvert.rs12 let round_bit = 0x0000_8000u32; in f32_to_bf16() localVariable
13 if (x & round_bit) != 0 && (x & (3 * round_bit - 1)) != 0 { in f32_to_bf16()
65 let round_bit = 1 << (13 - half_exp); in f64_to_bf16() localVariable
66 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
77 let round_bit = 0x0000_1000u32; in f64_to_bf16() localVariable
78 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/half-1.8.2/src/bfloat/
H A Dconvert.rs12 let round_bit = 0x0000_8000u32;
13 if (x & round_bit) != 0 && (x & (3 * round_bit - 1)) != 0 {
65 let round_bit = 1 << (13 - half_exp);
66 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 {
77 let round_bit = 0x0000_1000u32;
78 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 {
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/half-1.8.2/src/bfloat/
H A Dconvert.rs12 let round_bit = 0x0000_8000u32; in f32_to_bf16() localVariable
13 if (x & round_bit) != 0 && (x & (3 * round_bit - 1)) != 0 { in f32_to_bf16()
65 let round_bit = 1 << (13 - half_exp); in f64_to_bf16() localVariable
66 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
77 let round_bit = 0x0000_1000u32; in f64_to_bf16() localVariable
78 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_bf16()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/half-1.7.1/src/binary16/
H A Dconvert.rs182 let round_bit = 1 << (13 - half_exp); in f32_to_f16_fallback() localVariable
183 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
194 let round_bit = 0x0000_1000u32; in f32_to_f16_fallback() localVariable
195 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
248 let round_bit = 1 << (10 - half_exp); in f64_to_f16_fallback() localVariable
249 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
260 let round_bit = 0x0000_0200u32; in f64_to_f16_fallback() localVariable
261 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/half-1.8.2/src/binary16/
H A Dconvert.rs182 let round_bit = 1 << (13 - half_exp); in f32_to_f16_fallback() localVariable
183 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
194 let round_bit = 0x0000_1000u32; in f32_to_f16_fallback() localVariable
195 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
248 let round_bit = 1 << (10 - half_exp); in f64_to_f16_fallback() localVariable
249 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
260 let round_bit = 0x0000_0200u32; in f64_to_f16_fallback() localVariable
261 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/half-1.7.1/src/binary16/
H A Dconvert.rs182 let round_bit = 1 << (13 - half_exp); in f32_to_f16_fallback() localVariable
183 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
194 let round_bit = 0x0000_1000u32; in f32_to_f16_fallback() localVariable
195 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
248 let round_bit = 1 << (10 - half_exp); in f64_to_f16_fallback() localVariable
249 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
260 let round_bit = 0x0000_0200u32; in f64_to_f16_fallback() localVariable
261 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/half-1.8.2/src/binary16/
H A Dconvert.rs182 let round_bit = 1 << (13 - half_exp); in f32_to_f16_fallback() localVariable
183 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
194 let round_bit = 0x0000_1000u32; in f32_to_f16_fallback() localVariable
195 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
248 let round_bit = 1 << (10 - half_exp); in f64_to_f16_fallback() localVariable
249 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
260 let round_bit = 0x0000_0200u32; in f64_to_f16_fallback() localVariable
261 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/half-1.7.1/src/binary16/
H A Dconvert.rs182 let round_bit = 1 << (13 - half_exp); in f32_to_f16_fallback() localVariable
183 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
194 let round_bit = 0x0000_1000u32; in f32_to_f16_fallback() localVariable
195 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
248 let round_bit = 1 << (10 - half_exp); in f64_to_f16_fallback() localVariable
249 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
260 let round_bit = 0x0000_0200u32; in f64_to_f16_fallback() localVariable
261 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/half/src/binary16/
H A Dconvert.rs182 let round_bit = 1 << (13 - half_exp); in f32_to_f16_fallback() localVariable
183 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
194 let round_bit = 0x0000_1000u32; in f32_to_f16_fallback() localVariable
195 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
248 let round_bit = 1 << (10 - half_exp); in f64_to_f16_fallback() localVariable
249 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
260 let round_bit = 0x0000_0200u32; in f64_to_f16_fallback() localVariable
261 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/half-1.7.1/src/binary16/
H A Dconvert.rs182 let round_bit = 1 << (13 - half_exp); in f32_to_f16_fallback() localVariable
183 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
194 let round_bit = 0x0000_1000u32; in f32_to_f16_fallback() localVariable
195 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
248 let round_bit = 1 << (10 - half_exp); in f64_to_f16_fallback() localVariable
249 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
260 let round_bit = 0x0000_0200u32; in f64_to_f16_fallback() localVariable
261 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/half-1.8.2/src/binary16/
H A Dconvert.rs182 let round_bit = 1 << (13 - half_exp); in f32_to_f16_fallback() localVariable
183 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
194 let round_bit = 0x0000_1000u32; in f32_to_f16_fallback() localVariable
195 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
248 let round_bit = 1 << (10 - half_exp); in f64_to_f16_fallback() localVariable
249 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
260 let round_bit = 0x0000_0200u32; in f64_to_f16_fallback() localVariable
261 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/half-1.8.2/src/binary16/
H A Dconvert.rs182 let round_bit = 1 << (13 - half_exp); in f32_to_f16_fallback() localVariable
183 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
194 let round_bit = 0x0000_1000u32; in f32_to_f16_fallback() localVariable
195 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
248 let round_bit = 1 << (10 - half_exp); in f64_to_f16_fallback() localVariable
249 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
260 let round_bit = 0x0000_0200u32; in f64_to_f16_fallback() localVariable
261 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/half-1.6.0/src/binary16/
H A Dconvert.rs182 let round_bit = 1 << (13 - half_exp); in f32_to_f16_fallback() localVariable
183 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
194 let round_bit = 0x0000_1000u32; in f32_to_f16_fallback() localVariable
195 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
248 let round_bit = 1 << (10 - half_exp); in f64_to_f16_fallback() localVariable
249 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
260 let round_bit = 0x0000_0200u32; in f64_to_f16_fallback() localVariable
261 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
/dports/textproc/jql/jql-3.0.6/cargo-crates/half-1.8.2/src/binary16/
H A Dconvert.rs182 let round_bit = 1 << (13 - half_exp); in f32_to_f16_fallback() localVariable
183 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
194 let round_bit = 0x0000_1000u32; in f32_to_f16_fallback() localVariable
195 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f32_to_f16_fallback()
248 let round_bit = 1 << (10 - half_exp); in f64_to_f16_fallback() localVariable
249 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()
260 let round_bit = 0x0000_0200u32; in f64_to_f16_fallback() localVariable
261 if (man & round_bit) != 0 && (man & (3 * round_bit - 1)) != 0 { in f64_to_f16_fallback()

123