Lines Matching refs:Sall
76 (Sall(sgl_value) << (SGL_EXP_LENGTH + 1 + exponent)) : false)
83 Sall(sgl_value)++
91 Dintp2(dint_valueB) || Slow(sgl_value)) Sall(sgl_value)++
102 ((Sall(sgl_value) << (SGL_EXP_LENGTH + 1 + exponent)) >> 31)
106 Sall(sgl_value) << (SGL_EXP_LENGTH + 2 + exponent) : false)
231 Sall(sgl_value) = \
232 (unsigned)(Sall(sgl_value) << SGL_EXP_LENGTH)>>(31 - exponent)
245 {Sall(sgl_value) <<= SGL_EXP_LENGTH; /* left-justify */ \
248 Dintp2(dresultB) = (unsigned)Sall(sgl_value) >> (31 - exponent); \
251 Dintp1(dresultA) = Sall(sgl_value) >> (63 - exponent); \
252 Dintp2(dresultB) = Sall(sgl_value) << (exponent - 31); \