Home
last modified time | relevance | path

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

/external/rust/crates/half/src/
Dbinary16.rs980 let one_plus_epsilon = f16::from_bits(one.to_bits() + 1); in test_f16_consts() localVariable
981 let epsilon = f16::from_f32(one_plus_epsilon.to_f32() - 1.0); in test_f16_consts()