Searched refs:nan16_from_32 (Results 1 – 2 of 2) sorted by relevance
858 let nan16_from_32 = bf16::from_f32(nan32); in test_nan_conversion_to_smaller() localVariable869 assert!(nan16_from_32.is_nan() && nan16_from_32.is_sign_positive()); in test_nan_conversion_to_smaller()
1149 let nan16_from_32 = f16::from_f32(nan32); in test_nan_conversion_to_smaller() localVariable1160 assert!(nan16_from_32.is_nan() && nan16_from_32.is_sign_positive()); in test_nan_conversion_to_smaller()