suint_value       309 arch/parisc/math-emu/cnv_float.h #define Sgl_roundnearest_from_suint(suint_value,sgl_value)		\
suint_value       310 arch/parisc/math-emu/cnv_float.h     if (suint_value & 1<<(SGL_EXP_LENGTH - 1))   /* round bit */	\
suint_value       311 arch/parisc/math-emu/cnv_float.h     	if ((suint_value << 33 - SGL_EXP_LENGTH) || Slow(sgl_value))	\