Symbol: Sgl_exponent
sys/arch/hppa/spmath/fcnvff.c
64
src_exponent = Sgl_exponent(src);
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/frnd.c
70
if ((src_exponent = Sgl_exponent(src)) == SGL_INFINITY_EXPONENT) {
sys/arch/hppa/spmath/sfadd.c
176
result_exponent = Sgl_exponent(left);
sys/arch/hppa/spmath/sfadd.c
180
if((right_exponent = Sgl_exponent(right)) == 0)
sys/arch/hppa/spmath/sfadd.c
77
if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT)
sys/arch/hppa/spmath/sfcmp.c
66
if( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
sys/arch/hppa/spmath/sfcmp.c
67
|| (Sgl_exponent(right) == SGL_INFINITY_EXPONENT) )
sys/arch/hppa/spmath/sfcmp.c
72
if( ( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
sys/arch/hppa/spmath/sfcmp.c
76
( (Sgl_exponent(right) == SGL_INFINITY_EXPONENT)
sys/arch/hppa/spmath/sfcmp.c
90
else if( ((Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
sys/arch/hppa/spmath/sfcmp.c
93
((Sgl_exponent(right) == SGL_INFINITY_EXPONENT)
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/sfrem.c
113
if ((opnd2_exponent = Sgl_exponent(opnd2)) == SGL_INFINITY_EXPONENT) {
sys/arch/hppa/spmath/sfrem.c
66
if ((opnd1_exponent = Sgl_exponent(opnd1)) == SGL_INFINITY_EXPONENT) {
sys/arch/hppa/spmath/sfsqrt.c
67
if ((src_exponent = Sgl_exponent(src)) == SGL_INFINITY_EXPONENT) {
sys/arch/hppa/spmath/sfsub.c
175
result_exponent = Sgl_exponent(left);
sys/arch/hppa/spmath/sfsub.c
180
if((right_exponent = Sgl_exponent(right)) == 0)
sys/arch/hppa/spmath/sfsub.c
75
if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT)
sys/arch/hppa/spmath/sgl_float.h
131
(Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT)
sys/arch/hppa/spmath/sgl_float.h
133
(Sgl_exponent(sgl_value)!=SGL_INFINITY_EXPONENT)
sys/arch/hppa/spmath/sgl_float.h
135
(Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT && \
sys/arch/hppa/spmath/sgl_float.h
138
(Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT && \
sys/arch/hppa/spmath/sgl_float.h
141
(Sgl_exponent(sgl_value)!=SGL_INFINITY_EXPONENT || \