Symbol: Dbl_set_exponent
arch/parisc/math-emu/dfadd.c
370
Dbl_set_exponent(resultp1,/*using*/result_exponent);
arch/parisc/math-emu/dfadd.c
402
Dbl_set_exponent(resultp1,/*using*/result_exponent);
arch/parisc/math-emu/dfadd.c
504
else Dbl_set_exponent(resultp1,result_exponent);
arch/parisc/math-emu/dfdiv.c
378
else Dbl_set_exponent(resultp1,dest_exponent);
arch/parisc/math-emu/dfmpy.c
373
else Dbl_set_exponent(resultp1,dest_exponent);
arch/parisc/math-emu/dfrem.c
281
else Dbl_set_exponent(resultp1,dest_exponent);
arch/parisc/math-emu/dfsqrt.c
169
Dbl_set_exponent(resultp1,
arch/parisc/math-emu/dfsqrt.c
179
Dbl_set_exponent(resultp1,((src_exponent-DBL_BIAS)>>1)+DBL_BIAS);
arch/parisc/math-emu/dfsub.c
373
Dbl_set_exponent(resultp1,/*using*/result_exponent);
arch/parisc/math-emu/dfsub.c
405
Dbl_set_exponent(resultp1,/*using*/result_exponent);
arch/parisc/math-emu/dfsub.c
507
else Dbl_set_exponent(resultp1,result_exponent);
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/fmpyfadd.c
1352
else Dbl_set_exponent(resultp1,result_exponent);
arch/parisc/math-emu/fmpyfadd.c
694
else Dbl_set_exponent(resultp1,result_exponent);
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);