Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/tests/
Drounding_tests.rs36 rounding::round_nearest_tie_even(f, s, |is_odd, is_halfway, is_above| { in round_test()
49 rounding::round_nearest_tie_even(f, s, |is_odd, is_halfway, is_above| { in round_test()
/third_party/rust/crates/minimal-lexical/src/
Dslow.rs13 use crate::rounding::{round, round_down, round_nearest_tie_even};
88 round_nearest_tie_even(f, s, |is_odd, is_halfway, is_above| { in positive_digit_comp()
169 round_nearest_tie_even(f, s, |is_odd, _, _| { in negative_digit_comp()
Dbellerophon.rs24 use crate::rounding::{round, round_nearest_tie_even};
136 round_nearest_tie_even(f, s, |is_odd, is_halfway, is_above| { in bellerophon()
Drounding.rs77 pub fn round_nearest_tie_even<Cb>(fp: &mut ExtendedFloat, shift: i32, cb: Cb) in round_nearest_tie_even() function