Home
last modified time | relevance | path

Searched refs:valueB (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/parisc/math-emu/
Dsgl_float.h409 #define Sglext_rightshiftby4(valueA,valueB) \ argument
410 Shiftdouble(Sextallp1(valueA),Sextallp2(valueB),4,Sextallp2(valueB)); \
412 #define Sglext_rightshiftby3(valueA,valueB) \ argument
413 Shiftdouble(Sextallp1(valueA),Sextallp2(valueB),3,Sextallp2(valueB)); \
415 #define Sglext_rightshiftby1(valueA,valueB) \ argument
416 Shiftdouble(Sextallp1(valueA),Sextallp2(valueB),1,Sextallp2(valueB)); \
Ddbl_float.h709 #define Dblext_rightshiftby4(valueA,valueB,valueC,valueD) \ argument
711 Shiftdouble(Dextallp2(valueB),Dextallp3(valueC),4,Dextallp3(valueC)); \
712 Shiftdouble(Dextallp1(valueA),Dextallp2(valueB),4,Dextallp2(valueB)); \
714 #define Dblext_rightshiftby1(valueA,valueB,valueC,valueD) \ argument
716 Shiftdouble(Dextallp2(valueB),Dextallp3(valueC),1,Dextallp3(valueC)); \
717 Shiftdouble(Dextallp1(valueA),Dextallp2(valueB),1,Dextallp2(valueB)); \