Home
last modified time | relevance | path

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

/external/rust/crates/half/src/
Dbfloat.rs857 let neg_nan16_from_64 = bf16::from_f64(neg_nan64); in test_nan_conversion_to_smaller() localVariable
868 assert!(neg_nan16_from_64.is_nan() && neg_nan16_from_64.is_sign_negative()); in test_nan_conversion_to_smaller()
Dbinary16.rs1148 let neg_nan16_from_64 = f16::from_f64(neg_nan64); in test_nan_conversion_to_smaller() localVariable
1159 assert!(neg_nan16_from_64.is_nan() && neg_nan16_from_64.is_sign_negative()); in test_nan_conversion_to_smaller()