Home
last modified time | relevance | path

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

/external/rust/crates/half/src/
Dbinary16.rs1004 let ten_to_min = 10f32.powi(f16::MIN_10_EXP); in test_f16_consts() localVariable
1005 assert!(ten_to_min / 10.0 < f16::MIN_POSITIVE.to_f32()); in test_f16_consts()
1006 assert!(ten_to_min > f16::MIN_POSITIVE.to_f32()); in test_f16_consts()