Symbol: SGL_INFINITY_EXPONENT
arch/parisc/math-emu/fcnvff.c
234
if (dest_exponent >= SGL_INFINITY_EXPONENT) {
arch/parisc/math-emu/fcnvff.c
240
if (dest_exponent >= SGL_INFINITY_EXPONENT+SGL_WRAP)
arch/parisc/math-emu/fcnvff.c
56
if (src_exponent == SGL_INFINITY_EXPONENT) {
arch/parisc/math-emu/fmpyfadd.c
1959
if (result_exponent >= SGL_INFINITY_EXPONENT) {
arch/parisc/math-emu/fmpyfadd.c
2601
if (result_exponent >= SGL_INFINITY_EXPONENT) {
arch/parisc/math-emu/frnd.c
48
if ((src_exponent = Sgl_exponent(src)) == SGL_INFINITY_EXPONENT) {
arch/parisc/math-emu/sfadd.c
479
if(result_exponent == SGL_INFINITY_EXPONENT)
arch/parisc/math-emu/sfadd.c
62
if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT)
arch/parisc/math-emu/sfcmp.c
52
if( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
arch/parisc/math-emu/sfcmp.c
53
|| (Sgl_exponent(right) == SGL_INFINITY_EXPONENT) )
arch/parisc/math-emu/sfcmp.c
58
if( ( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
arch/parisc/math-emu/sfcmp.c
62
( (Sgl_exponent(right) == SGL_INFINITY_EXPONENT)
arch/parisc/math-emu/sfcmp.c
76
else if( ((Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
arch/parisc/math-emu/sfcmp.c
79
((Sgl_exponent(right) == SGL_INFINITY_EXPONENT)
arch/parisc/math-emu/sfdiv.c
272
if (dest_exponent >= SGL_INFINITY_EXPONENT) {
arch/parisc/math-emu/sfmpy.c
259
if (dest_exponent >= SGL_INFINITY_EXPONENT) {
arch/parisc/math-emu/sfrem.c
50
if ((opnd1_exponent = Sgl_exponent(opnd1)) == SGL_INFINITY_EXPONENT) {
arch/parisc/math-emu/sfrem.c
97
if ((opnd2_exponent = Sgl_exponent(opnd2)) == SGL_INFINITY_EXPONENT) {
arch/parisc/math-emu/sfsqrt.c
53
if ((src_exponent = Sgl_exponent(src)) == SGL_INFINITY_EXPONENT) {
arch/parisc/math-emu/sfsub.c
482
if(result_exponent == SGL_INFINITY_EXPONENT)
arch/parisc/math-emu/sfsub.c
60
if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT)
arch/parisc/math-emu/sgl_float.h
100
(Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT && \
arch/parisc/math-emu/sgl_float.h
103
(Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT && \
arch/parisc/math-emu/sgl_float.h
106
(Sgl_exponent(sgl_value)!=SGL_INFINITY_EXPONENT || \
arch/parisc/math-emu/sgl_float.h
153
Deposit_sexponent(sgl_value,SGL_INFINITY_EXPONENT)
arch/parisc/math-emu/sgl_float.h
156
(SGL_INFINITY_EXPONENT << (32-(1+SGL_EXP_LENGTH))))
arch/parisc/math-emu/sgl_float.h
158
Sall(sgl_value) = (SGL_INFINITY_EXPONENT << (32-(1+SGL_EXP_LENGTH)))
arch/parisc/math-emu/sgl_float.h
160
Sall(sgl_value) = (SGL_INFINITY_EXPONENT << (32-(1+SGL_EXP_LENGTH))) \
arch/parisc/math-emu/sgl_float.h
163
Sall(sgl_value) = (SGL_INFINITY_EXPONENT << (32-(1+SGL_EXP_LENGTH))) | \
arch/parisc/math-emu/sgl_float.h
195
((1<<SGL_EXP_LENGTH) | SGL_INFINITY_EXPONENT) << (32-(1+SGL_EXP_LENGTH))
arch/parisc/math-emu/sgl_float.h
96
(Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT)
arch/parisc/math-emu/sgl_float.h
98
(Sgl_exponent(sgl_value)!=SGL_INFINITY_EXPONENT)