Searched defs:smallest_normal (Results 1 – 2 of 2) sorted by relevance
328 let smallest_normal = f64::from_bits(0x0010_0000_0000_0000); in test_next_up() localVariable360 let smallest_normal = f64::from_bits(0x0010_0000_0000_0000); in test_next_down() localVariable
338 let smallest_normal = f32::from_bits(0x0080_0000); in test_next_up() localVariable371 let smallest_normal = f32::from_bits(0x0080_0000); in test_next_down() localVariable