Home
last modified time | relevance | path

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

/external/rust/crates/half/src/
Dbfloat.rs854 let nan32_from_64 = nan64 as f32; in test_nan_conversion_to_smaller() localVariable
865 assert!(nan32_from_64.is_nan() && nan32_from_64.is_sign_positive()); in test_nan_conversion_to_smaller()
Dbinary16.rs1145 let nan32_from_64 = nan64 as f32; in test_nan_conversion_to_smaller() localVariable
1156 assert!(nan32_from_64.is_nan() && nan32_from_64.is_sign_positive()); in test_nan_conversion_to_smaller()