Lines Matching refs:opndp2
421 #define Sglext_denormalize(opndp1,opndp2,exponent,is_tiny) \ argument
424 if (exponent == 0 && Sextallp2(opndp2)) { \
438 if (Sglext_isone_highp2(opndp2) && \
440 Sglext_isnotzero_low31p2(opndp2))) \
450 sticky = Sextallp2(opndp2) << 31+exponent; \
451 Variable_shift_double(opndp1,opndp2,1-exponent,opndp2); \
455 sticky = Sextallp2(opndp2); \
456 Sextallp2(opndp2) = Sextallp1(opndp1); \
462 Sextallp2(opndp2); \
463 Sextallp2(opndp2) = Sextallp1(opndp1) >> -31-exponent; \
468 sticky = Sextallp1(opndp1) | Sextallp2(opndp2); \
469 Sglext_setzero(opndp1,opndp2); \
471 if (sticky) Sglext_setone_lowmantissap2(opndp2); \