Lines Matching refs:min_sub
993 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()
1039 min_sub.to_bits() * 2 in round_to_even_f32()
1043 min_sub.to_bits() * 3 in round_to_even_f32()
1088 let min_sub = bf16::from_bits(1); in round_to_even_f64() localVariable
1090 assert_eq!(bf16::from_f64(min_sub_f).to_bits(), min_sub.to_bits()); in round_to_even_f64()
1091 assert_eq!(f64::from(min_sub).to_bits(), min_sub_f.to_bits()); in round_to_even_f64()
1098 min_sub.to_bits() * 0 in round_to_even_f64()
1102 min_sub.to_bits() * 0 in round_to_even_f64()
1106 min_sub.to_bits() * 1 in round_to_even_f64()
1114 min_sub.to_bits() * 1 in round_to_even_f64()
1118 min_sub.to_bits() * 2 in round_to_even_f64()
1122 min_sub.to_bits() * 2 in round_to_even_f64()
1130 min_sub.to_bits() * 2 in round_to_even_f64()
1134 min_sub.to_bits() * 2 in round_to_even_f64()
1138 min_sub.to_bits() * 3 in round_to_even_f64()