Home
last modified time | relevance | path

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

/external/rust/crates/half/src/
Dbfloat.rs858 let nan16_from_32 = bf16::from_f32(nan32); in test_nan_conversion_to_smaller() localVariable
869 assert!(nan16_from_32.is_nan() && nan16_from_32.is_sign_positive()); in test_nan_conversion_to_smaller()
Dbinary16.rs1149 let nan16_from_32 = f16::from_f32(nan32); in test_nan_conversion_to_smaller() localVariable
1160 assert!(nan16_from_32.is_nan() && nan16_from_32.is_sign_positive()); in test_nan_conversion_to_smaller()