Home
last modified time | relevance | path

Searched refs:arith_rshift_slow (Results 1 – 14 of 14) sorted by relevance

/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dstd.h125 #define arith_rshift_slow(x,n) ((x) < 0 ? ~(~(x) >> (n)) : (x) >> (n)) macro
132 # define arith_rshift_1(x) arith_rshift_slow(x,1)
134 # define arith_rshift(x,n) arith_rshift_slow(x,n)
135 # define arith_rshift_1(x) arith_rshift_slow(x,1)
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dstd.h112 #define arith_rshift_slow(x,n) ((x) < 0 ? ~(~(x) >> (n)) : (x) >> (n)) macro
119 # define arith_rshift_1(x) arith_rshift_slow(x,1)
121 # define arith_rshift(x,n) arith_rshift_slow(x,n)
122 # define arith_rshift_1(x) arith_rshift_slow(x,1)
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dstd.h125 #define arith_rshift_slow(x,n) ((x) < 0 ? ~(~(x) >> (n)) : (x) >> (n)) macro
132 # define arith_rshift_1(x) arith_rshift_slow(x,1)
134 # define arith_rshift(x,n) arith_rshift_slow(x,n)
135 # define arith_rshift_1(x) arith_rshift_slow(x,1)
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dstd.h112 #define arith_rshift_slow(x,n) ((x) < 0 ? ~(~(x) >> (n)) : (x) >> (n)) macro
119 # define arith_rshift_1(x) arith_rshift_slow(x,1)
121 # define arith_rshift(x,n) arith_rshift_slow(x,n)
122 # define arith_rshift_1(x) arith_rshift_slow(x,1)
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dstd.h114 #define arith_rshift_slow(x,n) ((x) < 0 ? ~(~(x) >> (n)) : (x) >> (n)) macro
121 # define arith_rshift_1(x) arith_rshift_slow(x,1)
123 # define arith_rshift(x,n) arith_rshift_slow(x,n)
124 # define arith_rshift_1(x) arith_rshift_slow(x,1)
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dstd.h114 #define arith_rshift_slow(x,n) ((x) < 0 ? ~(~(x) >> (n)) : (x) >> (n)) macro
121 # define arith_rshift_1(x) arith_rshift_slow(x,1)
123 # define arith_rshift(x,n) arith_rshift_slow(x,n)
124 # define arith_rshift_1(x) arith_rshift_slow(x,1)
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dstd.h101 #define arith_rshift_slow(x,n) ((x) < 0 ? ~(~(x) >> (n)) : (x) >> (n)) macro
108 # define arith_rshift_1(x) arith_rshift_slow(x,1)
110 # define arith_rshift(x,n) arith_rshift_slow(x,n)
111 # define arith_rshift_1(x) arith_rshift_slow(x,1)
H A Dgxfapi.c1115 arith_rshift_slow((penum_pgs-> in gs_fapi_finish_render()
1120 arith_rshift_slow((penum_pgs-> in gs_fapi_finish_render()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dstd.h101 #define arith_rshift_slow(x,n) ((x) < 0 ? ~(~(x) >> (n)) : (x) >> (n)) macro
108 # define arith_rshift_1(x) arith_rshift_slow(x,1)
110 # define arith_rshift(x,n) arith_rshift_slow(x,n)
111 # define arith_rshift_1(x) arith_rshift_slow(x,1)
H A Dgxfapi.c1115 arith_rshift_slow((penum_pgs-> in gs_fapi_finish_render()
1120 arith_rshift_slow((penum_pgs-> in gs_fapi_finish_render()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzfapi.c1477 …int dx = arith_rshift_slow((pgs->ctm.tx_fixed >> shift_rd) + rast_orig_x + rounding, frac_pixel_sh… in fapi_finish_render_aux()
1478 …int dy = arith_rshift_slow((pgs->ctm.ty_fixed >> shift_rd) + rast_orig_y + rounding, frac_pixel_sh… in fapi_finish_render_aux()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dzfapi.c1477 …int dx = arith_rshift_slow((pgs->ctm.tx_fixed >> shift_rd) + rast_orig_x + rounding, frac_pixel_sh… in fapi_finish_render_aux()
1478 …int dy = arith_rshift_slow((pgs->ctm.ty_fixed >> shift_rd) + rast_orig_y + rounding, frac_pixel_sh… in fapi_finish_render_aux()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzfapi.c1968 …int dx = arith_rshift_slow((pgs->ctm.tx_fixed >> shift_rd) + rast_orig_x + rounding, frac_pixel_sh… in fapi_finish_render_aux()
1969 …int dy = arith_rshift_slow((pgs->ctm.ty_fixed >> shift_rd) + rast_orig_y + rounding, frac_pixel_sh… in fapi_finish_render_aux()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzfapi.c1968 …int dx = arith_rshift_slow((pgs->ctm.tx_fixed >> shift_rd) + rast_orig_x + rounding, frac_pixel_sh… in fapi_finish_render_aux()
1969 …int dy = arith_rshift_slow((pgs->ctm.ty_fixed >> shift_rd) + rast_orig_y + rounding, frac_pixel_sh… in fapi_finish_render_aux()