Symbol: Sgl_exponent
sys/arch/hppa/spmath/fcnvff.c
33
src_exponent = Sgl_exponent(src);
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/frnd.c
39
if ((src_exponent = Sgl_exponent(src)) == SGL_INFINITY_EXPONENT) {
sys/arch/hppa/spmath/sfadd.c
146
result_exponent = Sgl_exponent(left);
sys/arch/hppa/spmath/sfadd.c
150
if((right_exponent = Sgl_exponent(right)) == 0)
sys/arch/hppa/spmath/sfadd.c
47
if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT)
sys/arch/hppa/spmath/sfcmp.c
37
if( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
sys/arch/hppa/spmath/sfcmp.c
38
|| (Sgl_exponent(right) == SGL_INFINITY_EXPONENT) )
sys/arch/hppa/spmath/sfcmp.c
43
if( ( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
sys/arch/hppa/spmath/sfcmp.c
47
( (Sgl_exponent(right) == SGL_INFINITY_EXPONENT)
sys/arch/hppa/spmath/sfcmp.c
61
else if( ((Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
sys/arch/hppa/spmath/sfcmp.c
64
((Sgl_exponent(right) == SGL_INFINITY_EXPONENT)
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/sfrem.c
36
if ((opnd1_exponent = Sgl_exponent(opnd1)) == SGL_INFINITY_EXPONENT) {
sys/arch/hppa/spmath/sfrem.c
83
if ((opnd2_exponent = Sgl_exponent(opnd2)) == SGL_INFINITY_EXPONENT) {
sys/arch/hppa/spmath/sfsqrt.c
36
if ((src_exponent = Sgl_exponent(src)) == SGL_INFINITY_EXPONENT) {
sys/arch/hppa/spmath/sfsub.c
145
result_exponent = Sgl_exponent(left);
sys/arch/hppa/spmath/sfsub.c
150
if((right_exponent = Sgl_exponent(right)) == 0)
sys/arch/hppa/spmath/sfsub.c
45
if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT)
sys/arch/hppa/spmath/sgl_float.h
105
(Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT)
sys/arch/hppa/spmath/sgl_float.h
107
(Sgl_exponent(sgl_value)!=SGL_INFINITY_EXPONENT)
sys/arch/hppa/spmath/sgl_float.h
109
(Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT && \
sys/arch/hppa/spmath/sgl_float.h
112
(Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT && \
sys/arch/hppa/spmath/sgl_float.h
115
(Sgl_exponent(sgl_value)!=SGL_INFINITY_EXPONENT || \