Home
last modified time | relevance | path

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

/external/rust/crates/half/src/
Dbfloat.rs881 let nan64_from_16 = f64::from(nan16); in test_nan_conversion_to_larger() localVariable
892 assert!(nan64_from_16.is_nan() && nan64_from_16.is_sign_positive()); in test_nan_conversion_to_larger()
Dbinary16.rs1172 let nan64_from_16 = f64::from(nan16); in test_nan_conversion_to_larger() localVariable
1183 assert!(nan64_from_16.is_nan() && nan64_from_16.is_sign_positive()); in test_nan_conversion_to_larger()