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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/math-emu/
H A Dieee754dp.c103 static u64 get_rounding(int sn, u64 xm) function
167 && get_rounding(sn, xm) >> (DP_MBITS + 1 + 3))
171 xm = get_rounding(sn, xm);
194 xm = get_rounding(sn, xm);
H A Dieee754sp.c104 static unsigned get_rounding(int sn, unsigned xm) function
168 && get_rounding(sn, xm) >> (SP_MBITS + 1 + 3))
172 xm = get_rounding(sn, xm);
194 xm = get_rounding(sn, xm);

Completed in 203 milliseconds