Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/math-emu/
Dieee754dp.c102 static u64 get_rounding(int sn, u64 xm) in get_rounding() function
166 && 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()
Dieee754sp.c103 static unsigned get_rounding(int sn, unsigned xm) in get_rounding() function
167 && 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()