Lines Matching refs:opndp3
762 #define Dblext_denormalize(opndp1,opndp2,opndp3,opndp4,exponent,is_tiny) \ argument
765 if (exponent == 0 && (Dextallp3(opndp3) || Dextallp4(opndp4))) { \
784 if (Dblext_isone_highp3(opndp3) && \
786 Dblext_isnotzero_low31p3(opndp3))) { \
800 Variableshiftdouble(opndp3,opndp4,shiftamt,opndp4); \
801 Variableshiftdouble(opndp2,opndp3,shiftamt,opndp3); \
805 case 1: sticky = (Dextallp3(opndp3) << 32-(shiftamt)) | \
807 Variableshiftdouble(opndp2,opndp3,shiftamt,opndp4); \
808 Variableshiftdouble(opndp1,opndp2,shiftamt,opndp3); \
813 Dextallp3(opndp3) | Dextallp4(opndp4); \
815 Dextallp3(opndp3) = Dextallp1(opndp1) >> shiftamt; \
819 Dextallp2(opndp2) | Dextallp3(opndp3) | \
823 Dextallp3(opndp3) = 0; \
829 Dextallp3(opndp3) | Dextallp4(opndp4); \
830 Dblext_setzero(opndp1,opndp2,opndp3,opndp4); \