Searched refs:opndp4 (Results 1 – 1 of 1) sorted by relevance
/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))) { \ 812 case 0: sticky = Dextallp4(opndp4) << 32-(shiftamt); \ 813 Variableshiftdouble(opndp3,opndp4,shiftamt,opndp4); \ 819 Dextallp4(opndp4); \ 820 Variableshiftdouble(opndp2,opndp3,shiftamt,opndp4); \ 826 Dextallp3(opndp3) | Dextallp4(opndp4); \ 827 Variableshiftdouble(opndp1,opndp2,shiftamt,opndp4); \ 833 Dextallp4(opndp4); \ 834 Dextallp4(opndp4) = Dextallp1(opndp1) >> shiftamt; \ [all …]
|