Searched refs:opndp3 (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/parisc/math-emu/ |
D | dbl_float.h | 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); \ [all …]
|