Home
last modified time | relevance | path

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

/external/rust/crates/serde_json/src/lexical/
Dfloat.rs106 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()
Drounding.rs218 pub(crate) fn round_to_native<F, Algorithm>(fp: &mut ExtendedFloat, algorithm: Algorithm) in round_to_native() function
Dbhcomp.rs128 fp.round_to_native::<F, _>(|fp, shift| round_nearest_tie_even(fp, shift, is_truncated)); in large_atof()