Home
last modified time | relevance | path

Searched refs:outrange (Results 1 – 25 of 88) sorted by relevance

1234

/dports/math/flint2/flint-2.8.4/fmpz_mod_mpoly_factor/
H A Dmpolyn_divides.c79 ulong outrange; in _from_dense() local
113 outrange = 0; in _from_dense()
120 outrange ^= (outrange ^ FLINT_SIGN_EXT(expect_deg[j] - exps[j])) & rangemask[j]; in _from_dense()
130 if (outrange) in _from_dense()
153 outrange ^= (outrange ^ FLINT_SIGN_EXT(expect_deg[j] - exps[j])) & rangemask[j]; in _from_dense()
159 outrange ^= (outrange ^ FLINT_SIGN_EXT(expect_deg[j] - exps[j])) & rangemask[j]; in _from_dense()
/dports/math/flint2/flint-2.8.4/fmpz_mod_mpoly/
H A Ddivides_dense.c32 ulong topmask, outrange; in _from_dense() local
68 outrange = 0; in _from_dense()
75 outrange ^= (outrange ^ FLINT_SIGN_EXT(expect_deg[j] - exps[j])) & rangemask[j]; in _from_dense()
86 if (outrange) in _from_dense()
104 outrange ^= (outrange ^ FLINT_SIGN_EXT(expect_deg[j] - exps[j])) & rangemask[j]; in _from_dense()
110 outrange ^= (outrange ^ FLINT_SIGN_EXT(expect_deg[j] - exps[j])) & rangemask[j]; in _from_dense()
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/utils/
H A DZstdStreamCompressor.cpp59 folly::MutableByteRange outrange{out->writableTail(), out->tailroom()}; in compress() local
61 auto success = codec.compressStream(inrange, outrange, op); in compress()
69 DCHECK_GT(outrange.size(), 0); in compress()
71 out->append(outrange.begin() - out->tail()); in compress()
/dports/math/flint2/flint-2.8.4/nmod_mpoly/
H A Ddivides_dense.c30 ulong topmask, outrange; in nmod_mpoly_convert_from_nmod_mpolyd_degbound() local
76 outrange = 0; in nmod_mpoly_convert_from_nmod_mpolyd_degbound()
83 outrange ^= (outrange ^ FLINT_SIGN_EXT(rexpect_deg[j] in nmod_mpoly_convert_from_nmod_mpolyd_degbound()
95 if (outrange) in nmod_mpoly_convert_from_nmod_mpolyd_degbound()
109 outrange ^= (outrange ^ FLINT_SIGN_EXT(rexpect_deg[j] in nmod_mpoly_convert_from_nmod_mpolyd_degbound()
116 outrange ^= (outrange ^ FLINT_SIGN_EXT(rexpect_deg[j] in nmod_mpoly_convert_from_nmod_mpolyd_degbound()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/nmod_mpoly/
H A Ddivides_dense.c30 ulong topmask, outrange; in nmod_mpoly_convert_from_nmod_mpolyd_degbound() local
78 outrange = 0; in nmod_mpoly_convert_from_nmod_mpolyd_degbound()
85 outrange ^= (outrange ^ FLINT_SIGN_EXT(rexpect_deg[j] in nmod_mpoly_convert_from_nmod_mpolyd_degbound()
97 if (outrange) in nmod_mpoly_convert_from_nmod_mpolyd_degbound()
110 outrange ^= (outrange ^ FLINT_SIGN_EXT(rexpect_deg[j] in nmod_mpoly_convert_from_nmod_mpolyd_degbound()
117 outrange ^= (outrange ^ FLINT_SIGN_EXT(rexpect_deg[j] in nmod_mpoly_convert_from_nmod_mpolyd_degbound()
/dports/math/e-antic/flint2-ae7ec89/nmod_mpoly/
H A Ddivides_dense.c30 ulong topmask, outrange; in nmod_mpoly_convert_from_nmod_mpolyd_degbound() local
78 outrange = 0; in nmod_mpoly_convert_from_nmod_mpolyd_degbound()
85 outrange ^= (outrange ^ FLINT_SIGN_EXT(rexpect_deg[j] in nmod_mpoly_convert_from_nmod_mpolyd_degbound()
97 if (outrange) in nmod_mpoly_convert_from_nmod_mpolyd_degbound()
110 outrange ^= (outrange ^ FLINT_SIGN_EXT(rexpect_deg[j] in nmod_mpoly_convert_from_nmod_mpolyd_degbound()
117 outrange ^= (outrange ^ FLINT_SIGN_EXT(rexpect_deg[j] in nmod_mpoly_convert_from_nmod_mpolyd_degbound()
/dports/graphics/exiftran/fbida-2.14/
H A Dlut.c31 int inrange,outrange; in build_lut() local
35 outrange = arg->top - arg->bottom +1; in build_lut()
41 val = pow((float)(i-arg->left)/inrange,p) * outrange + 0.5; in build_lut()
/dports/graphics/ida/fbida-2.14/
H A Dlut.c31 int inrange,outrange; in build_lut() local
35 outrange = arg->top - arg->bottom +1; in build_lut()
41 val = pow((float)(i-arg->left)/inrange,p) * outrange + 0.5; in build_lut()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimgle/include/dcmtk/dcmimgle/
H A Ddimoopxt.h354 const double outrange = OFstatic_cast(double, high) - lowvalue + 1; in voilut() local
641 … const double outrange = OFstatic_cast(double, high) - lowvalue + 1; // output range in nowindow() local
720 const double gradient = outrange / (inter->getAbsMaxRange()); in nowindow()
804 … const double outrange = OFstatic_cast(double, high) - lowvalue; // output range in sigmoid() local
835 const double gradient = outrange / plutmax_1; in sigmoid()
864 const double gradient = outrange / plutmax_1; in sigmoid()
967 … const double outrange = OFstatic_cast(double, high) - lowvalue; // output range in window() local
1004 const double gradient2 = outrange / plutmax_1; in window()
1043 const double gradient2 = outrange / plutmax_1; in window()
1080 const double gradient = (width_1 == 0) ? 0 : outrange / width_1; in window()
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmimgle/include/
H A Ddimoopxt.h351 const double outrange = (double)high - (double)low + 1; in voilut() local
449 const double gradient2 = outrange / (double)plut->getAbsMaxRange(); in voilut()
499 const double gradient2 = outrange / (double)plut->getAbsMaxRange(); in voilut()
517 const double gradient = outrange / (double)vlut->getAbsMaxRange(); in voilut()
648 const double outrange = (double)high - (double)low + 1; in nowindow() local
666 const double gradient2 = outrange / (double)plut->getAbsMaxRange(); in nowindow()
730 register const double gradient = outrange / (inter->getAbsMaxRange()); in nowindow()
860 const double gradient2 = outrange / plutmax_1; in window()
897 const double gradient2 = outrange / plutmax_1; in window()
932 const double gradient = (width_1 == 0) ? 0 : outrange / width_1; in window()
[all …]
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/
H A DRangeI.pm541 my $outrange = $outranges[$i];
542 my $intersection = $inrange->intersection($outrange);
545 my $union = $inrange->union($outrange);
549 push(@outranges_new, $outrange);
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/opencontainers/selinux/go-selinux/
H A Dselinux_linux.go628 outrange := &mlsRange{low: &level{}, high: &level{}}
631 outrange.low.sens = max(s.low.sens, t.low.sens)
634 outrange.high.sens = min(s.high.sens, t.high.sens)
638 outrange.low.cats = s.low.cats.Intersection(t.low.cats)
641 outrange.high.cats = s.high.cats.Intersection(t.high.cats)
644 return outrange.String(), nil
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/opencontainers/selinux/go-selinux/
H A Dselinux_linux.go628 outrange := &mlsRange{low: &level{}, high: &level{}}
631 outrange.low.sens = max(s.low.sens, t.low.sens)
634 outrange.high.sens = min(s.high.sens, t.high.sens)
638 outrange.low.cats = s.low.cats.Intersection(t.low.cats)
641 outrange.high.cats = s.high.cats.Intersection(t.high.cats)
644 return outrange.String(), nil
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/opencontainers/selinux/go-selinux/
H A Dselinux_linux.go628 outrange := &mlsRange{low: &level{}, high: &level{}}
631 outrange.low.sens = max(s.low.sens, t.low.sens)
634 outrange.high.sens = min(s.high.sens, t.high.sens)
638 outrange.low.cats = s.low.cats.Intersection(t.low.cats)
641 outrange.high.cats = s.high.cats.Intersection(t.high.cats)
644 return outrange.String(), nil
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/runc/vendor/github.com/opencontainers/selinux/go-selinux/
H A Dselinux_linux.go634 outrange := &mlsRange{low: &level{}, high: &level{}}
637 outrange.low.sens = max(s.low.sens, t.low.sens)
640 outrange.high.sens = min(s.high.sens, t.high.sens)
644 outrange.low.cats = s.low.cats.Intersection(t.low.cats)
647 outrange.high.cats = s.high.cats.Intersection(t.high.cats)
650 return outrange.String(), nil
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/opencontainers/selinux/go-selinux/
H A Dselinux_linux.go634 outrange := &mlsRange{low: &level{}, high: &level{}}
637 outrange.low.sens = max(s.low.sens, t.low.sens)
640 outrange.high.sens = min(s.high.sens, t.high.sens)
644 outrange.low.cats = s.low.cats.Intersection(t.low.cats)
647 outrange.high.cats = s.high.cats.Intersection(t.high.cats)
650 return outrange.String(), nil
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/opencontainers/selinux/go-selinux/
H A Dselinux_linux.go634 outrange := &mlsRange{low: &level{}, high: &level{}}
637 outrange.low.sens = max(s.low.sens, t.low.sens)
640 outrange.high.sens = min(s.high.sens, t.high.sens)
644 outrange.low.cats = s.low.cats.Intersection(t.low.cats)
647 outrange.high.cats = s.high.cats.Intersection(t.high.cats)
650 return outrange.String(), nil
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/opencontainers/selinux/go-selinux/
H A Dselinux_linux.go634 outrange := &mlsRange{low: &level{}, high: &level{}}
637 outrange.low.sens = max(s.low.sens, t.low.sens)
640 outrange.high.sens = min(s.high.sens, t.high.sens)
644 outrange.low.cats = s.low.cats.Intersection(t.low.cats)
647 outrange.high.cats = s.high.cats.Intersection(t.high.cats)
650 return outrange.String(), nil
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/github.com/opencontainers/selinux/go-selinux/
H A Dselinux_linux.go634 outrange := &mlsRange{low: &level{}, high: &level{}}
637 outrange.low.sens = max(s.low.sens, t.low.sens)
640 outrange.high.sens = min(s.high.sens, t.high.sens)
644 outrange.low.cats = s.low.cats.Intersection(t.low.cats)
647 outrange.high.cats = s.high.cats.Intersection(t.high.cats)
650 return outrange.String(), nil
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/opencontainers/selinux/go-selinux/
H A Dselinux_linux.go634 outrange := &mlsRange{low: &level{}, high: &level{}}
637 outrange.low.sens = max(s.low.sens, t.low.sens)
640 outrange.high.sens = min(s.high.sens, t.high.sens)
644 outrange.low.cats = s.low.cats.Intersection(t.low.cats)
647 outrange.high.cats = s.high.cats.Intersection(t.high.cats)
650 return outrange.String(), nil
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/opencontainers/selinux/go-selinux/
H A Dselinux_linux.go634 outrange := &mlsRange{low: &level{}, high: &level{}}
637 outrange.low.sens = max(s.low.sens, t.low.sens)
640 outrange.high.sens = min(s.high.sens, t.high.sens)
644 outrange.low.cats = s.low.cats.Intersection(t.low.cats)
647 outrange.high.cats = s.high.cats.Intersection(t.high.cats)
650 return outrange.String(), nil
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/opencontainers/selinux/go-selinux/
H A Dselinux_linux.go634 outrange := &mlsRange{low: &level{}, high: &level{}}
637 outrange.low.sens = max(s.low.sens, t.low.sens)
640 outrange.high.sens = min(s.high.sens, t.high.sens)
644 outrange.low.cats = s.low.cats.Intersection(t.low.cats)
647 outrange.high.cats = s.high.cats.Intersection(t.high.cats)
650 return outrange.String(), nil
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/opencontainers/selinux/go-selinux/
H A Dselinux_linux.go634 outrange := &mlsRange{low: &level{}, high: &level{}}
637 outrange.low.sens = max(s.low.sens, t.low.sens)
640 outrange.high.sens = min(s.high.sens, t.high.sens)
644 outrange.low.cats = s.low.cats.Intersection(t.low.cats)
647 outrange.high.cats = s.high.cats.Intersection(t.high.cats)
650 return outrange.String(), nil
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/opencontainers/selinux/go-selinux/
H A Dselinux_linux.go634 outrange := &mlsRange{low: &level{}, high: &level{}}
637 outrange.low.sens = max(s.low.sens, t.low.sens)
640 outrange.high.sens = min(s.high.sens, t.high.sens)
644 outrange.low.cats = s.low.cats.Intersection(t.low.cats)
647 outrange.high.cats = s.high.cats.Intersection(t.high.cats)
650 return outrange.String(), nil
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/opencontainers/selinux/go-selinux/
H A Dselinux_linux.go634 outrange := &mlsRange{low: &level{}, high: &level{}}
637 outrange.low.sens = max(s.low.sens, t.low.sens)
640 outrange.high.sens = min(s.high.sens, t.high.sens)
644 outrange.low.cats = s.low.cats.Intersection(t.low.cats)
647 outrange.high.cats = s.high.cats.Intersection(t.high.cats)
650 return outrange.String(), nil

1234