Searched refs:leftd (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/parisc/math-emu/ |
D | dbl_float.h | 635 #define Dblext_subtract(lefta,leftb,leftc,leftd,righta,rightb,rightc,rightd,resulta,resultb,resultc… argument 636 if( Dextallp4(rightd) > Dextallp4(leftd) ) \ 639 Dextallp4(resultd) = Dextallp4(leftd) - Dextallp4(rightd); \ 647 #define Dblext_addition(lefta,leftb,leftc,leftd,righta,rightb,rightc,rightd,resulta,resultb,resultc… argument 650 if ((Dextallp4(resultd) = Dextallp4(leftd)+Dextallp4(rightd)) < \
|