Searched refs:src2A (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/parisc/math-emu/ |
D | dbl_float.h | 456 #define Twoword_add(src1dstA,src1dstB,src2A,src2B) \ argument 463 Dallp1(src1dstA) += (src2A); \ 466 #define Twoword_subtract(src1dstA,src1dstB,src2A,src2B) \ argument 473 Dallp1(src1dstA) -= (src2A); \ 747 #define Fourword_add(src1dstA,src1dstB,src1dstC,src1dstD,src2A,src2B,src2C,src2D) \ argument 773 src1dstA += (src2A)
|