Home
last modified time | relevance | path

Searched refs:is_bits (Results 1 – 20 of 20) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/t/Image/
H A DROP.t171 sub is_bits
186 is_bits( $dst->data, "\0\1\2\3", "alpha 0");
190 is_bits( $dst->data, $src->data, "alpha 1");
195 is_bits( $dst->data, "\xa0\xa1\xa2\xa3", "alpha 1/3");
200 is_bits( $dst->data, "\xf0\xf0\xa0\xa1", "alpha 1/3 with src shift");
210 is_bits( $dst->mask, "5678", "ropAlphaCopy");
213 is_bits( $dst->mask, "5998", "bar_alpha(x)");
220 is_bits( $dst->mask, "5008", "bar_alpha(x) in paint");
232 is_bits( $dst->data, "PPPP", "rop::ConstantColor ( 0x80 + 0x20 ) / 2 = 0x50");
H A DBar.t10 sub is_bits
56 is_bits( $i->data, $vec, "imbpp1/ropCopy $w bits at $offset");
64 is_bits( $i->data, $vec, "imbpp1/ropInvert $w bits at $offset");
77 is_bits( $i->data, "\0\0\0\0", "imbpp1 color find");
87 is_bits( $i->data, "\x11\x11\x11\x11", "imbpp4 color find");
94 is_bits( $i->data, "\x88\x88\x88\x88", "imbpp4 gray color find");
/dports/benchmarks/uperf/uperf-1.0.7/src/
H A Dnumbers.h23 void print_decimal(double value, int size, int is_bits);
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxclpath.h180 #define is_bits(d, n) !(((d) + ((fixed)1 << ((n) - 1))) & (-(fixed)1 << (n))) macro
H A Dgxclpath.c965 if (is_bits(d, _fixed_shift + 11) && in cmd_put_segment()
971 } else if (is_bits(d, 19) && i > 0 && is_bits(d2 = optr[1], 19)) { in cmd_put_segment()
981 } else if (is_bits(d, 22)) { in cmd_put_segment()
985 } else if (is_bits(d, 30)) { in cmd_put_segment()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxclpath.h180 #define is_bits(d, n) !(((d) + ((fixed)1 << ((n) - 1))) & (-(fixed)1 << (n))) macro
H A Dgxclpath.c965 if (is_bits(d, _fixed_shift + 11) && in cmd_put_segment()
971 } else if (is_bits(d, 19) && i > 0 && is_bits(d2 = optr[1], 19)) { in cmd_put_segment()
981 } else if (is_bits(d, 22)) { in cmd_put_segment()
985 } else if (is_bits(d, 30)) { in cmd_put_segment()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxclpath.h196 #define is_bits(d, n) !(((d) + ((fixed)1 << ((n) - 1))) & (-(fixed)1 << (n))) macro
H A Dgxclpath.c1127 if (is_bits(d, _fixed_shift + 11) && in cmd_put_segment()
1133 } else if (is_bits(d, 19) && i > 0 && is_bits(d2 = optr[1], 19)) { in cmd_put_segment()
1143 } else if (is_bits(d, 22)) { in cmd_put_segment()
1147 } else if (is_bits(d, 30)) { in cmd_put_segment()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxclpath.h196 #define is_bits(d, n) !(((d) + ((fixed)1 << ((n) - 1))) & (-(fixed)1 << (n))) macro
H A Dgxclpath.c1127 if (is_bits(d, _fixed_shift + 11) && in cmd_put_segment()
1133 } else if (is_bits(d, 19) && i > 0 && is_bits(d2 = optr[1], 19)) { in cmd_put_segment()
1143 } else if (is_bits(d, 22)) { in cmd_put_segment()
1147 } else if (is_bits(d, 30)) { in cmd_put_segment()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxclpath.h206 #define is_bits(d, n) !(((d) + ((fixed)1 << ((n) - 1))) & (-(fixed)1 << (n))) macro
H A Dgxclpath.c1440 if (is_bits(d, _fixed_shift + 11) && in cmd_put_segment()
1446 } else if (is_bits(d, 19) && i > 0 && is_bits(d2 = optr[1], 19)) { in cmd_put_segment()
1456 } else if (is_bits(d, 22)) { in cmd_put_segment()
1460 } else if (is_bits(d, 30)) { in cmd_put_segment()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxclpath.h206 #define is_bits(d, n) !(((d) + ((fixed)1 << ((n) - 1))) & (-(fixed)1 << (n))) macro
H A Dgxclpath.c1440 if (is_bits(d, _fixed_shift + 11) && in cmd_put_segment()
1446 } else if (is_bits(d, 19) && i > 0 && is_bits(d2 = optr[1], 19)) { in cmd_put_segment()
1456 } else if (is_bits(d, 22)) { in cmd_put_segment()
1460 } else if (is_bits(d, 30)) { in cmd_put_segment()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxclpath.h202 #define is_bits(d, n) !(((d) + ((fixed)1 << ((n) - 1))) & (-(fixed)1 << (n))) macro
H A Dgxclpath.c1160 if (is_bits(d, _fixed_shift + 11) && in cmd_put_segment()
1166 } else if (is_bits(d, 19) && i > 0 && is_bits(d2 = optr[1], 19)) { in cmd_put_segment()
1176 } else if (is_bits(d, 22)) { in cmd_put_segment()
1180 } else if (is_bits(d, 30)) { in cmd_put_segment()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxclpath.h202 #define is_bits(d, n) !(((d) + ((fixed)1 << ((n) - 1))) & (-(fixed)1 << (n))) macro
H A Dgxclpath.c1160 if (is_bits(d, _fixed_shift + 11) && in cmd_put_segment()
1166 } else if (is_bits(d, 19) && i > 0 && is_bits(d2 = optr[1], 19)) { in cmd_put_segment()
1176 } else if (is_bits(d, 22)) { in cmd_put_segment()
1180 } else if (is_bits(d, 30)) { in cmd_put_segment()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_const_eval/src/interpret/
H A Dvalidity.rs525 let is_bits = value.check_init().map_or(false, |v| v.try_to_int().is_ok()); in try_visit_primitive() localVariable
526 if !is_bits { in try_visit_primitive()