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