Home
last modified time | relevance | path

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

/external/rust/crates/half/src/
Dbinary16.rs173 pub const MIN_10_EXP: i32 = f16::MIN_10_EXP; constant
711 pub const MIN_10_EXP: i32 = -4; constant
1004 let ten_to_min = 10f32.powi(f16::MIN_10_EXP); in test_f16_consts()
1011 let ten_to_min32 = 10f64.powi(core::f32::MIN_10_EXP); in test_f16_consts()
Dbfloat.rs402 pub const MIN_10_EXP: i32 = -37; constant
/external/rust/crates/half/
DCHANGELOG.md87 - Corrected values of constants `EPSILON`, `MAX_10_EXP`, `MAX_EXP`, `MIN_10_EXP`, and `MIN_EXP`