Searched refs:orig_div_round (Results 1 – 1 of 1) sorted by relevance
2171 const source_type orig_div_round = s / Rounder::nearbyint(s); in nearbyint() local2174 if ((orig_div_round > 1 ? orig_div_round - 1 : 1 - orig_div_round) > eps) in nearbyint()