Home
last modified time | relevance | path

Searched refs:neg_nan16_from_32 (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/half/src/
Dbfloat.rs859 let neg_nan16_from_32 = bf16::from_f32(neg_nan32); in test_nan_conversion_to_smaller() localVariable
870 assert!(neg_nan16_from_32.is_nan() && neg_nan16_from_32.is_sign_negative()); in test_nan_conversion_to_smaller()
Dbinary16.rs1150 let neg_nan16_from_32 = f16::from_f32(neg_nan32); in test_nan_conversion_to_smaller() localVariable
1161 assert!(neg_nan16_from_32.is_nan() && neg_nan16_from_32.is_sign_negative()); in test_nan_conversion_to_smaller()