Symbol: SGL_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/fcnvfu.c
178
src_exponent = Sgl_exponent(src) - SGL_BIAS;
arch/parisc/math-emu/fcnvfu.c
57
src_exponent = Sgl_exponent(src) - SGL_BIAS;
arch/parisc/math-emu/fcnvfut.c
123
src_exponent = Sgl_exponent(src) - SGL_BIAS;
arch/parisc/math-emu/fcnvfut.c
54
src_exponent = Sgl_exponent(src) - SGL_BIAS;
arch/parisc/math-emu/fcnvfx.c
153
src_exponent = Sgl_exponent(src) - SGL_BIAS;
arch/parisc/math-emu/fcnvfx.c
56
src_exponent = Sgl_exponent(src) - SGL_BIAS;
arch/parisc/math-emu/fcnvfxt.c
120
src_exponent = Sgl_exponent(src) - SGL_BIAS;
arch/parisc/math-emu/fcnvfxt.c
56
src_exponent = Sgl_exponent(src) - SGL_BIAS;
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/float.h
358
#define SGL_INFINITY_EXPONENT (SGL_EMAX+SGL_BIAS+1)
arch/parisc/math-emu/fmpyfadd.c
1394
mpy_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) - SGL_BIAS;
arch/parisc/math-emu/fmpyfadd.c
2036
mpy_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) - SGL_BIAS;
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
68
if ((src_exponent -= SGL_BIAS) >= SGL_P - 1) {
arch/parisc/math-emu/frnd.c
99
Sgl_set_exponent(result,src_exponent + (SGL_BIAS+1));
arch/parisc/math-emu/sfdiv.c
160
dest_exponent = Sgl_exponent(opnd1) - Sgl_exponent(opnd2) + SGL_BIAS;
arch/parisc/math-emu/sfmpy.c
154
dest_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) - SGL_BIAS;
arch/parisc/math-emu/sfsqrt.c
162
((src_exponent-SGL_BIAS)>>1)+SGL_BIAS);
arch/parisc/math-emu/sfsqrt.c
171
Sgl_set_exponent(result,((src_exponent-SGL_BIAS)>>1)+SGL_BIAS);
arch/parisc/math-emu/sgl_float.h
186
Sall(sgl_value) = ((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
arch/parisc/math-emu/sgl_float.h
189
Sall(sgl_value) = ((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
arch/parisc/math-emu/sgl_float.h
198
(((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
arch/parisc/math-emu/sgl_float.h
202
(((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
arch/parisc/math-emu/sgl_float.h
243
Sall(dest) = ((SGL_EMAX+SGL_BIAS)+1)<< (32-(1+SGL_EXP_LENGTH)) \
arch/parisc/math-emu/sgl_float.h
246
Sall(dest) = ((SGL_EMAX+SGL_BIAS)+1)<< (32-(1+SGL_EXP_LENGTH)) \