Home
last modified time | relevance | path

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

/external/rust/crates/half/src/
Dbinary16.rs1007 let ten_to_max = 10f32.powi(f16::MAX_10_EXP); in test_f16_consts() localVariable
1008 assert!(ten_to_max < f16::MAX.to_f32()); in test_f16_consts()
1009 assert!(ten_to_max * 10.0 > f16::MAX.to_f32()); in test_f16_consts()