Searched refs:EPSILON32 (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/rand/src/distributions/ |
D | float.rs | 178 const EPSILON32: f32 = ::core::f32::EPSILON; constant 211 test_f32! { f32_edge_cases, f32, 0.0, EPSILON32 } 213 test_f32! { f32x2_edge_cases, f32x2, f32x2::splat(0.0), f32x2::splat(EPSILON32) } 215 test_f32! { f32x4_edge_cases, f32x4, f32x4::splat(0.0), f32x4::splat(EPSILON32) } 217 test_f32! { f32x8_edge_cases, f32x8, f32x8::splat(0.0), f32x8::splat(EPSILON32) } 219 test_f32! { f32x16_edge_cases, f32x16, f32x16::splat(0.0), f32x16::splat(EPSILON32) }
|