Symbol: SGL_BIAS
sys/arch/hppa/spmath/cnv_float.h
114
dest = src_exponent + (SGL_BIAS - DBL_BIAS)
sys/arch/hppa/spmath/cnv_float.h
68
Deposit_dexponent(dest,src_exponent+(DBL_BIAS-SGL_BIAS))
sys/arch/hppa/spmath/fcnvfx.c
160
src_exponent = Sgl_exponent(src) - SGL_BIAS;
sys/arch/hppa/spmath/fcnvfx.c
64
src_exponent = Sgl_exponent(src) - SGL_BIAS;
sys/arch/hppa/spmath/fcnvfxt.c
126
src_exponent = Sgl_exponent(src) - SGL_BIAS;
sys/arch/hppa/spmath/fcnvfxt.c
65
src_exponent = Sgl_exponent(src) - SGL_BIAS;
sys/arch/hppa/spmath/fcnvxf.c
241
Sgl_set_exponent(result, (62+SGL_BIAS) - dst_exponent);
sys/arch/hppa/spmath/fcnvxf.c
93
Sgl_set_exponent(result, 30+SGL_BIAS - dst_exponent);
sys/arch/hppa/spmath/float.h
339
#define SGL_INFINITY_EXPONENT (SGL_EMAX+SGL_BIAS+1)
sys/arch/hppa/spmath/frnd.c
121
Sgl_set_exponent(result,src_exponent + (SGL_BIAS+1));
sys/arch/hppa/spmath/frnd.c
122
else Sgl_set_exponent(result,src_exponent + SGL_BIAS);
sys/arch/hppa/spmath/frnd.c
134
Sgl_set_exponent(result,SGL_BIAS);
sys/arch/hppa/spmath/frnd.c
138
Sgl_set_exponent(result,SGL_BIAS);
sys/arch/hppa/spmath/frnd.c
143
Sgl_set_exponent(result,SGL_BIAS);
sys/arch/hppa/spmath/frnd.c
90
if ((src_exponent -= SGL_BIAS) >= SGL_P - 1) {
sys/arch/hppa/spmath/sfdiv.c
177
dest_exponent = Sgl_exponent(opnd1) - Sgl_exponent(opnd2) + SGL_BIAS;
sys/arch/hppa/spmath/sfmpy.c
168
dest_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) - SGL_BIAS;
sys/arch/hppa/spmath/sfsqrt.c
176
((src_exponent-SGL_BIAS)>>1)+SGL_BIAS);
sys/arch/hppa/spmath/sfsqrt.c
185
Sgl_set_exponent(result,((src_exponent-SGL_BIAS)>>1)+SGL_BIAS);
sys/arch/hppa/spmath/sgl_float.h
221
Sall(sgl_value) = ((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
sys/arch/hppa/spmath/sgl_float.h
224
Sall(sgl_value) = ((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
sys/arch/hppa/spmath/sgl_float.h
232
(((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
sys/arch/hppa/spmath/sgl_float.h
236
(((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
sys/arch/hppa/spmath/sgl_float.h
277
Sall(dest) = ((SGL_EMAX+SGL_BIAS)+1)<< (32-(1+SGL_EXP_LENGTH)) \
sys/arch/hppa/spmath/sgl_float.h
280
Sall(dest) = ((SGL_EMAX+SGL_BIAS)+1)<< (32-(1+SGL_EXP_LENGTH)) \