valueB 696 arch/parisc/math-emu/dbl_float.h #define Dblext_rightshiftby4(valueA,valueB,valueC,valueD) \ valueB 698 arch/parisc/math-emu/dbl_float.h Shiftdouble(Dextallp2(valueB),Dextallp3(valueC),4,Dextallp3(valueC)); \ valueB 699 arch/parisc/math-emu/dbl_float.h Shiftdouble(Dextallp1(valueA),Dextallp2(valueB),4,Dextallp2(valueB)); \ valueB 701 arch/parisc/math-emu/dbl_float.h #define Dblext_rightshiftby1(valueA,valueB,valueC,valueD) \ valueB 703 arch/parisc/math-emu/dbl_float.h Shiftdouble(Dextallp2(valueB),Dextallp3(valueC),1,Dextallp3(valueC)); \ valueB 704 arch/parisc/math-emu/dbl_float.h Shiftdouble(Dextallp1(valueA),Dextallp2(valueB),1,Dextallp2(valueB)); \ valueB 396 arch/parisc/math-emu/sgl_float.h #define Sglext_rightshiftby4(valueA,valueB) \ valueB 397 arch/parisc/math-emu/sgl_float.h Shiftdouble(Sextallp1(valueA),Sextallp2(valueB),4,Sextallp2(valueB)); \ valueB 399 arch/parisc/math-emu/sgl_float.h #define Sglext_rightshiftby3(valueA,valueB) \ valueB 400 arch/parisc/math-emu/sgl_float.h Shiftdouble(Sextallp1(valueA),Sextallp2(valueB),3,Sextallp2(valueB)); \ valueB 402 arch/parisc/math-emu/sgl_float.h #define Sglext_rightshiftby1(valueA,valueB) \ valueB 403 arch/parisc/math-emu/sgl_float.h Shiftdouble(Sextallp1(valueA),Sextallp2(valueB),1,Sextallp2(valueB)); \