Home
last modified time | relevance | path

Searched refs:shifted_mask (Results 1 – 25 of 205) sorted by relevance

123456789

/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/registration/tests/
H A Dtest_masked_phase_cross_correlation.py52 shifted_mask = np.random.choice(
58 moving_mask=shifted_mask)
99 shifted_mask = np.random.choice(
106 moving_mask=np.ones_like(shifted_mask))
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsbitcom.c202 uint shifted_mask = mask << in_shift; in bits_compress_scaled() local
209 if (h < height && (in = s[0] & shifted_mask) != 0) { in bits_compress_scaled()
223 if (h > yscale && (in = s[sskip - sraster] & shifted_mask) != 0) { in bits_compress_scaled()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsbitcom.c207 uint shifted_mask = mask << in_shift; in bits_compress_scaled() local
214 if (h < height && (in = s[0] & shifted_mask) != 0) { in bits_compress_scaled()
228 if (h > yscale && (in = s[sskip - sraster] & shifted_mask) != 0) { in bits_compress_scaled()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsbitcom.c204 uint shifted_mask = mask << in_shift; in bits_compress_scaled() local
211 if (h < height && (in = s[0] & shifted_mask) != 0) { in bits_compress_scaled()
225 if (h > yscale && (in = s[sskip - sraster] & shifted_mask) != 0) { in bits_compress_scaled()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsbitcom.c204 uint shifted_mask = mask << in_shift; in bits_compress_scaled() local
211 if (h < height && (in = s[0] & shifted_mask) != 0) { in bits_compress_scaled()
225 if (h > yscale && (in = s[sskip - sraster] & shifted_mask) != 0) { in bits_compress_scaled()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsbitcom.c202 uint shifted_mask = mask << in_shift; in bits_compress_scaled() local
209 if (h < height && (in = s[0] & shifted_mask) != 0) { in bits_compress_scaled()
223 if (h > yscale && (in = s[sskip - sraster] & shifted_mask) != 0) { in bits_compress_scaled()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsbitcom.c207 uint shifted_mask = mask << in_shift; in bits_compress_scaled() local
214 if (h < height && (in = s[0] & shifted_mask) != 0) { in bits_compress_scaled()
228 if (h > yscale && (in = s[sskip - sraster] & shifted_mask) != 0) { in bits_compress_scaled()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsbitcom.c236 uint shifted_mask = mask << in_shift; in bits_compress_scaled() local
243 if (h < height && (in = s[0] & shifted_mask) != 0) { in bits_compress_scaled()
257 if (h > yscale && (in = s[sskip - sraster] & shifted_mask) != 0) { in bits_compress_scaled()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsbitcom.c236 uint shifted_mask = mask << in_shift; in bits_compress_scaled() local
243 if (h < height && (in = s[0] & shifted_mask) != 0) { in bits_compress_scaled()
257 if (h > yscale && (in = s[sskip - sraster] & shifted_mask) != 0) { in bits_compress_scaled()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Common/
H A DShaderId.h168 const int shifted_mask = mask << (bit & 31); in SetBits() local
169 d[bit >> 5] = (d[bit >> 5] & ~shifted_mask) | ((value & mask) << (bit & 31)); in SetBits()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Common/
H A DShaderId.h168 const int shifted_mask = mask << (bit & 31); in SetBits() local
169 d[bit >> 5] = (d[bit >> 5] & ~shifted_mask) | ((value & mask) << (bit & 31)); in SetBits()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Common/
H A DShaderId.h168 const int shifted_mask = mask << (bit & 31); in SetBits() local
169 d[bit >> 5] = (d[bit >> 5] & ~shifted_mask) | ((value & mask) << (bit & 31)); in SetBits()
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/examples/
H A Dusertype_bitfields.cpp63 const aligned_type shifted_mask = ((static_cast<aligned_type>(1) << size) - 1) << bits_left; in write() local
64 const aligned_type compl_shifted_mask = ~shifted_mask; in write()
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/examples/
H A Dusertype_bitfields.cpp63 const aligned_type shifted_mask = ((static_cast<aligned_type>(1) << size) - 1) << bits_left; in write() local
64 const aligned_type compl_shifted_mask = ~shifted_mask; in write()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/examples/
H A Dusertype_bitfields.cpp63 const aligned_type shifted_mask = ((static_cast<aligned_type>(1) << size) - 1) << bits_left; in write() local
64 const aligned_type compl_shifted_mask = ~shifted_mask; in write()
/dports/devel/sol2/sol2-4.0.0-alpha/examples/source/
H A Dusertype_bitfields.cpp64 const aligned_type shifted_mask = ((static_cast<aligned_type>(1) << size) - 1) << bits_left; in write() local
65 const aligned_type compl_shifted_mask = ~shifted_mask; in write()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Dxwdtopnm.c78 unsigned long shifted_mask; in zero_bits() local
80 for (i=0, shifted_mask = mask; in zero_bits()
81 i < sizeof(mask)*8 && (shifted_mask & 0x00000001) == 0; in zero_bits()
82 i++, shifted_mask >>= 1 ); in zero_bits()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/
H A Dlas-sieve2357.cpp127 const SIMDTYPE shifted_mask = get_shifted_mask<SIMDTYPE>(stride, shift); in get_pattern() local
128 return _and<SIMDTYPE, ELEMTYPE>(shifted_mask, set1<SIMDTYPE, ELEMTYPE>(elem)); in get_pattern()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dwide-int.h3113 wide_int shifted_mask (unsigned int, unsigned int, bool, unsigned int);
3122 T shifted_mask (unsigned int, unsigned int, bool);
3128 unsigned int shifted_mask (HOST_WIDE_INT *, unsigned int, unsigned int,
3148 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p,
3152 result.set_len (shifted_mask (result.write_val (), start, width, negate_p,
3162 return shifted_mask (bit, 1, false, precision);
3183 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p)
3187 result.set_len (shifted_mask (result.write_val (), start, width,
3199 return shifted_mask <T> (bit, 1, false);
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dwide-int.h3307 wide_int shifted_mask (unsigned int, unsigned int, bool, unsigned int);
3318 T shifted_mask (unsigned int, unsigned int, bool);
3324 unsigned int shifted_mask (HOST_WIDE_INT *, unsigned int, unsigned int,
3344 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p,
3348 result.set_len (shifted_mask (result.write_val (), start, width, negate_p,
3358 return shifted_mask (bit, 1, false, precision);
3379 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p)
3383 result.set_len (shifted_mask (result.write_val (), start, width,
3395 return shifted_mask <T> (bit, 1, false);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dwide-int.h3307 wide_int shifted_mask (unsigned int, unsigned int, bool, unsigned int);
3318 T shifted_mask (unsigned int, unsigned int, bool);
3324 unsigned int shifted_mask (HOST_WIDE_INT *, unsigned int, unsigned int,
3344 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p,
3348 result.set_len (shifted_mask (result.write_val (), start, width, negate_p,
3358 return shifted_mask (bit, 1, false, precision);
3379 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p)
3383 result.set_len (shifted_mask (result.write_val (), start, width,
3395 return shifted_mask <T> (bit, 1, false);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dwide-int.h3307 wide_int shifted_mask (unsigned int, unsigned int, bool, unsigned int);
3318 T shifted_mask (unsigned int, unsigned int, bool);
3324 unsigned int shifted_mask (HOST_WIDE_INT *, unsigned int, unsigned int,
3344 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p,
3348 result.set_len (shifted_mask (result.write_val (), start, width, negate_p,
3358 return shifted_mask (bit, 1, false, precision);
3379 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p)
3383 result.set_len (shifted_mask (result.write_val (), start, width,
3395 return shifted_mask <T> (bit, 1, false);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dwide-int.h3307 wide_int shifted_mask (unsigned int, unsigned int, bool, unsigned int);
3318 T shifted_mask (unsigned int, unsigned int, bool);
3324 unsigned int shifted_mask (HOST_WIDE_INT *, unsigned int, unsigned int,
3344 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p,
3348 result.set_len (shifted_mask (result.write_val (), start, width, negate_p,
3358 return shifted_mask (bit, 1, false, precision);
3379 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p)
3383 result.set_len (shifted_mask (result.write_val (), start, width,
3395 return shifted_mask <T> (bit, 1, false);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dwide-int.h3307 wide_int shifted_mask (unsigned int, unsigned int, bool, unsigned int);
3318 T shifted_mask (unsigned int, unsigned int, bool);
3324 unsigned int shifted_mask (HOST_WIDE_INT *, unsigned int, unsigned int,
3344 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p,
3348 result.set_len (shifted_mask (result.write_val (), start, width, negate_p,
3358 return shifted_mask (bit, 1, false, precision);
3379 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p)
3383 result.set_len (shifted_mask (result.write_val (), start, width,
3395 return shifted_mask <T> (bit, 1, false);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dwide-int.h3307 wide_int shifted_mask (unsigned int, unsigned int, bool, unsigned int);
3318 T shifted_mask (unsigned int, unsigned int, bool);
3324 unsigned int shifted_mask (HOST_WIDE_INT *, unsigned int, unsigned int,
3344 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p,
3348 result.set_len (shifted_mask (result.write_val (), start, width, negate_p,
3358 return shifted_mask (bit, 1, false, precision);
3379 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p)
3383 result.set_len (shifted_mask (result.write_val (), start, width,
3395 return shifted_mask <T> (bit, 1, false);

123456789