Searched refs:rightd (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/parisc/math-emu/ ! |
D | dbl_float.h | 622 #define Dblext_subtract(lefta,leftb,leftc,leftd,righta,rightb,rightc,rightd,resulta,resultb,resultc… argument 623 if( Dextallp4(rightd) > Dextallp4(leftd) ) \ 626 Dextallp4(resultd) = Dextallp4(leftd) - Dextallp4(rightd); \ 634 #define Dblext_addition(lefta,leftb,leftc,leftd,righta,rightb,rightc,rightd,resulta,resultb,resultc… argument 637 if ((Dextallp4(resultd) = Dextallp4(leftd)+Dextallp4(rightd)) < \ 638 Dextallp4(rightd)) \
|