Lines Matching refs:sticky
302 #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \ argument
306 if (exponent < 0) sticky |= Sall(opnd) << (32+exponent); \
307 inexact = guard | sticky; \
312 sticky |= Sall(opnd); \
313 inexact = sticky; \
349 {int shiftamt, sticky; \
351 sticky = 0; \
354 sticky = Sextallp2(srcdstB) << 32 - (shiftamt); \
361 sticky = (Sextallp1(srcdstA) << 32 - (shiftamt)) | \
365 sticky = Sextallp2(srcdstB); \
371 if (sticky) Sglext_setone_lowmantissap2(srcdstB); \
435 {int sticky; \
463 sticky = Sextallp2(opndp2) << 31+exponent; \
468 sticky = Sextallp2(opndp2); \
474 sticky = (Sextallp1(opndp1) << 31+exponent) | \
481 sticky = Sextallp1(opndp1) | Sextallp2(opndp2); \
484 if (sticky) Sglext_setone_lowmantissap2(opndp2); \