Searched refs:opndp4 (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/parisc/math-emu/ |
D | dbl_float.h | 762 #define Dblext_denormalize(opndp1,opndp2,opndp3,opndp4,exponent,is_tiny) \ argument 765 if (exponent == 0 && (Dextallp3(opndp3) || Dextallp4(opndp4))) { \ 799 case 0: sticky = Dextallp4(opndp4) << 32-(shiftamt); \ 800 Variableshiftdouble(opndp3,opndp4,shiftamt,opndp4); \ 806 Dextallp4(opndp4); \ 807 Variableshiftdouble(opndp2,opndp3,shiftamt,opndp4); \ 813 Dextallp3(opndp3) | Dextallp4(opndp4); \ 814 Variableshiftdouble(opndp1,opndp2,shiftamt,opndp4); \ 820 Dextallp4(opndp4); \ 821 Dextallp4(opndp4) = Dextallp1(opndp1) >> shiftamt; \ [all …]
|