SGL_BIAS           40 arch/parisc/math-emu/cnv_float.h     Deposit_dexponent(dest,src_exponent+(DBL_BIAS-SGL_BIAS))
SGL_BIAS           86 arch/parisc/math-emu/cnv_float.h     dest = src_exponent + (SGL_BIAS - DBL_BIAS)
SGL_BIAS           57 arch/parisc/math-emu/fcnvfu.c 	src_exponent = Sgl_exponent(src) - SGL_BIAS;
SGL_BIAS          178 arch/parisc/math-emu/fcnvfu.c 	src_exponent = Sgl_exponent(src) - SGL_BIAS;
SGL_BIAS           54 arch/parisc/math-emu/fcnvfut.c 	src_exponent = Sgl_exponent(src) - SGL_BIAS;
SGL_BIAS          123 arch/parisc/math-emu/fcnvfut.c 	src_exponent = Sgl_exponent(src) - SGL_BIAS;
SGL_BIAS           56 arch/parisc/math-emu/fcnvfx.c 	src_exponent = Sgl_exponent(src) - SGL_BIAS;
SGL_BIAS          153 arch/parisc/math-emu/fcnvfx.c 	src_exponent = Sgl_exponent(src) - SGL_BIAS;
SGL_BIAS           56 arch/parisc/math-emu/fcnvfxt.c 	src_exponent = Sgl_exponent(src) - SGL_BIAS;
SGL_BIAS          120 arch/parisc/math-emu/fcnvfxt.c 	src_exponent = Sgl_exponent(src) - SGL_BIAS;
SGL_BIAS           76 arch/parisc/math-emu/fcnvuf.c 	Sgl_set_exponent(result, 30+SGL_BIAS - dst_exponent);
SGL_BIAS          199 arch/parisc/math-emu/fcnvuf.c 	Sgl_set_exponent(result, (62+SGL_BIAS) - dst_exponent);
SGL_BIAS           85 arch/parisc/math-emu/fcnvxf.c 	Sgl_set_exponent(result, 30+SGL_BIAS - dst_exponent);
SGL_BIAS          241 arch/parisc/math-emu/fcnvxf.c 	Sgl_set_exponent(result, (62+SGL_BIAS) - dst_exponent);
SGL_BIAS          358 arch/parisc/math-emu/float.h #define SGL_INFINITY_EXPONENT (SGL_EMAX+SGL_BIAS+1)
SGL_BIAS         1394 arch/parisc/math-emu/fmpyfadd.c 	mpy_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) - SGL_BIAS;
SGL_BIAS         2036 arch/parisc/math-emu/fmpyfadd.c 	mpy_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) - SGL_BIAS;
SGL_BIAS           68 arch/parisc/math-emu/frnd.c 	if ((src_exponent -= SGL_BIAS) >= SGL_P - 1) {
SGL_BIAS           99 arch/parisc/math-emu/frnd.c 			Sgl_set_exponent(result,src_exponent + (SGL_BIAS+1));
SGL_BIAS          100 arch/parisc/math-emu/frnd.c 		else Sgl_set_exponent(result,src_exponent + SGL_BIAS);
SGL_BIAS          112 arch/parisc/math-emu/frnd.c 				Sgl_set_exponent(result,SGL_BIAS);
SGL_BIAS          116 arch/parisc/math-emu/frnd.c 				Sgl_set_exponent(result,SGL_BIAS);
SGL_BIAS          121 arch/parisc/math-emu/frnd.c 				   Sgl_set_exponent(result,SGL_BIAS);
SGL_BIAS          160 arch/parisc/math-emu/sfdiv.c 	dest_exponent = Sgl_exponent(opnd1) - Sgl_exponent(opnd2) + SGL_BIAS;
SGL_BIAS          154 arch/parisc/math-emu/sfmpy.c 	dest_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) - SGL_BIAS;
SGL_BIAS          162 arch/parisc/math-emu/sfsqrt.c 			 ((src_exponent-SGL_BIAS)>>1)+SGL_BIAS);
SGL_BIAS          171 arch/parisc/math-emu/sfsqrt.c 	Sgl_set_exponent(result,((src_exponent-SGL_BIAS)>>1)+SGL_BIAS);
SGL_BIAS          186 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) = ((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH)))	\
SGL_BIAS          189 arch/parisc/math-emu/sgl_float.h     Sall(sgl_value) = ((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH)))	\
SGL_BIAS          198 arch/parisc/math-emu/sgl_float.h         (((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH)))		\
SGL_BIAS          202 arch/parisc/math-emu/sgl_float.h         (((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH)))		\
SGL_BIAS          243 arch/parisc/math-emu/sgl_float.h     Sall(dest) = ((SGL_EMAX+SGL_BIAS)+1)<< (32-(1+SGL_EXP_LENGTH))	\
SGL_BIAS          246 arch/parisc/math-emu/sgl_float.h     Sall(dest) = ((SGL_EMAX+SGL_BIAS)+1)<< (32-(1+SGL_EXP_LENGTH))	\