Lines Matching refs:opndp2

489 #define Dbl_denormalize(opndp1,opndp2,exponent,guard,sticky,inexact)	\  argument
493 guard = (Dallp2(opndp2) >> -exponent) & 1; \
494 if (exponent < 0) sticky |= Dallp2(opndp2) << (32+exponent); \
496 Variable_shift_double(opndp1,opndp2,1-exponent,opndp2); \
500 Dallp2(opndp2) = Dallp1(opndp1); \
506 if (exponent == -32) sticky |= Dallp2(opndp2); \
507 else sticky |= (Dallp2(opndp2) | Dallp1(opndp1) << 64+exponent); \
508 Dallp2(opndp2) = Dallp1(opndp1) >> -31-exponent; \
515 sticky |= (Dallp1(opndp1) | Dallp2(opndp2)); \
516 Dbl_setzero(opndp1,opndp2); \
762 #define Dblext_denormalize(opndp1,opndp2,opndp3,opndp4,exponent,is_tiny) \ argument
769 Dbl_increment(opndp1,opndp2); \
772 Dbl_decrement(opndp1,opndp2); \
777 Dbl_increment(opndp1,opndp2); \
780 Dbl_decrement(opndp1,opndp2); \
785 (Dblext_isone_lowp2(opndp2) || \
787 Dbl_increment(opndp1,opndp2); \
790 Dbl_decrement(opndp1,opndp2); \
801 Variableshiftdouble(opndp2,opndp3,shiftamt,opndp3); \
802 Variableshiftdouble(opndp1,opndp2,shiftamt,opndp2); \
807 Variableshiftdouble(opndp2,opndp3,shiftamt,opndp4); \
808 Variableshiftdouble(opndp1,opndp2,shiftamt,opndp3); \
809 Dextallp2(opndp2) = Dextallp1(opndp1) >> shiftamt; \
812 case 2: sticky = (Dextallp2(opndp2) << 32-(shiftamt)) | \
814 Variableshiftdouble(opndp1,opndp2,shiftamt,opndp4); \
816 Dextallp1(opndp1) = Dextallp2(opndp2) = 0; \
819 Dextallp2(opndp2) | Dextallp3(opndp3) | \
822 Dextallp1(opndp1) = Dextallp2(opndp2) = 0; \
828 sticky = Dextallp1(opndp1) | Dextallp2(opndp2) | \
830 Dblext_setzero(opndp1,opndp2,opndp3,opndp4); \