Searched refs:round_to_native (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/serde_json/src/lexical/ |
D | float.rs | 106 pub(crate) fn round_to_native<F, Algorithm>(&mut self, algorithm: Algorithm) in round_to_native() method 111 round_to_native::<F, _>(self, algorithm) in round_to_native() 127 self.round_to_native::<F, _>(round_nearest_tie_even); in into_float() 134 self.round_to_native::<F, _>(round_downward); in into_downward_float()
|
D | rounding.rs | 218 pub(crate) fn round_to_native<F, Algorithm>(fp: &mut ExtendedFloat, algorithm: Algorithm) in round_to_native() function
|
D | bhcomp.rs | 128 fp.round_to_native::<F, _>(|fp, shift| round_nearest_tie_even(fp, shift, is_truncated)); in large_atof()
|