Searched defs:largest_subnormal (Results 1 – 2 of 2) sorted by relevance
327 let largest_subnormal = f64::from_bits(0x000f_ffff_ffff_ffff); in test_next_up() localVariable359 let largest_subnormal = f64::from_bits(0x000f_ffff_ffff_ffff); in test_next_down() localVariable
337 let largest_subnormal = f32::from_bits(0x007f_ffff); in test_next_up() localVariable370 let largest_subnormal = f32::from_bits(0x007f_ffff); in test_next_down() localVariable