Searched defs:round_nearest (Results 1 – 3 of 3) sorted by relevance
64 pub(crate) fn round_nearest(fp: &mut ExtendedFloat, shift: i32) -> (bool, bool) { in round_nearest() function