Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/library/core/tests/num/flt2dec/
H A Dmod.rs177 trait TestableFloat: DecodableFloat + fmt::Display { interface
183 impl TestableFloat for f32 {
189 impl TestableFloat for f64 {
197 T: TestableFloat, in check_exact_one() argument
202 let v: T = TestableFloat::ldexpi(x, e); in check_exact_one()