Home
last modified time | relevance | path

Searched refs:min_sub (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/half/src/
Dbfloat.rs993 let min_sub = bf16::from_bits(1); in round_to_even_f32() localVariable
995 assert_eq!(bf16::from_f32(min_sub_f).to_bits(), min_sub.to_bits()); in round_to_even_f32()
996 assert_eq!(f32::from(min_sub).to_bits(), min_sub_f.to_bits()); in round_to_even_f32()
1003 min_sub.to_bits() * 0 in round_to_even_f32()
1007 min_sub.to_bits() * 0 in round_to_even_f32()
1011 min_sub.to_bits() * 1 in round_to_even_f32()
1019 min_sub.to_bits() * 1 in round_to_even_f32()
1023 min_sub.to_bits() * 2 in round_to_even_f32()
1027 min_sub.to_bits() * 2 in round_to_even_f32()
1035 min_sub.to_bits() * 2 in round_to_even_f32()
[all …]
Dbinary16.rs1288 let min_sub = f16::from_bits(1); in round_to_even_f32() localVariable
1290 assert_eq!(f16::from_f32(min_sub_f).to_bits(), min_sub.to_bits()); in round_to_even_f32()
1291 assert_eq!(f32::from(min_sub).to_bits(), min_sub_f.to_bits()); in round_to_even_f32()
1298 min_sub.to_bits() * 0 in round_to_even_f32()
1302 min_sub.to_bits() * 0 in round_to_even_f32()
1306 min_sub.to_bits() * 1 in round_to_even_f32()
1314 min_sub.to_bits() * 1 in round_to_even_f32()
1318 min_sub.to_bits() * 2 in round_to_even_f32()
1322 min_sub.to_bits() * 2 in round_to_even_f32()
1330 min_sub.to_bits() * 2 in round_to_even_f32()
[all …]