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