Home
last modified time | relevance | path

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

/external/rust/crates/half/src/
Dbinary16.rs985 let epsilon32 = one_plus_epsilon32 - 1f32; in test_f16_consts() localVariable
986 assert_eq!(core::f32::EPSILON, epsilon32); in test_f16_consts()