Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/library/core/src/num/flt2dec/
H A Ddecoder.rs43 pub trait DecodableFloat: RawFloat + Copy { trait
48 impl DecodableFloat for f32 {
54 impl DecodableFloat for f64 {
62 pub fn decode<T: DecodableFloat>(v: T) -> (/*negative?*/ bool, FullDecoded) { in decode()
76 let minnorm = <T as DecodableFloat>::min_pos_norm_value().integer_decode(); in decode()
H A Dmod.rs125 pub use self::decoder::{decode, DecodableFloat, Decoded, FullDecoded};
358 T: DecodableFloat, in to_shortest_str() argument
433 T: DecodableFloat, in to_shortest_exp_str() argument
525 T: DecodableFloat, in to_exact_exp_str() argument
600 T: DecodableFloat, in to_exact_fixed_str() argument
/dports/lang/rust/rustc-1.58.1-src/library/core/src/fmt/
H A Dfloat.rs36 T: flt2dec::DecodableFloat, in float_to_decimal_common_exact() argument
61 T: flt2dec::DecodableFloat, in float_to_decimal_common_shortest() argument
79 T: flt2dec::DecodableFloat, in float_to_decimal_display() argument
106 T: flt2dec::DecodableFloat, in float_to_exponential_common_exact() argument
132 T: flt2dec::DecodableFloat, in float_to_exponential_common_shortest() argument
152 T: flt2dec::DecodableFloat, in float_to_exponential_common() argument
170 T: flt2dec::DecodableFloat + GeneralFormat, in float_to_general_debug()
/dports/lang/rust/rustc-1.58.1-src/src/test/mir-opt/
H A Dfunky_arms.rs13 T: flt2dec::DecodableFloat, in float_to_exponential_common() argument
40 T: flt2dec::DecodableFloat, in float_to_exponential_common_exact() argument
53 T: flt2dec::DecodableFloat, in float_to_exponential_common_shortest() argument
/dports/lang/rust/rustc-1.58.1-src/library/core/benches/num/flt2dec/
H A Dmod.rs7 use core::num::flt2dec::{decode, DecodableFloat, Decoded, FullDecoded};
12 pub fn decode_finite<T: DecodableFloat>(v: T) -> Decoded { in decode_finite()
/dports/lang/rust/rustc-1.58.1-src/library/core/tests/num/flt2dec/
H A Drandom.rs9 use core::num::flt2dec::{decode, DecodableFloat, Decoded, FullDecoded};
15 pub fn decode_finite<T: DecodableFloat>(v: T) -> Decoded { in decode_finite()
H A Dmod.rs4 use core::num::flt2dec::{decode, DecodableFloat, Decoded, FullDecoded};
20 pub fn decode_finite<T: DecodableFloat>(v: T) -> Decoded { in decode_finite()
97 T: DecodableFloat, in check_exact() argument
177 trait TestableFloat: DecodableFloat + fmt::Display {
507 T: DecodableFloat, in to_shortest_str_test()
595 T: DecodableFloat, in to_shortest_exp_str_test() argument
694 T: DecodableFloat, in to_exact_exp_str_test() argument
950 T: DecodableFloat, in to_exact_fixed_str_test()
/dports/lang/rust/rustc-1.58.1-src/library/core/benches/num/flt2dec/strategy/
H A Dgrisu.rs6 pub fn decode_finite<T: DecodableFloat>(v: T) -> Decoded { in decode_finite()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/patches/
H A D0022-core-Disable-not-compiling-tests.patch40 pub fn decode_finite<T: DecodableFloat>(v: T) -> Decoded {
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_cranelift/patches/
H A D0022-sysroot-Disable-not-compiling-tests.patch40 pub fn decode_finite<T: DecodableFloat>(v: T) -> Decoded {