Lines Matching refs:sticky
289 #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \ argument
293 if (exponent < 0) sticky |= Sall(opnd) << (32+exponent); \
294 inexact = guard | sticky; \
299 sticky |= Sall(opnd); \
300 inexact = sticky; \
336 {int shiftamt, sticky; \
338 sticky = 0; \
341 sticky = Sextallp2(srcdstB) << 32 - (shiftamt); \
348 sticky = (Sextallp1(srcdstA) << 32 - (shiftamt)) | \
352 sticky = Sextallp2(srcdstB); \
358 if (sticky) Sglext_setone_lowmantissap2(srcdstB); \
422 {int sticky; \
450 sticky = Sextallp2(opndp2) << 31+exponent; \
455 sticky = Sextallp2(opndp2); \
461 sticky = (Sextallp1(opndp1) << 31+exponent) | \
468 sticky = Sextallp1(opndp1) | Sextallp2(opndp2); \
471 if (sticky) Sglext_setone_lowmantissap2(opndp2); \