Searched refs:resultc (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/parisc/math-emu/ |
D | dbl_float.h | 622 #define Dblext_subtract(lefta,leftb,leftc,leftd,righta,rightb,rightc,rightd,resulta,resultb,resultc… argument 629 Dextallp3(resultc) = Dextallp3(leftc) - Dextallp3(rightc); \ 634 #define Dblext_addition(lefta,leftb,leftc,leftd,righta,rightb,rightc,rightd,resulta,resultb,resultc… argument 639 if((Dextallp3(resultc) = Dextallp3(leftc)+Dextallp3(rightc)+1) <= \ 651 if ((Dextallp3(resultc) = Dextallp3(leftc)+Dextallp3(rightc)) < \
|