Home
last modified time | relevance | path

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

/external/rust/crates/half/src/
Dbfloat.rs883 let nan64_from_32 = f64::from(nan32); in test_nan_conversion_to_larger() localVariable
894 assert!(nan64_from_32.is_nan() && nan64_from_32.is_sign_positive()); in test_nan_conversion_to_larger()
Dbinary16.rs1174 let nan64_from_32 = f64::from(nan32); in test_nan_conversion_to_larger() localVariable
1185 assert!(nan64_from_32.is_nan() && nan64_from_32.is_sign_positive()); in test_nan_conversion_to_larger()