DBL_BIAS 40 arch/parisc/math-emu/cnv_float.h Deposit_dexponent(dest,src_exponent+(DBL_BIAS-SGL_BIAS)) DBL_BIAS 86 arch/parisc/math-emu/cnv_float.h dest = src_exponent + (SGL_BIAS - DBL_BIAS) DBL_BIAS 309 arch/parisc/math-emu/dbl_float.h Dallp1(dbl_valueA) = ((DBL_EMAX+DBL_BIAS) << (32-(1+DBL_EXP_LENGTH))) \ DBL_BIAS 313 arch/parisc/math-emu/dbl_float.h Dallp1(dbl_valueA) = ((DBL_EMAX+DBL_BIAS) << (32-(1+DBL_EXP_LENGTH))) \ DBL_BIAS 319 arch/parisc/math-emu/dbl_float.h (((DBL_EMAX+DBL_BIAS) << (32-(1+DBL_EXP_LENGTH))) \ DBL_BIAS 329 arch/parisc/math-emu/dbl_float.h ((DBL_EMAX+DBL_BIAS) << (32-(1+DBL_EXP_LENGTH))) | \ DBL_BIAS 421 arch/parisc/math-emu/dbl_float.h Dallp1(desta) = ((DBL_EMAX+DBL_BIAS)+1)<< (32-(1+DBL_EXP_LENGTH)) \ DBL_BIAS 425 arch/parisc/math-emu/dbl_float.h Dallp1(desta) = ((DBL_EMAX+DBL_BIAS)+1)<< (32-(1+DBL_EXP_LENGTH)) \ DBL_BIAS 162 arch/parisc/math-emu/dfdiv.c dest_exponent = Dbl_exponent(opnd1p1) - Dbl_exponent(opnd2p1) + DBL_BIAS; DBL_BIAS 156 arch/parisc/math-emu/dfmpy.c dest_exponent = Dbl_exponent(opnd1p1) + Dbl_exponent(opnd2p1) -DBL_BIAS; DBL_BIAS 170 arch/parisc/math-emu/dfsqrt.c ((src_exponent-DBL_BIAS)>>1)+DBL_BIAS); DBL_BIAS 179 arch/parisc/math-emu/dfsqrt.c Dbl_set_exponent(resultp1,((src_exponent-DBL_BIAS)>>1)+DBL_BIAS); DBL_BIAS 296 arch/parisc/math-emu/fcnvfu.c src_exponent = Dbl_exponent(srcp1) - DBL_BIAS; DBL_BIAS 419 arch/parisc/math-emu/fcnvfu.c src_exponent = Dbl_exponent(srcp1) - DBL_BIAS; DBL_BIAS 193 arch/parisc/math-emu/fcnvfut.c src_exponent = Dbl_exponent(srcp1) - DBL_BIAS; DBL_BIAS 262 arch/parisc/math-emu/fcnvfut.c src_exponent = Dbl_exponent(srcp1) - DBL_BIAS; DBL_BIAS 274 arch/parisc/math-emu/fcnvfx.c src_exponent = Dbl_exponent(srcp1) - DBL_BIAS; DBL_BIAS 385 arch/parisc/math-emu/fcnvfx.c src_exponent = Dbl_exponent(srcp1) - DBL_BIAS; DBL_BIAS 194 arch/parisc/math-emu/fcnvfxt.c src_exponent = Dbl_exponent(srcp1) - DBL_BIAS; DBL_BIAS 259 arch/parisc/math-emu/fcnvfxt.c src_exponent = Dbl_exponent(srcp1) - DBL_BIAS; DBL_BIAS 136 arch/parisc/math-emu/fcnvuf.c Dbl_set_exponent(resultp1, (30+DBL_BIAS) - dst_exponent); DBL_BIAS 281 arch/parisc/math-emu/fcnvuf.c Dbl_set_exponent(resultp1, (62+DBL_BIAS) - dst_exponent); DBL_BIAS 157 arch/parisc/math-emu/fcnvxf.c Dbl_set_exponent(resultp1, (30+DBL_BIAS) - dst_exponent); DBL_BIAS 346 arch/parisc/math-emu/fcnvxf.c Dbl_set_exponent(resultp1, (62+DBL_BIAS) - dst_exponent); DBL_BIAS 368 arch/parisc/math-emu/float.h #define DBL_INFINITY_EXPONENT (DBL_EMAX+DBL_BIAS+1) DBL_BIAS 77 arch/parisc/math-emu/fmpyfadd.c mpy_exponent = Dbl_exponent(opnd1p1) + Dbl_exponent(opnd2p1) - DBL_BIAS; DBL_BIAS 737 arch/parisc/math-emu/fmpyfadd.c mpy_exponent = Dbl_exponent(opnd1p1) + Dbl_exponent(opnd2p1) - DBL_BIAS; DBL_BIAS 173 arch/parisc/math-emu/frnd.c if ((src_exponent -= DBL_BIAS) >= DBL_P - 1) { DBL_BIAS 207 arch/parisc/math-emu/frnd.c Dbl_set_exponent(resultp1,src_exponent + (DBL_BIAS+1)); DBL_BIAS 208 arch/parisc/math-emu/frnd.c else Dbl_set_exponent(resultp1,src_exponent + DBL_BIAS); DBL_BIAS 220 arch/parisc/math-emu/frnd.c Dbl_set_exponent(resultp1,DBL_BIAS); DBL_BIAS 224 arch/parisc/math-emu/frnd.c Dbl_set_exponent(resultp1,DBL_BIAS); DBL_BIAS 229 arch/parisc/math-emu/frnd.c Dbl_set_exponent(resultp1,DBL_BIAS);