Lines Matching refs:opndp2
434 #define Sglext_denormalize(opndp1,opndp2,exponent,is_tiny) \ argument
437 if (exponent == 0 && Sextallp2(opndp2)) { \
451 if (Sglext_isone_highp2(opndp2) && \
453 Sglext_isnotzero_low31p2(opndp2))) \
463 sticky = Sextallp2(opndp2) << 31+exponent; \
464 Variable_shift_double(opndp1,opndp2,1-exponent,opndp2); \
468 sticky = Sextallp2(opndp2); \
469 Sextallp2(opndp2) = Sextallp1(opndp1); \
475 Sextallp2(opndp2); \
476 Sextallp2(opndp2) = Sextallp1(opndp1) >> -31-exponent; \
481 sticky = Sextallp1(opndp1) | Sextallp2(opndp2); \
482 Sglext_setzero(opndp1,opndp2); \
484 if (sticky) Sglext_setone_lowmantissap2(opndp2); \