Lines Matching refs:opndp3
775 #define Dblext_denormalize(opndp1,opndp2,opndp3,opndp4,exponent,is_tiny) \ argument
778 if (exponent == 0 && (Dextallp3(opndp3) || Dextallp4(opndp4))) { \
797 if (Dblext_isone_highp3(opndp3) && \
799 Dblext_isnotzero_low31p3(opndp3))) { \
813 Variableshiftdouble(opndp3,opndp4,shiftamt,opndp4); \
814 Variableshiftdouble(opndp2,opndp3,shiftamt,opndp3); \
818 case 1: sticky = (Dextallp3(opndp3) << 32-(shiftamt)) | \
820 Variableshiftdouble(opndp2,opndp3,shiftamt,opndp4); \
821 Variableshiftdouble(opndp1,opndp2,shiftamt,opndp3); \
826 Dextallp3(opndp3) | Dextallp4(opndp4); \
828 Dextallp3(opndp3) = Dextallp1(opndp1) >> shiftamt; \
832 Dextallp2(opndp2) | Dextallp3(opndp3) | \
836 Dextallp3(opndp3) = 0; \
842 Dextallp3(opndp3) | Dextallp4(opndp4); \
843 Dblext_setzero(opndp1,opndp2,opndp3,opndp4); \