Home
last modified time | relevance | path

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

/external/rust/crates/half/src/
Dbfloat.rs879 let nan32_from_16 = f32::from(nan16); in test_nan_conversion_to_larger() localVariable
890 assert!(nan32_from_16.is_nan() && nan32_from_16.is_sign_positive()); in test_nan_conversion_to_larger()
Dbinary16.rs1170 let nan32_from_16 = f32::from(nan16); in test_nan_conversion_to_larger() localVariable
1181 assert!(nan32_from_16.is_nan() && nan32_from_16.is_sign_positive()); in test_nan_conversion_to_larger()