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