Symbol: Sgl_set_exponent
arch/parisc/math-emu/fcnvff.c
287
else Sgl_set_exponent(result,dest_exponent);
arch/parisc/math-emu/fcnvuf.c
199
Sgl_set_exponent(result, (62+SGL_BIAS) - dst_exponent);
arch/parisc/math-emu/fcnvuf.c
76
Sgl_set_exponent(result, 30+SGL_BIAS - dst_exponent);
arch/parisc/math-emu/fcnvxf.c
241
Sgl_set_exponent(result, (62+SGL_BIAS) - dst_exponent);
arch/parisc/math-emu/fcnvxf.c
85
Sgl_set_exponent(result, 30+SGL_BIAS - dst_exponent);
arch/parisc/math-emu/fmpyfadd.c
1993
else Sgl_set_exponent(resultp1,result_exponent);
arch/parisc/math-emu/fmpyfadd.c
2635
else Sgl_set_exponent(resultp1,result_exponent);
arch/parisc/math-emu/frnd.c
100
else Sgl_set_exponent(result,src_exponent + SGL_BIAS);
arch/parisc/math-emu/frnd.c
112
Sgl_set_exponent(result,SGL_BIAS);
arch/parisc/math-emu/frnd.c
116
Sgl_set_exponent(result,SGL_BIAS);
arch/parisc/math-emu/frnd.c
121
Sgl_set_exponent(result,SGL_BIAS);
arch/parisc/math-emu/frnd.c
99
Sgl_set_exponent(result,src_exponent + (SGL_BIAS+1));
arch/parisc/math-emu/sfadd.c
365
Sgl_set_exponent(result,/*using*/result_exponent);
arch/parisc/math-emu/sfadd.c
397
Sgl_set_exponent(result,/*using*/result_exponent);
arch/parisc/math-emu/sfadd.c
499
else Sgl_set_exponent(result,result_exponent);
arch/parisc/math-emu/sfdiv.c
371
else Sgl_set_exponent(result,dest_exponent);
arch/parisc/math-emu/sfmpy.c
358
else Sgl_set_exponent(result,dest_exponent);
arch/parisc/math-emu/sfrem.c
274
else Sgl_set_exponent(result,dest_exponent);
arch/parisc/math-emu/sfsqrt.c
161
Sgl_set_exponent(result,
arch/parisc/math-emu/sfsqrt.c
171
Sgl_set_exponent(result,((src_exponent-SGL_BIAS)>>1)+SGL_BIAS);
arch/parisc/math-emu/sfsub.c
368
Sgl_set_exponent(result,/*using*/result_exponent);
arch/parisc/math-emu/sfsub.c
400
Sgl_set_exponent(result,/*using*/result_exponent);
arch/parisc/math-emu/sfsub.c
502
else Sgl_set_exponent(result,result_exponent);