SGL_EXP_LENGTH     48 arch/parisc/math-emu/cnv_float.h      (Sall(sgl_value) << (SGL_EXP_LENGTH + 1 + exponent)) : FALSE)
SGL_EXP_LENGTH     50 arch/parisc/math-emu/cnv_float.h #define Int_isinexact_to_sgl(int_value)	((int_value << 33 - SGL_EXP_LENGTH) != 0)
SGL_EXP_LENGTH     53 arch/parisc/math-emu/cnv_float.h     if (int_value & 1<<(SGL_EXP_LENGTH - 2))   /* round bit */		\
SGL_EXP_LENGTH     54 arch/parisc/math-emu/cnv_float.h 	if (((int_value << 34 - SGL_EXP_LENGTH) != 0) || Slow(sgl_value)) \
SGL_EXP_LENGTH     58 arch/parisc/math-emu/cnv_float.h     (((Dintp1(dint_valueA) << 33 - SGL_EXP_LENGTH) != 0) || Dintp2(dint_valueB))
SGL_EXP_LENGTH     61 arch/parisc/math-emu/cnv_float.h     if (Dintp1(dint_valueA) & 1<<(SGL_EXP_LENGTH - 2)) 			\
SGL_EXP_LENGTH     62 arch/parisc/math-emu/cnv_float.h 	if (((Dintp1(dint_valueA) << 34 - SGL_EXP_LENGTH) != 0) ||	\
SGL_EXP_LENGTH     74 arch/parisc/math-emu/cnv_float.h     ((Sall(sgl_value) << (SGL_EXP_LENGTH + 1 + exponent)) >> 31)
SGL_EXP_LENGTH     78 arch/parisc/math-emu/cnv_float.h      Sall(sgl_value) << (SGL_EXP_LENGTH + 2 + exponent) : FALSE)
SGL_EXP_LENGTH    204 arch/parisc/math-emu/cnv_float.h     	(unsigned)(Sall(sgl_value) << SGL_EXP_LENGTH)>>(31 - exponent)
SGL_EXP_LENGTH    217 arch/parisc/math-emu/cnv_float.h     {Sall(sgl_value) <<= SGL_EXP_LENGTH;  /*  left-justify  */		\
SGL_EXP_LENGTH    307 arch/parisc/math-emu/cnv_float.h     (int_value << 32 - SGL_EXP_LENGTH)
SGL_EXP_LENGTH    310 arch/parisc/math-emu/cnv_float.h     if (suint_value & 1<<(SGL_EXP_LENGTH - 1))   /* round bit */	\
SGL_EXP_LENGTH    311 arch/parisc/math-emu/cnv_float.h     	if ((suint_value << 33 - SGL_EXP_LENGTH) || Slow(sgl_value))	\
SGL_EXP_LENGTH    315 arch/parisc/math-emu/cnv_float.h     ((Duintp1(duint_valueA) << 32 - SGL_EXP_LENGTH) || Duintp2(duint_valueB))
SGL_EXP_LENGTH    318 arch/parisc/math-emu/cnv_float.h     if (Duintp1(duint_valueA) & 1<<(SGL_EXP_LENGTH - 1))		\
SGL_EXP_LENGTH    319 arch/parisc/math-emu/cnv_float.h     	if ((Duintp1(duint_valueA) << 33 - SGL_EXP_LENGTH) ||		\
SGL_EXP_LENGTH    331 arch/parisc/math-emu/cnv_float.h     Sall(result) = (unsigned)(Sall(src) << SGL_EXP_LENGTH)>>(31 - exponent)
SGL_EXP_LENGTH    337 arch/parisc/math-emu/cnv_float.h   {unsigned int val = Sall(sgl_value) << SGL_EXP_LENGTH;		\
SGL_EXP_LENGTH     75 arch/parisc/math-emu/fcnvuf.c 	Sgl_set_mantissa(result, src >> SGL_EXP_LENGTH);
SGL_EXP_LENGTH    198 arch/parisc/math-emu/fcnvuf.c 	Sgl_set_mantissa(result, srcp1 >> SGL_EXP_LENGTH);
SGL_EXP_LENGTH     84 arch/parisc/math-emu/fcnvxf.c 	Sgl_set_mantissa(result, src >> (SGL_EXP_LENGTH-1));
SGL_EXP_LENGTH    240 arch/parisc/math-emu/fcnvxf.c 	Sgl_set_mantissa(result, srcp1 >> SGL_EXP_LENGTH - 1);
SGL_EXP_LENGTH    225 arch/parisc/math-emu/sfmpy.c 	stickybit |= Sgl_all(opnd3) << (SGL_BITLENGTH - SGL_EXP_LENGTH + 1);
SGL_EXP_LENGTH    156 arch/parisc/math-emu/sgl_float.h 	(SGL_INFINITY_EXPONENT << (32-(1+SGL_EXP_LENGTH))))
SGL_EXP_LENGTH    158 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) = (SGL_INFINITY_EXPONENT << (32-(1+SGL_EXP_LENGTH)))
SGL_EXP_LENGTH    160 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) = (SGL_INFINITY_EXPONENT << (32-(1+SGL_EXP_LENGTH))) \
SGL_EXP_LENGTH    163 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) = (SGL_INFINITY_EXPONENT << (32-(1+SGL_EXP_LENGTH))) | \
SGL_EXP_LENGTH    186 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) = ((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH)))	\
SGL_EXP_LENGTH    187 arch/parisc/math-emu/sgl_float.h                       | ((1<<(32-(1+SGL_EXP_LENGTH))) - 1 )
SGL_EXP_LENGTH    189 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) = ((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH)))	\
SGL_EXP_LENGTH    190 arch/parisc/math-emu/sgl_float.h                       | ((1<<(32-(1+SGL_EXP_LENGTH))) - 1 )		\
SGL_EXP_LENGTH    195 arch/parisc/math-emu/sgl_float.h     ((1<<SGL_EXP_LENGTH) | SGL_INFINITY_EXPONENT) << (32-(1+SGL_EXP_LENGTH))
SGL_EXP_LENGTH    198 arch/parisc/math-emu/sgl_float.h         (((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH)))		\
SGL_EXP_LENGTH    199 arch/parisc/math-emu/sgl_float.h 	  | ((1 << (32-(1+SGL_EXP_LENGTH))) - 1 ))
SGL_EXP_LENGTH    202 arch/parisc/math-emu/sgl_float.h         (((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH)))		\
SGL_EXP_LENGTH    203 arch/parisc/math-emu/sgl_float.h 	  | ((1 << (32-(1+SGL_EXP_LENGTH))) - 1 ))
SGL_EXP_LENGTH    243 arch/parisc/math-emu/sgl_float.h     Sall(dest) = ((SGL_EMAX+SGL_BIAS)+1)<< (32-(1+SGL_EXP_LENGTH))	\
SGL_EXP_LENGTH    244 arch/parisc/math-emu/sgl_float.h                  | (1<<(32-(1+SGL_EXP_LENGTH+2)))
SGL_EXP_LENGTH    246 arch/parisc/math-emu/sgl_float.h     Sall(dest) = ((SGL_EMAX+SGL_BIAS)+1)<< (32-(1+SGL_EXP_LENGTH))	\
SGL_EXP_LENGTH    247 arch/parisc/math-emu/sgl_float.h                  | (1<<(32-(1+SGL_EXP_LENGTH+1)))