Searched refs:get_rounding (Results 1 – 2 of 2) sorted by relevance
102 static u64 get_rounding(int sn, u64 xm) in get_rounding() function166 && get_rounding(sn, xm) >> (DP_MBITS + 1 + 3)) in ieee754dp_format()170 xm = get_rounding(sn, xm); in ieee754dp_format()193 xm = get_rounding(sn, xm); in ieee754dp_format()
103 static unsigned get_rounding(int sn, unsigned xm) in get_rounding() function167 && get_rounding(sn, xm) >> (SP_MBITS + 1 + 3)) in ieee754sp_format()171 xm = get_rounding(sn, xm); in ieee754sp_format()193 xm = get_rounding(sn, xm); in ieee754sp_format()