Searched refs:valueB (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/parisc/math-emu/ |
D | sgl_float.h | 396 #define Sglext_rightshiftby4(valueA,valueB) \ argument 397 Shiftdouble(Sextallp1(valueA),Sextallp2(valueB),4,Sextallp2(valueB)); \ 399 #define Sglext_rightshiftby3(valueA,valueB) \ argument 400 Shiftdouble(Sextallp1(valueA),Sextallp2(valueB),3,Sextallp2(valueB)); \ 402 #define Sglext_rightshiftby1(valueA,valueB) \ argument 403 Shiftdouble(Sextallp1(valueA),Sextallp2(valueB),1,Sextallp2(valueB)); \
|
D | dbl_float.h | 696 #define Dblext_rightshiftby4(valueA,valueB,valueC,valueD) \ argument 698 Shiftdouble(Dextallp2(valueB),Dextallp3(valueC),4,Dextallp3(valueC)); \ 699 Shiftdouble(Dextallp1(valueA),Dextallp2(valueB),4,Dextallp2(valueB)); \ 701 #define Dblext_rightshiftby1(valueA,valueB,valueC,valueD) \ argument 703 Shiftdouble(Dextallp2(valueB),Dextallp3(valueC),1,Dextallp3(valueC)); \ 704 Shiftdouble(Dextallp1(valueA),Dextallp2(valueB),1,Dextallp2(valueB)); \
|