Lines Matching refs:min_sub
1288 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()
1334 min_sub.to_bits() * 2 in round_to_even_f32()
1338 min_sub.to_bits() * 3 in round_to_even_f32()
1383 let min_sub = f16::from_bits(1); in round_to_even_f64() localVariable
1385 assert_eq!(f16::from_f64(min_sub_f).to_bits(), min_sub.to_bits()); in round_to_even_f64()
1386 assert_eq!(f64::from(min_sub).to_bits(), min_sub_f.to_bits()); in round_to_even_f64()
1393 min_sub.to_bits() * 0 in round_to_even_f64()
1397 min_sub.to_bits() * 0 in round_to_even_f64()
1401 min_sub.to_bits() * 1 in round_to_even_f64()
1409 min_sub.to_bits() * 1 in round_to_even_f64()
1413 min_sub.to_bits() * 2 in round_to_even_f64()
1417 min_sub.to_bits() * 2 in round_to_even_f64()
1425 min_sub.to_bits() * 2 in round_to_even_f64()
1429 min_sub.to_bits() * 2 in round_to_even_f64()
1433 min_sub.to_bits() * 3 in round_to_even_f64()