Searched refs:get_rounding (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dieee754dp.c101 static u64 get_rounding(int sn, u64 xm) function
166 && get_rounding(sn, xm) >> (DP_MBITS + 1 + 3))
170 xm = get_rounding(sn, xm);
193 xm = get_rounding(sn, xm);
H A Dieee754sp.c102 static unsigned get_rounding(int sn, unsigned xm) function
167 && get_rounding(sn, xm) >> (SP_MBITS + 1 + 3))
171 xm = get_rounding(sn, xm);
193 xm = get_rounding(sn, xm);

Completed in 64 milliseconds