Symbol: SGL_EXP_LENGTH
arch/parisc/math-emu/cnv_float.h
204
(unsigned)(Sall(sgl_value) << SGL_EXP_LENGTH)>>(31 - exponent)
arch/parisc/math-emu/cnv_float.h
217
{Sall(sgl_value) <<= SGL_EXP_LENGTH; /* left-justify */ \
arch/parisc/math-emu/cnv_float.h
307
(int_value << 32 - SGL_EXP_LENGTH)
arch/parisc/math-emu/cnv_float.h
310
if (suint_value & 1<<(SGL_EXP_LENGTH - 1)) /* round bit */ \
arch/parisc/math-emu/cnv_float.h
311
if ((suint_value << 33 - SGL_EXP_LENGTH) || Slow(sgl_value)) \
arch/parisc/math-emu/cnv_float.h
315
((Duintp1(duint_valueA) << 32 - SGL_EXP_LENGTH) || Duintp2(duint_valueB))
arch/parisc/math-emu/cnv_float.h
318
if (Duintp1(duint_valueA) & 1<<(SGL_EXP_LENGTH - 1)) \
arch/parisc/math-emu/cnv_float.h
319
if ((Duintp1(duint_valueA) << 33 - SGL_EXP_LENGTH) || \
arch/parisc/math-emu/cnv_float.h
331
Sall(result) = (unsigned)(Sall(src) << SGL_EXP_LENGTH)>>(31 - exponent)
arch/parisc/math-emu/cnv_float.h
337
{unsigned int val = Sall(sgl_value) << SGL_EXP_LENGTH; \
arch/parisc/math-emu/cnv_float.h
48
(Sall(sgl_value) << (SGL_EXP_LENGTH + 1 + exponent)) : FALSE)
arch/parisc/math-emu/cnv_float.h
50
#define Int_isinexact_to_sgl(int_value) ((int_value << 33 - SGL_EXP_LENGTH) != 0)
arch/parisc/math-emu/cnv_float.h
53
if (int_value & 1<<(SGL_EXP_LENGTH - 2)) /* round bit */ \
arch/parisc/math-emu/cnv_float.h
54
if (((int_value << 34 - SGL_EXP_LENGTH) != 0) || Slow(sgl_value)) \
arch/parisc/math-emu/cnv_float.h
58
(((Dintp1(dint_valueA) << 33 - SGL_EXP_LENGTH) != 0) || Dintp2(dint_valueB))
arch/parisc/math-emu/cnv_float.h
61
if (Dintp1(dint_valueA) & 1<<(SGL_EXP_LENGTH - 2)) \
arch/parisc/math-emu/cnv_float.h
62
if (((Dintp1(dint_valueA) << 34 - SGL_EXP_LENGTH) != 0) || \
arch/parisc/math-emu/cnv_float.h
74
((Sall(sgl_value) << (SGL_EXP_LENGTH + 1 + exponent)) >> 31)
arch/parisc/math-emu/cnv_float.h
78
Sall(sgl_value) << (SGL_EXP_LENGTH + 2 + exponent) : FALSE)
arch/parisc/math-emu/fcnvuf.c
198
Sgl_set_mantissa(result, srcp1 >> SGL_EXP_LENGTH);
arch/parisc/math-emu/fcnvuf.c
75
Sgl_set_mantissa(result, src >> SGL_EXP_LENGTH);
arch/parisc/math-emu/fcnvxf.c
240
Sgl_set_mantissa(result, srcp1 >> SGL_EXP_LENGTH - 1);
arch/parisc/math-emu/fcnvxf.c
84
Sgl_set_mantissa(result, src >> (SGL_EXP_LENGTH-1));
arch/parisc/math-emu/sfmpy.c
225
stickybit |= Sgl_all(opnd3) << (SGL_BITLENGTH - SGL_EXP_LENGTH + 1);
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
186
Sall(sgl_value) = ((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
arch/parisc/math-emu/sgl_float.h
187
| ((1<<(32-(1+SGL_EXP_LENGTH))) - 1 )
arch/parisc/math-emu/sgl_float.h
189
Sall(sgl_value) = ((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
arch/parisc/math-emu/sgl_float.h
190
| ((1<<(32-(1+SGL_EXP_LENGTH))) - 1 ) \
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
198
(((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
arch/parisc/math-emu/sgl_float.h
199
| ((1 << (32-(1+SGL_EXP_LENGTH))) - 1 ))
arch/parisc/math-emu/sgl_float.h
202
(((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
arch/parisc/math-emu/sgl_float.h
203
| ((1 << (32-(1+SGL_EXP_LENGTH))) - 1 ))
arch/parisc/math-emu/sgl_float.h
243
Sall(dest) = ((SGL_EMAX+SGL_BIAS)+1)<< (32-(1+SGL_EXP_LENGTH)) \
arch/parisc/math-emu/sgl_float.h
244
| (1<<(32-(1+SGL_EXP_LENGTH+2)))
arch/parisc/math-emu/sgl_float.h
246
Sall(dest) = ((SGL_EMAX+SGL_BIAS)+1)<< (32-(1+SGL_EXP_LENGTH)) \
arch/parisc/math-emu/sgl_float.h
247
| (1<<(32-(1+SGL_EXP_LENGTH+1)))