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