Home
last modified time | relevance | path

Searched refs:from_bits (Results 1 – 25 of 3600) sorted by relevance

12345678910>>...144

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/consts/
H A Dconst-float-bits-conv.rs33 const_assert!(f32::from_bits(0x3f800000), 1.0); in f32()
35 const_assert!(f32::from_bits(0x41480000), 12.5); in f32()
37 const_assert!(f32::from_bits(0x44a72000), 1337.0); in f32()
39 const_assert!(f32::from_bits(0xc1640000), -14.25); in f32()
46 const_assert!(f32::from_bits(MASKED_NAN1).is_nan()); in f32()
47 const_assert!(f32::from_bits(MASKED_NAN1).is_nan()); in f32()
66 const_assert!(f64::from_bits(0x3ff0000000000000), 1.0); in f64()
68 const_assert!(f64::from_bits(0x4029000000000000), 12.5); in f64()
70 const_assert!(f64::from_bits(0x4094e40000000000), 1337.0); in f64()
79 const_assert!(f64::from_bits(MASKED_NAN1).is_nan()); in f64()
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_apfloat/tests/
H A Dppc.rs70 let a2 = DoubleDouble::from_bits(op2); in ppc_double_double_add_special()
177 let a2 = DoubleDouble::from_bits(op2); in ppc_double_double_subtract()
327 let a2 = DoubleDouble::from_bits(op2); in ppc_double_double_divide()
352 let a1 = DoubleDouble::from_bits(op1); in ppc_double_double_remainder()
353 let a2 = DoubleDouble::from_bits(op2); in ppc_double_double_remainder()
380 let a1 = DoubleDouble::from_bits(op1); in ppc_double_double_mod()
381 let a2 = DoubleDouble::from_bits(op2); in ppc_double_double_mod()
430 let a1 = DoubleDouble::from_bits(op1); in ppc_double_double_compare()
431 let a2 = DoubleDouble::from_bits(op2); in ppc_double_double_compare()
452 let a1 = DoubleDouble::from_bits(op1); in ppc_double_double_bitwise_eq()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/float-cmp-0.8.0/src/
H A Dulps.rs71 f32::from_bits(u) in next()
87 f32::from_bits(u) in prev()
101 let pzero: f32 = f32::from_bits(0x00000000_u32); in f32_ulps_test2()
107 let pinf: f32 = f32::from_bits(0x7f800000_u32); in f32_ulps_test3()
108 let ninf: f32 = f32::from_bits(0xff800000_u32); in f32_ulps_test3()
114 let x: f32 = f32::from_bits(0x63a7f026_u32); in f32_ulps_test4()
115 let y: f32 = f32::from_bits(0x63a7f023_u32); in f32_ulps_test4()
123 let x2: f32 = <f32>::from_bits(ulps as u32); in f32_ulps_test5()
167 f64::from_bits(u) in next()
183 f64::from_bits(u) in prev()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/float-cmp-0.9.0/src/
H A Dulps.rs71 f32::from_bits(u) in next()
87 f32::from_bits(u) in prev()
101 let pzero: f32 = f32::from_bits(0x00000000_u32); in f32_ulps_test2()
107 let pinf: f32 = f32::from_bits(0x7f800000_u32); in f32_ulps_test3()
108 let ninf: f32 = f32::from_bits(0xff800000_u32); in f32_ulps_test3()
114 let x: f32 = f32::from_bits(0x63a7f026_u32); in f32_ulps_test4()
115 let y: f32 = f32::from_bits(0x63a7f023_u32); in f32_ulps_test4()
123 let x2: f32 = <f32>::from_bits(ulps as u32); in f32_ulps_test5()
167 f64::from_bits(u) in next()
183 f64::from_bits(u) in prev()
[all …]
/dports/devel/grex/grex-1.3.0/cargo-crates/float-cmp-0.9.0/src/
H A Dulps.rs71 f32::from_bits(u) in next()
87 f32::from_bits(u) in prev()
101 let pzero: f32 = f32::from_bits(0x00000000_u32); in f32_ulps_test2()
107 let pinf: f32 = f32::from_bits(0x7f800000_u32); in f32_ulps_test3()
108 let ninf: f32 = f32::from_bits(0xff800000_u32); in f32_ulps_test3()
114 let x: f32 = f32::from_bits(0x63a7f026_u32); in f32_ulps_test4()
115 let y: f32 = f32::from_bits(0x63a7f023_u32); in f32_ulps_test4()
123 let x2: f32 = <f32>::from_bits(ulps as u32); in f32_ulps_test5()
167 f64::from_bits(u) in next()
183 f64::from_bits(u) in prev()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/float-cmp/src/
H A Dulps.rs71 f32::from_bits(u) in next()
87 f32::from_bits(u) in prev()
101 let pzero: f32 = f32::from_bits(0x00000000_u32); in f32_ulps_test2()
107 let pinf: f32 = f32::from_bits(0x7f800000_u32); in f32_ulps_test3()
108 let ninf: f32 = f32::from_bits(0xff800000_u32); in f32_ulps_test3()
114 let x: f32 = f32::from_bits(0x63a7f026_u32); in f32_ulps_test4()
115 let y: f32 = f32::from_bits(0x63a7f023_u32); in f32_ulps_test4()
123 let x2: f32 = <f32>::from_bits(ulps as u32); in f32_ulps_test5()
167 f64::from_bits(u) in next()
183 f64::from_bits(u) in prev()
[all …]
/dports/sysutils/hexyl/hexyl-0.9.0/cargo-crates/float-cmp-0.8.0/src/
H A Dulps.rs71 f32::from_bits(u) in next()
87 f32::from_bits(u) in prev()
101 let pzero: f32 = f32::from_bits(0x00000000_u32); in f32_ulps_test2()
107 let pinf: f32 = f32::from_bits(0x7f800000_u32); in f32_ulps_test3()
108 let ninf: f32 = f32::from_bits(0xff800000_u32); in f32_ulps_test3()
114 let x: f32 = f32::from_bits(0x63a7f026_u32); in f32_ulps_test4()
115 let y: f32 = f32::from_bits(0x63a7f023_u32); in f32_ulps_test4()
123 let x2: f32 = <f32>::from_bits(ulps as u32); in f32_ulps_test5()
167 f64::from_bits(u) in next()
183 f64::from_bits(u) in prev()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/float-cmp-0.8.0/src/
H A Dulps.rs71 f32::from_bits(u) in next()
87 f32::from_bits(u) in prev()
101 let pzero: f32 = f32::from_bits(0x00000000_u32); in f32_ulps_test2()
107 let pinf: f32 = f32::from_bits(0x7f800000_u32); in f32_ulps_test3()
108 let ninf: f32 = f32::from_bits(0xff800000_u32); in f32_ulps_test3()
114 let x: f32 = f32::from_bits(0x63a7f026_u32); in f32_ulps_test4()
115 let y: f32 = f32::from_bits(0x63a7f023_u32); in f32_ulps_test4()
123 let x2: f32 = <f32>::from_bits(ulps as u32); in f32_ulps_test5()
167 f64::from_bits(u) in next()
183 f64::from_bits(u) in prev()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/float-cmp-0.9.0/src/
H A Dulps.rs71 f32::from_bits(u) in next()
87 f32::from_bits(u) in prev()
101 let pzero: f32 = f32::from_bits(0x00000000_u32); in f32_ulps_test2()
107 let pinf: f32 = f32::from_bits(0x7f800000_u32); in f32_ulps_test3()
108 let ninf: f32 = f32::from_bits(0xff800000_u32); in f32_ulps_test3()
114 let x: f32 = f32::from_bits(0x63a7f026_u32); in f32_ulps_test4()
115 let y: f32 = f32::from_bits(0x63a7f023_u32); in f32_ulps_test4()
123 let x2: f32 = <f32>::from_bits(ulps as u32); in f32_ulps_test5()
167 f64::from_bits(u) in next()
183 f64::from_bits(u) in prev()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/float-cmp-0.9.0/src/
H A Dulps.rs71 f32::from_bits(u) in next()
87 f32::from_bits(u) in prev()
101 let pzero: f32 = f32::from_bits(0x00000000_u32); in f32_ulps_test2()
107 let pinf: f32 = f32::from_bits(0x7f800000_u32); in f32_ulps_test3()
108 let ninf: f32 = f32::from_bits(0xff800000_u32); in f32_ulps_test3()
114 let x: f32 = f32::from_bits(0x63a7f026_u32); in f32_ulps_test4()
115 let y: f32 = f32::from_bits(0x63a7f023_u32); in f32_ulps_test4()
123 let x2: f32 = <f32>::from_bits(ulps as u32); in f32_ulps_test5()
167 f64::from_bits(u) in next()
183 f64::from_bits(u) in prev()
[all …]
/dports/sysutils/lsd/lsd-0.20.1/cargo-crates/float-cmp-0.8.0/src/
H A Dulps.rs71 f32::from_bits(u) in next()
87 f32::from_bits(u) in prev()
101 let pzero: f32 = f32::from_bits(0x00000000_u32); in f32_ulps_test2()
107 let pinf: f32 = f32::from_bits(0x7f800000_u32); in f32_ulps_test3()
108 let ninf: f32 = f32::from_bits(0xff800000_u32); in f32_ulps_test3()
114 let x: f32 = f32::from_bits(0x63a7f026_u32); in f32_ulps_test4()
115 let y: f32 = f32::from_bits(0x63a7f023_u32); in f32_ulps_test4()
123 let x2: f32 = <f32>::from_bits(ulps as u32); in f32_ulps_test5()
167 f64::from_bits(u) in next()
183 f64::from_bits(u) in prev()
[all …]
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/float-cmp-0.9.0/src/
H A Dulps.rs71 f32::from_bits(u) in next()
87 f32::from_bits(u) in prev()
101 let pzero: f32 = f32::from_bits(0x00000000_u32); in f32_ulps_test2()
107 let pinf: f32 = f32::from_bits(0x7f800000_u32); in f32_ulps_test3()
108 let ninf: f32 = f32::from_bits(0xff800000_u32); in f32_ulps_test3()
114 let x: f32 = f32::from_bits(0x63a7f026_u32); in f32_ulps_test4()
115 let y: f32 = f32::from_bits(0x63a7f023_u32); in f32_ulps_test4()
123 let x2: f32 = <f32>::from_bits(ulps as u32); in f32_ulps_test5()
167 f64::from_bits(u) in next()
183 f64::from_bits(u) in prev()
[all …]
/dports/www/xh/xh-0.14.1/cargo-crates/float-cmp-0.8.0/src/
H A Dulps.rs71 f32::from_bits(u) in next()
87 f32::from_bits(u) in prev()
101 let pzero: f32 = f32::from_bits(0x00000000_u32); in f32_ulps_test2()
107 let pinf: f32 = f32::from_bits(0x7f800000_u32); in f32_ulps_test3()
108 let ninf: f32 = f32::from_bits(0xff800000_u32); in f32_ulps_test3()
114 let x: f32 = f32::from_bits(0x63a7f026_u32); in f32_ulps_test4()
115 let y: f32 = f32::from_bits(0x63a7f023_u32); in f32_ulps_test4()
123 let x2: f32 = <f32>::from_bits(ulps as u32); in f32_ulps_test5()
167 f64::from_bits(u) in next()
183 f64::from_bits(u) in prev()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/float-cmp-0.9.0/src/
H A Dulps.rs71 f32::from_bits(u) in next()
87 f32::from_bits(u) in prev()
101 let pzero: f32 = f32::from_bits(0x00000000_u32); in f32_ulps_test2()
107 let pinf: f32 = f32::from_bits(0x7f800000_u32); in f32_ulps_test3()
108 let ninf: f32 = f32::from_bits(0xff800000_u32); in f32_ulps_test3()
114 let x: f32 = f32::from_bits(0x63a7f026_u32); in f32_ulps_test4()
115 let y: f32 = f32::from_bits(0x63a7f023_u32); in f32_ulps_test4()
123 let x2: f32 = <f32>::from_bits(ulps as u32); in f32_ulps_test5()
167 f64::from_bits(u) in next()
183 f64::from_bits(u) in prev()
[all …]
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/float-cmp-0.9.0/src/
H A Dulps.rs71 f32::from_bits(u) in next()
87 f32::from_bits(u) in prev()
101 let pzero: f32 = f32::from_bits(0x00000000_u32); in f32_ulps_test2()
107 let pinf: f32 = f32::from_bits(0x7f800000_u32); in f32_ulps_test3()
108 let ninf: f32 = f32::from_bits(0xff800000_u32); in f32_ulps_test3()
114 let x: f32 = f32::from_bits(0x63a7f026_u32); in f32_ulps_test4()
115 let y: f32 = f32::from_bits(0x63a7f023_u32); in f32_ulps_test4()
123 let x2: f32 = <f32>::from_bits(ulps as u32); in f32_ulps_test5()
167 f64::from_bits(u) in next()
183 f64::from_bits(u) in prev()
[all …]
/dports/textproc/bat/bat-0.18.3/cargo-crates/float-cmp-0.8.0/src/
H A Dulps.rs71 f32::from_bits(u) in next()
87 f32::from_bits(u) in prev()
101 let pzero: f32 = f32::from_bits(0x00000000_u32); in f32_ulps_test2()
107 let pinf: f32 = f32::from_bits(0x7f800000_u32); in f32_ulps_test3()
108 let ninf: f32 = f32::from_bits(0xff800000_u32); in f32_ulps_test3()
114 let x: f32 = f32::from_bits(0x63a7f026_u32); in f32_ulps_test4()
115 let y: f32 = f32::from_bits(0x63a7f023_u32); in f32_ulps_test4()
123 let x2: f32 = <f32>::from_bits(ulps as u32); in f32_ulps_test5()
167 f64::from_bits(u) in next()
183 f64::from_bits(u) in prev()
[all …]
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/float-cmp-0.8.0/src/
H A Dulps.rs71 f32::from_bits(u) in next()
87 f32::from_bits(u) in prev()
101 let pzero: f32 = f32::from_bits(0x00000000_u32); in f32_ulps_test2()
107 let pinf: f32 = f32::from_bits(0x7f800000_u32); in f32_ulps_test3()
108 let ninf: f32 = f32::from_bits(0xff800000_u32); in f32_ulps_test3()
114 let x: f32 = f32::from_bits(0x63a7f026_u32); in f32_ulps_test4()
115 let y: f32 = f32::from_bits(0x63a7f023_u32); in f32_ulps_test4()
123 let x2: f32 = <f32>::from_bits(ulps as u32); in f32_ulps_test5()
167 f64::from_bits(u) in next()
183 f64::from_bits(u) in prev()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/libm-0.2.1/src/math/
H A Dexp2.rs328 let p1 = f64::from_bits(0x3fe62e42fefa39ef); in exp2()
329 let p2 = f64::from_bits(0x3fcebfbdff82c575); in exp2()
330 let p3 = f64::from_bits(0x3fac6b08d704a0a6); in exp2()
331 let p4 = f64::from_bits(0x3f83b2ab88f70400); in exp2()
332 let p5 = f64::from_bits(0x3f55d88003875c74); in exp2()
338 let x1p1023 = f64::from_bits(0x7fe0000000000000); in exp2()
339 let x1p52 = f64::from_bits(0x4330000000000000); in exp2()
340 let _0x1p_149 = f64::from_bits(0xb6a0000000000000); in exp2()
379 let uf = f64::from_bits(ui) - redux; in exp2()
383 let t = f64::from_bits(TBL[2 * i0 as usize]); /* exp2t[i0] */ in exp2()
[all …]
/dports/games/genact/genact-0.10.0/cargo-crates/libm-0.2.1/src/math/
H A Dexp2.rs328 let p1 = f64::from_bits(0x3fe62e42fefa39ef); in exp2()
329 let p2 = f64::from_bits(0x3fcebfbdff82c575); in exp2()
330 let p3 = f64::from_bits(0x3fac6b08d704a0a6); in exp2()
331 let p4 = f64::from_bits(0x3f83b2ab88f70400); in exp2()
332 let p5 = f64::from_bits(0x3f55d88003875c74); in exp2()
338 let x1p1023 = f64::from_bits(0x7fe0000000000000); in exp2()
339 let x1p52 = f64::from_bits(0x4330000000000000); in exp2()
340 let _0x1p_149 = f64::from_bits(0xb6a0000000000000); in exp2()
379 let uf = f64::from_bits(ui) - redux; in exp2()
383 let t = f64::from_bits(TBL[2 * i0 as usize]); /* exp2t[i0] */ in exp2()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/libm-0.2.1/src/math/
H A Dexp2.rs328 let p1 = f64::from_bits(0x3fe62e42fefa39ef); in exp2()
329 let p2 = f64::from_bits(0x3fcebfbdff82c575); in exp2()
330 let p3 = f64::from_bits(0x3fac6b08d704a0a6); in exp2()
331 let p4 = f64::from_bits(0x3f83b2ab88f70400); in exp2()
332 let p5 = f64::from_bits(0x3f55d88003875c74); in exp2()
338 let x1p1023 = f64::from_bits(0x7fe0000000000000); in exp2()
339 let x1p52 = f64::from_bits(0x4330000000000000); in exp2()
340 let _0x1p_149 = f64::from_bits(0xb6a0000000000000); in exp2()
379 let uf = f64::from_bits(ui) - redux; in exp2()
383 let t = f64::from_bits(TBL[2 * i0 as usize]); /* exp2t[i0] */ in exp2()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libm-0.2.1/src/math/
H A Dexp2.rs328 let p1 = f64::from_bits(0x3fe62e42fefa39ef);
329 let p2 = f64::from_bits(0x3fcebfbdff82c575);
330 let p3 = f64::from_bits(0x3fac6b08d704a0a6);
331 let p4 = f64::from_bits(0x3f83b2ab88f70400);
332 let p5 = f64::from_bits(0x3f55d88003875c74);
338 let x1p1023 = f64::from_bits(0x7fe0000000000000);
339 let x1p52 = f64::from_bits(0x4330000000000000);
340 let _0x1p_149 = f64::from_bits(0xb6a0000000000000);
379 let uf = f64::from_bits(ui) - redux;
383 let t = f64::from_bits(TBL[2 * i0 as usize]); /* exp2t[i0] */
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libm-0.2.1/src/math/
H A Dexp2.rs328 let p1 = f64::from_bits(0x3fe62e42fefa39ef); in exp2()
329 let p2 = f64::from_bits(0x3fcebfbdff82c575); in exp2()
330 let p3 = f64::from_bits(0x3fac6b08d704a0a6); in exp2()
331 let p4 = f64::from_bits(0x3f83b2ab88f70400); in exp2()
332 let p5 = f64::from_bits(0x3f55d88003875c74); in exp2()
338 let x1p1023 = f64::from_bits(0x7fe0000000000000); in exp2()
339 let x1p52 = f64::from_bits(0x4330000000000000); in exp2()
340 let _0x1p_149 = f64::from_bits(0xb6a0000000000000); in exp2()
379 let uf = f64::from_bits(ui) - redux; in exp2()
383 let t = f64::from_bits(TBL[2 * i0 as usize]); /* exp2t[i0] */ in exp2()
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/libm-0.1.4/src/math/
H A Dexp2.rs329 let p1 = f64::from_bits(0x3fe62e42fefa39ef); in exp2()
330 let p2 = f64::from_bits(0x3fcebfbdff82c575); in exp2()
331 let p3 = f64::from_bits(0x3fac6b08d704a0a6); in exp2()
332 let p4 = f64::from_bits(0x3f83b2ab88f70400); in exp2()
333 let p5 = f64::from_bits(0x3f55d88003875c74); in exp2()
339 let x1p1023 = f64::from_bits(0x7fe0000000000000); in exp2()
340 let x1p52 = f64::from_bits(0x4330000000000000); in exp2()
341 let _0x1p_149 = f64::from_bits(0xb6a0000000000000); in exp2()
380 let uf = f64::from_bits(ui) - redux; in exp2()
384 let t = f64::from_bits(TBL[2 * i0 as usize]); /* exp2t[i0] */ in exp2()
[all …]
/dports/net/quiche/quiche-0.9.0/cargo-crates/libm-0.2.1/src/math/
H A Dexp2.rs328 let p1 = f64::from_bits(0x3fe62e42fefa39ef); in exp2()
329 let p2 = f64::from_bits(0x3fcebfbdff82c575); in exp2()
330 let p3 = f64::from_bits(0x3fac6b08d704a0a6); in exp2()
331 let p4 = f64::from_bits(0x3f83b2ab88f70400); in exp2()
332 let p5 = f64::from_bits(0x3f55d88003875c74); in exp2()
338 let x1p1023 = f64::from_bits(0x7fe0000000000000); in exp2()
339 let x1p52 = f64::from_bits(0x4330000000000000); in exp2()
340 let _0x1p_149 = f64::from_bits(0xb6a0000000000000); in exp2()
379 let uf = f64::from_bits(ui) - redux; in exp2()
383 let t = f64::from_bits(TBL[2 * i0 as usize]); /* exp2t[i0] */ in exp2()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/libm-0.2.1/src/math/
H A Dexp2.rs328 let p1 = f64::from_bits(0x3fe62e42fefa39ef); in exp2()
329 let p2 = f64::from_bits(0x3fcebfbdff82c575); in exp2()
330 let p3 = f64::from_bits(0x3fac6b08d704a0a6); in exp2()
331 let p4 = f64::from_bits(0x3f83b2ab88f70400); in exp2()
332 let p5 = f64::from_bits(0x3f55d88003875c74); in exp2()
338 let x1p1023 = f64::from_bits(0x7fe0000000000000); in exp2()
339 let x1p52 = f64::from_bits(0x4330000000000000); in exp2()
340 let _0x1p_149 = f64::from_bits(0xb6a0000000000000); in exp2()
379 let uf = f64::from_bits(ui) - redux; in exp2()
383 let t = f64::from_bits(TBL[2 * i0 as usize]); /* exp2t[i0] */ in exp2()
[all …]

12345678910>>...144