Home
last modified time | relevance | path

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

/external/rust/crates/serde_json/src/lexical/
Drounding.rs189 pub(crate) fn avoid_overflow<F>(fp: &mut ExtendedFloat) in avoid_overflow() function
230 avoid_overflow::<F>(fp); in round_to_native()
/external/rust/crates/serde_json/tests/lexical/
Drounding.rs205 avoid_overflow::<f64>(&mut fp); in avoid_overflow_test()
214 avoid_overflow::<f64>(&mut fp); in avoid_overflow_test()