Home
last modified time | relevance | path

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

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxpcopy.c547 #define HALF_FIXED_BITS ((fixed)1 << (sizeof(fixed) * 4)) in gx_curve_x_at_y() macro
548 if (yrel < HALF_FIXED_BITS) { in gx_curve_x_at_y()
550 if (xd < HALF_FIXED_BITS) in gx_curve_x_at_y()
553 if (xd > -HALF_FIXED_BITS) { in gx_curve_x_at_y()
564 #undef HALF_FIXED_BITS in gx_curve_x_at_y()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxpcopy.c547 #define HALF_FIXED_BITS ((fixed)1 << (sizeof(fixed) * 4)) in gx_curve_x_at_y() macro
548 if (yrel < HALF_FIXED_BITS) { in gx_curve_x_at_y()
550 if (xd < HALF_FIXED_BITS) in gx_curve_x_at_y()
553 if (xd > -HALF_FIXED_BITS) { in gx_curve_x_at_y()
564 #undef HALF_FIXED_BITS in gx_curve_x_at_y()