Searched defs:nan32 (Results 1 – 5 of 5) sorted by relevance
212 uint32_t nan32 = 0x7fc00000; variable
852 let nan32 = f32::from_bits(0x7F80_0001u32); in test_nan_conversion_to_smaller() localVariable877 let nan32 = f32::from_bits(0x7F80_0001u32); in test_nan_conversion_to_larger() localVariable
1143 let nan32 = f32::from_bits(0x7F80_0001u32); in test_nan_conversion_to_smaller() localVariable1168 let nan32 = f32::from_bits(0x7F80_0001u32); in test_nan_conversion_to_larger() localVariable
249 static const FloatUnion nan32 = { 255 << 23 | 1 }; in unittest_half() local
247 static const FloatUnion nan32 = { 255 << 23 | 1 }; in unittest_half() local