Symbol: SGL_BIAS
sys/arch/hppa/spmath/cnv_float.h
42
Deposit_dexponent(dest,src_exponent+(DBL_BIAS-SGL_BIAS))
sys/arch/hppa/spmath/cnv_float.h
88
dest = src_exponent + (SGL_BIAS - DBL_BIAS)
sys/arch/hppa/spmath/fcnvfx.c
129
src_exponent = Sgl_exponent(src) - SGL_BIAS;
sys/arch/hppa/spmath/fcnvfx.c
34
src_exponent = Sgl_exponent(src) - SGL_BIAS;
sys/arch/hppa/spmath/fcnvfxt.c
34
src_exponent = Sgl_exponent(src) - SGL_BIAS;
sys/arch/hppa/spmath/fcnvfxt.c
94
src_exponent = Sgl_exponent(src) - SGL_BIAS;
sys/arch/hppa/spmath/fcnvxf.c
211
Sgl_set_exponent(result, (62+SGL_BIAS) - dst_exponent);
sys/arch/hppa/spmath/fcnvxf.c
63
Sgl_set_exponent(result, 30+SGL_BIAS - dst_exponent);
sys/arch/hppa/spmath/float.h
310
#define SGL_INFINITY_EXPONENT (SGL_EMAX+SGL_BIAS+1)
sys/arch/hppa/spmath/frnd.c
103
Sgl_set_exponent(result,SGL_BIAS);
sys/arch/hppa/spmath/frnd.c
107
Sgl_set_exponent(result,SGL_BIAS);
sys/arch/hppa/spmath/frnd.c
112
Sgl_set_exponent(result,SGL_BIAS);
sys/arch/hppa/spmath/frnd.c
59
if ((src_exponent -= SGL_BIAS) >= SGL_P - 1) {
sys/arch/hppa/spmath/frnd.c
90
Sgl_set_exponent(result,src_exponent + (SGL_BIAS+1));
sys/arch/hppa/spmath/frnd.c
91
else Sgl_set_exponent(result,src_exponent + SGL_BIAS);
sys/arch/hppa/spmath/sfdiv.c
147
dest_exponent = Sgl_exponent(opnd1) - Sgl_exponent(opnd2) + SGL_BIAS;
sys/arch/hppa/spmath/sfmpy.c
138
dest_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) - SGL_BIAS;
sys/arch/hppa/spmath/sfsqrt.c
145
((src_exponent-SGL_BIAS)>>1)+SGL_BIAS);
sys/arch/hppa/spmath/sfsqrt.c
154
Sgl_set_exponent(result,((src_exponent-SGL_BIAS)>>1)+SGL_BIAS);
sys/arch/hppa/spmath/sgl_float.h
195
Sall(sgl_value) = ((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
sys/arch/hppa/spmath/sgl_float.h
198
Sall(sgl_value) = ((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
sys/arch/hppa/spmath/sgl_float.h
206
(((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
sys/arch/hppa/spmath/sgl_float.h
210
(((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
sys/arch/hppa/spmath/sgl_float.h
251
Sall(dest) = ((SGL_EMAX+SGL_BIAS)+1)<< (32-(1+SGL_EXP_LENGTH)) \
sys/arch/hppa/spmath/sgl_float.h
254
Sall(dest) = ((SGL_EMAX+SGL_BIAS)+1)<< (32-(1+SGL_EXP_LENGTH)) \