Home
last modified time | relevance | path

Searched refs:submask (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/databases/vfront/vfront-0.96c/sty/
H A Dsottomaschera.css11 #table-submask{
18 #table-submask tr td{
24 #table-submask tr th{
33 #table-submask tr th.sm-update,
34 #table-submask tr th.sm-delete{
41 #table-submask tr th.nocolor{
48 #table-submask tr th.nocolor-r{
55 #table-submask tr td input,
56 #table-submask tr td select{
72 #table-submask tr.riga-modifica td{
[all …]
/dports/multimedia/olive/olive-0.1.2/effects/shaders/
H A Dchromakey.frag57 //float submask = 1.0-mask;
58 float submask = 0.0;
59 texture_color.r = max(texture_color.r - submask*key_color.r, 0.0) + submask;
60 texture_color.g = max(texture_color.g - submask*key_color.g, 0.0) + submask;
61 texture_color.b = max(texture_color.b - submask*key_color.b, 0.0) + submask;
/dports/sysutils/gkleds2/gkleds-0.8.2/src/
H A Dgkleds.c291 GdkBitmap *submask = NULL; in gkleds_create() local
359 if(!submask){ in gkleds_create()
370 gkrellm_free_bitmap(&submask); in gkleds_create()
390 gkrellm_free_bitmap(&submask); in gkleds_create()
557 GdkBitmap *submask; in gkleds_conf_create() local
797 mask_gc = gdk_gc_new(submask); in gkleds_conf_create()
809 gdk_pixmap_unref(submask); in gkleds_conf_create()
834 gdk_pixmap_unref(submask); in gkleds_conf_create()
975 GdkBitmap *submask; in pm_idx_altered() local
1020 mask_gc = gdk_gc_new(submask); in pm_idx_altered()
[all …]
/dports/math/gretl/gretl-2021d/lib/src/
H A Dsubsample.c292 dset->submask = RESAMPLED; in set_dataset_resampled()
395 if (pmod->submask != NULL) { in attach_subsample_to_model()
399 pmod->submask = copy_subsample_mask(dset->submask, &err); in attach_subsample_to_model()
432 pmod->submask = NULL; in remove_model_subsample_info()
572 if (dset->submask[t]) { in update_case_markers()
720 if (dset->submask[t]) s++; in make_current_sample_mask()
2279 oldmask = state->submask; in restrict_sample()
2438 free(dset->submask); in perma_sample()
2439 dset->submask = NULL; in perma_sample()
3114 if (pmod->submask == NULL && dset->submask == NULL) { in same_dataset()
[all …]
/dports/misc/mc/mc-4.8.27/src/filemanager/
H A Dtreestore.c390 int submask = 0; in tree_store_add_entry() local
458 submask = new->next->submask; in tree_store_add_entry()
460 submask |= 1 << new->sublevel; in tree_store_add_entry()
461 submask &= (2 << new->sublevel) - 1; in tree_store_add_entry()
462 new->submask = submask; in tree_store_add_entry()
468 current->submask |= 1 << new->sublevel; in tree_store_add_entry()
495 long submask = 0; in remove_entry() local
502 submask = entry->next->submask; in remove_entry()
506 submask |= 1 << current->sublevel; in remove_entry()
507 submask &= (2 << current->sublevel) - 1; in remove_entry()
[all …]
/dports/misc/mc-nox11/mc-4.8.27/src/filemanager/
H A Dtreestore.c390 int submask = 0; in tree_store_add_entry() local
458 submask = new->next->submask; in tree_store_add_entry()
460 submask |= 1 << new->sublevel; in tree_store_add_entry()
461 submask &= (2 << new->sublevel) - 1; in tree_store_add_entry()
462 new->submask = submask; in tree_store_add_entry()
468 current->submask |= 1 << new->sublevel; in tree_store_add_entry()
495 long submask = 0; in remove_entry() local
502 submask = entry->next->submask; in remove_entry()
506 submask |= 1 << current->sublevel; in remove_entry()
507 submask &= (2 << current->sublevel) - 1; in remove_entry()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/EarlyCSE/
H A Dmasked-intrinsics-unequal-masks.ll8 ; non-undef vector elements. In other words, if the second mask is a submask
11 ; Load-load, second mask is a submask of the first, second through is undef.
55 ; Store-store: the first store can be removed if the first; mask is a submask
58 ; Store-store, first mask is a submask of the second.
70 ; Store-store, first mask is not a submask of the second.
86 ; Load-store, second mask is a submask of the first.
98 ; Load-store, second mask is not a submask of the first.
111 ; Store-load: the load can be removed if load's mask is a submask of the
114 ; Store-load, load's mask is a submask of store's mask, thru is undef.
126 ; Store-load, load's mask is a submask of store's mask, thru is not undef.
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/EarlyCSE/
H A Dmasked-intrinsics-unequal-masks.ll8 ; non-undef vector elements. In other words, if the second mask is a submask
11 ; Load-load, second mask is a submask of the first, second through is undef.
55 ; Store-store: the first store can be removed if the first; mask is a submask
58 ; Store-store, first mask is a submask of the second.
70 ; Store-store, first mask is not a submask of the second.
86 ; Load-store, second mask is a submask of the first.
98 ; Load-store, second mask is not a submask of the first.
111 ; Store-load: the load can be removed if load's mask is a submask of the
114 ; Store-load, load's mask is a submask of store's mask, thru is undef.
126 ; Store-load, load's mask is a submask of store's mask, thru is not undef.
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/EarlyCSE/
H A Dmasked-intrinsics-unequal-masks.ll8 ; non-undef vector elements. In other words, if the second mask is a submask
11 ; Load-load, second mask is a submask of the first, second through is undef.
55 ; Store-store: the first store can be removed if the first; mask is a submask
58 ; Store-store, first mask is a submask of the second.
70 ; Store-store, first mask is not a submask of the second.
86 ; Load-store, second mask is a submask of the first.
98 ; Load-store, second mask is not a submask of the first.
111 ; Store-load: the load can be removed if load's mask is a submask of the
114 ; Store-load, load's mask is a submask of store's mask, thru is undef.
126 ; Store-load, load's mask is a submask of store's mask, thru is not undef.
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/EarlyCSE/
H A Dmasked-intrinsics-unequal-masks.ll8 ; non-undef vector elements. In other words, if the second mask is a submask
11 ; Load-load, second mask is a submask of the first, second through is undef.
55 ; Store-store: the first store can be removed if the first; mask is a submask
58 ; Store-store, first mask is a submask of the second.
70 ; Store-store, first mask is not a submask of the second.
86 ; Load-store, second mask is a submask of the first.
98 ; Load-store, second mask is not a submask of the first.
111 ; Store-load: the load can be removed if load's mask is a submask of the
114 ; Store-load, load's mask is a submask of store's mask, thru is undef.
126 ; Store-load, load's mask is a submask of store's mask, thru is not undef.
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/EarlyCSE/
H A Dmasked-intrinsics-unequal-masks.ll8 ; non-undef vector elements. In other words, if the second mask is a submask
11 ; Load-load, second mask is a submask of the first, second through is undef.
55 ; Store-store: the first store can be removed if the first; mask is a submask
58 ; Store-store, first mask is a submask of the second.
70 ; Store-store, first mask is not a submask of the second.
86 ; Load-store, second mask is a submask of the first.
98 ; Load-store, second mask is not a submask of the first.
111 ; Store-load: the load can be removed if load's mask is a submask of the
114 ; Store-load, load's mask is a submask of store's mask, thru is undef.
126 ; Store-load, load's mask is a submask of store's mask, thru is not undef.
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/EarlyCSE/
H A Dmasked-intrinsics-unequal-masks.ll8 ; non-undef vector elements. In other words, if the second mask is a submask
11 ; Load-load, second mask is a submask of the first, second through is undef.
55 ; Store-store: the first store can be removed if the first; mask is a submask
58 ; Store-store, first mask is a submask of the second.
70 ; Store-store, first mask is not a submask of the second.
86 ; Load-store, second mask is a submask of the first.
98 ; Load-store, second mask is not a submask of the first.
111 ; Store-load: the load can be removed if load's mask is a submask of the
114 ; Store-load, load's mask is a submask of store's mask, thru is undef.
126 ; Store-load, load's mask is a submask of store's mask, thru is not undef.
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/EarlyCSE/
H A Dmasked-intrinsics-unequal-masks.ll8 ; non-undef vector elements. In other words, if the second mask is a submask
11 ; Load-load, second mask is a submask of the first, second through is undef.
55 ; Store-store: the first store can be removed if the first; mask is a submask
58 ; Store-store, first mask is a submask of the second.
70 ; Store-store, first mask is not a submask of the second.
86 ; Load-store, second mask is a submask of the first.
98 ; Load-store, second mask is not a submask of the first.
111 ; Store-load: the load can be removed if load's mask is a submask of the
114 ; Store-load, load's mask is a submask of store's mask, thru is undef.
126 ; Store-load, load's mask is a submask of store's mask, thru is not undef.
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/EarlyCSE/
H A Dmasked-intrinsics-unequal-masks.ll8 ; non-undef vector elements. In other words, if the second mask is a submask
11 ; Load-load, second mask is a submask of the first, second through is undef.
55 ; Store-store: the first store can be removed if the first; mask is a submask
58 ; Store-store, first mask is a submask of the second.
70 ; Store-store, first mask is not a submask of the second.
86 ; Load-store, second mask is a submask of the first.
98 ; Load-store, second mask is not a submask of the first.
111 ; Store-load: the load can be removed if load's mask is a submask of the
114 ; Store-load, load's mask is a submask of store's mask, thru is undef.
126 ; Store-load, load's mask is a submask of store's mask, thru is not undef.
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/sh/maple/
H A Dmaple.c491 static void maple_map_subunits(struct maple_device *mdev, int submask) in maple_map_subunits() argument
504 submask = submask >> 1; in maple_map_subunits()
507 devcheck = submask & 0x01; in maple_map_subunits()
518 submask = submask >> 1; in maple_map_subunits()
579 char submask; in maple_response_devinfo() local
594 submask = recvbuf[2] & 0x1F; in maple_response_devinfo()
595 if (submask ^ subdevice_map[mdev->port]) { in maple_response_devinfo()
596 maple_map_subunits(mdev, submask); in maple_response_devinfo()
597 subdevice_map[mdev->port] = submask; in maple_response_devinfo()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/sh/maple/
H A Dmaple.c491 static void maple_map_subunits(struct maple_device *mdev, int submask) in maple_map_subunits() argument
504 submask = submask >> 1; in maple_map_subunits()
507 devcheck = submask & 0x01; in maple_map_subunits()
518 submask = submask >> 1; in maple_map_subunits()
579 char submask; in maple_response_devinfo() local
594 submask = recvbuf[2] & 0x1F; in maple_response_devinfo()
595 if (submask ^ subdevice_map[mdev->port]) { in maple_response_devinfo()
596 maple_map_subunits(mdev, submask); in maple_response_devinfo()
597 subdevice_map[mdev->port] = submask; in maple_response_devinfo()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/sh/maple/
H A Dmaple.c491 static void maple_map_subunits(struct maple_device *mdev, int submask) in maple_map_subunits() argument
504 submask = submask >> 1; in maple_map_subunits()
507 devcheck = submask & 0x01; in maple_map_subunits()
518 submask = submask >> 1; in maple_map_subunits()
579 char submask; in maple_response_devinfo() local
594 submask = recvbuf[2] & 0x1F; in maple_response_devinfo()
595 if (submask ^ subdevice_map[mdev->port]) { in maple_response_devinfo()
596 maple_map_subunits(mdev, submask); in maple_response_devinfo()
597 subdevice_map[mdev->port] = submask; in maple_response_devinfo()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/ip/dhcpd/
H A Dtestlookup.c15 uchar submask[IPaddrlen], net[IPaddrlen]; in recursesubnet() local
27 parseip(submask, nt->val); in recursesubnet()
28 if(memcmp(submask, mask, IPaddrlen) != 0) in recursesubnet()
29 recursesubnet(db, addr, submask, attr, name, name1); in recursesubnet()
H A Dtestlook.c83 uchar submask[IPaddrlen]; in recursesubnet() local
94 parseip(submask, ip); in recursesubnet()
97 if(!equivip(submask, mask)) in recursesubnet()
98 recursesubnet(db, submask, iip, fs, gw, au); in recursesubnet()
/dports/devel/gdb/gdb-11.1/gdb/arch/
H A Darm.h145 #define submask(x) ((1L << ((x) + 1)) - 1) macro
146 #define bits(obj,st,fn) (((obj) >> (st)) & submask ((fn) - (st)))
149 ((long) (bits(obj,st,fn) | ((long) bit(obj,fn) * ~ submask (fn - st))))
H A Daarch64-insn.h32 #define submask(x) ((1L << ((x) + 1)) - 1) macro
35 #define bits(obj,st,fn) (((obj) >> (st)) & submask ((fn) - (st)))
43 ((long) (bits(obj,st,fn) | ((long) bit(obj,fn) * ~ submask (fn - st))))
/dports/emulators/tme/tme-0.8/ic/m68k/
H A Dm68k-opmap-make.pl464 $submask = $param_to_submask{$param};
465 $submasks{$submask} .= "${param};";
474 foreach $submask (@submasks) {
475 $root_key .= "${submask} $submasks{$submask} %";
/dports/cad/scotch/scotch-6.0.4/src/libscotch/
H A Dgain.c104 tablptr->submask = (1 << (subbits + 1)) - 1; /* Mask with all subbits, plus one, set to 1 */ in gainTablInit()
114 tablptr->submask = 0; in gainTablInit()
230 for (i = 0, j = gain; j > tablptr->submask; i ++, j >>= 1) ; in gainTablAddLog()
234 for (i = 0, j = - (gain + 1); j > tablptr->submask; i ++, j >>= 1) ; in gainTablAddLog()
/dports/databases/adabase/AdaBase-3.1/src/results/
H A Dadabase-results-generic_converters.adb227 submask : constant array (0 .. 7) of NByte1 := (2 ** 0, 2 ** 1, constant
241 for y in submask'Range loop
243 result (x) := result (x) + submask (y);
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/mcc/src/
H A Dchecker_detector.cpp1268 Mat submask = mask(roi); in get_profile() local
1269 p_size = cv::sum(submask); in get_profile()
1272 cv::meanStdDev(im_rgb.getMat()(roi), mu_rgb, st_rgb, submask); in get_profile()
1273 cv::minMaxLoc(rgb_planes[0](roi), &min_rgb[0], &max_rgb[0], NULL, NULL, submask); in get_profile()
1274 cv::minMaxLoc(rgb_planes[1](roi), &min_rgb[1], &max_rgb[1], NULL, NULL, submask); in get_profile()
1275 cv::minMaxLoc(rgb_planes[2](roi), &min_rgb[2], &max_rgb[2], NULL, NULL, submask); in get_profile()
1299 cv::meanStdDev(im_ycbcr.getMat()(roi), mu_ycb, st_ycb, submask); in get_profile()
1325 submask.setTo(Scalar::all(0)); in get_profile()
1372 Mat submask = mask.getMat()(roi); in cost_function() local
1373 cv::meanStdDev(_im_rgb(roi), mu, st, submask); in cost_function()
[all …]

12345678