Home
last modified time | relevance | path

Searched refs:vrange (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/dports/math/vtk9/VTK-9.1.0/Filters/Points/Testing/Python/
H A DTestPointDensityFilter.py61 vrange = dens0.GetOutput().GetScalarRange() variable
72 slice0.GetProperty().SetColorWindow(vrange[1]-vrange[0])
73 slice0.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
93 vrange = dens1.GetOutput().GetScalarRange() variable
103 slice1.GetProperty().SetColorWindow(vrange[1]-vrange[0])
104 slice1.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
133 vrange = dens2.GetOutput().GetScalarRange() variable
143 slice2.GetProperty().SetColorWindow(vrange[1]-vrange[0])
144 slice2.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
175 slice3.GetProperty().SetColorWindow(vrange[1]-vrange[0])
[all …]
H A DTestDensifyPointCloudFilter.py52 vrange = dens0.GetOutput().GetScalarRange() variable
62 slice0.GetProperty().SetColorWindow(vrange[1]-vrange[0])
63 slice0.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
82 vrange = dens1.GetOutput().GetScalarRange() variable
92 slice1.GetProperty().SetColorWindow(vrange[1]-vrange[0])
93 slice1.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
/dports/math/vtk8/VTK-8.2.0/Filters/Points/Testing/Python/
H A DTestPointDensityFilter.py61 vrange = dens0.GetOutput().GetScalarRange() variable
72 slice0.GetProperty().SetColorWindow(vrange[1]-vrange[0])
73 slice0.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
93 vrange = dens1.GetOutput().GetScalarRange() variable
103 slice1.GetProperty().SetColorWindow(vrange[1]-vrange[0])
104 slice1.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
133 vrange = dens2.GetOutput().GetScalarRange() variable
143 slice2.GetProperty().SetColorWindow(vrange[1]-vrange[0])
144 slice2.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
175 slice3.GetProperty().SetColorWindow(vrange[1]-vrange[0])
[all …]
H A DTestDensifyPointCloudFilter.py52 vrange = dens0.GetOutput().GetScalarRange() variable
62 slice0.GetProperty().SetColorWindow(vrange[1]-vrange[0])
63 slice0.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
82 vrange = dens1.GetOutput().GetScalarRange() variable
92 slice1.GetProperty().SetColorWindow(vrange[1]-vrange[0])
93 slice1.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/filters/
H A D_unsharp_mask.py8 def _unsharp_mask_single_channel(image, radius, amount, vrange): argument
14 if vrange is not None:
15 return np.clip(result, vrange[0], vrange[1], out=result)
126 vrange = None # Range for valid values; used for clipping.
134 vrange = [-1., 1.]
136 vrange = [0., 1.]
143 fimg[sl], radius, amount, vrange)
146 return _unsharp_mask_single_channel(fimg, radius, amount, vrange)
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/uccsdt/
H A Dacefterms.F11 integer urange(2,0:7), vrange(2,0:7)
29 call soints_shblock_info(basis, 1, sh_n_uq, vrange)
30 call init_iv_block_info(vrange)
39 call uccsdt_fterm(urange,vrange,lists)
40 call uccsdt_aterm_acc(urange,vrange,lists)
41 call uccsdt_cterm(urange,vrange,qO_handles,qV_handles)
83 subroutine init_iv_block_info(vrange)
90 integer vrange(2,0:7)
98 do iv = vrange(1,symv), vrange(2,symv)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/uccsdt/
H A Dacefterms.F11 integer urange(2,0:7), vrange(2,0:7)
29 call soints_shblock_info(basis, 1, sh_n_uq, vrange)
30 call init_iv_block_info(vrange)
39 call uccsdt_fterm(urange,vrange,lists)
40 call uccsdt_aterm_acc(urange,vrange,lists)
41 call uccsdt_cterm(urange,vrange,qO_handles,qV_handles)
83 subroutine init_iv_block_info(vrange)
90 integer vrange(2,0:7)
98 do iv = vrange(1,symv), vrange(2,symv)
/dports/math/vtk9/VTK-9.1.0/IO/Image/Testing/Cxx/
H A DTestNIFTIReaderAnalyze.cxx67 double vrange[2]; in TestDisplay() local
68 reader->GetOutput()->GetScalarRange(vrange); in TestDisplay()
83 slice1->GetProperty()->SetColorWindow(vrange[1] - vrange[0]); in TestDisplay()
84 slice1->GetProperty()->SetColorLevel(0.5 * (vrange[0] + vrange[1])); in TestDisplay()
88 slice2->GetProperty()->SetColorWindow(vrange[1] - vrange[0]); in TestDisplay()
89 slice2->GetProperty()->SetColorLevel(0.5 * (vrange[0] + vrange[1])); in TestDisplay()
H A DTestNIFTI2.cxx92 double vrange[2]; in TestDisplay() local
93 reader->GetOutput()->GetScalarRange(vrange); in TestDisplay()
108 slice1->GetProperty()->SetColorWindow(vrange[1] - vrange[0]); in TestDisplay()
109 slice1->GetProperty()->SetColorLevel(0.5 * (vrange[0] + vrange[1])); in TestDisplay()
113 slice2->GetProperty()->SetColorWindow(vrange[1] - vrange[0]); in TestDisplay()
114 slice2->GetProperty()->SetColorLevel(0.5 * (vrange[0] + vrange[1])); in TestDisplay()
H A DTestMRCReader.cxx53 double vrange[2]; in TestDisplay() local
54 reader->GetOutput()->GetScalarRange(vrange); in TestDisplay()
64 slice1->GetProperty()->SetColorWindow(vrange[1] - vrange[0]); in TestDisplay()
65 slice1->GetProperty()->SetColorLevel(0.5 * (vrange[0] + vrange[1])); in TestDisplay()
/dports/math/vtk8/VTK-8.2.0/IO/Image/Testing/Cxx/
H A DTestNIFTIReaderAnalyze.cxx67 double vrange[2]; in TestDisplay() local
68 reader->GetOutput()->GetScalarRange(vrange); in TestDisplay()
83 slice1->GetProperty()->SetColorWindow(vrange[1]-vrange[0]); in TestDisplay()
84 slice1->GetProperty()->SetColorLevel(0.5*(vrange[0]+vrange[1])); in TestDisplay()
88 slice2->GetProperty()->SetColorWindow(vrange[1]-vrange[0]); in TestDisplay()
89 slice2->GetProperty()->SetColorLevel(0.5*(vrange[0]+vrange[1])); in TestDisplay()
H A DTestNIFTI2.cxx94 double vrange[2]; in TestDisplay() local
95 reader->GetOutput()->GetScalarRange(vrange); in TestDisplay()
110 slice1->GetProperty()->SetColorWindow(vrange[1]-vrange[0]); in TestDisplay()
111 slice1->GetProperty()->SetColorLevel(0.5*(vrange[0]+vrange[1])); in TestDisplay()
115 slice2->GetProperty()->SetColorWindow(vrange[1]-vrange[0]); in TestDisplay()
116 slice2->GetProperty()->SetColorLevel(0.5*(vrange[0]+vrange[1])); in TestDisplay()
H A DTestMRCReader.cxx58 double vrange[2]; in TestDisplay() local
59 reader->GetOutput()->GetScalarRange(vrange); in TestDisplay()
69 slice1->GetProperty()->SetColorWindow(vrange[1]-vrange[0]); in TestDisplay()
70 slice1->GetProperty()->SetColorLevel(0.5*(vrange[0]+vrange[1])); in TestDisplay()
/dports/math/vtk6/VTK-6.2.0/IO/Image/Testing/Cxx/
H A DTestNIFTIReaderAnalyze.cxx67 double vrange[2]; in TestDisplay() local
68 reader->GetOutput()->GetScalarRange(vrange); in TestDisplay()
83 slice1->GetProperty()->SetColorWindow(vrange[1]-vrange[0]); in TestDisplay()
84 slice1->GetProperty()->SetColorLevel(0.5*(vrange[0]+vrange[1])); in TestDisplay()
88 slice2->GetProperty()->SetColorWindow(vrange[1]-vrange[0]); in TestDisplay()
89 slice2->GetProperty()->SetColorLevel(0.5*(vrange[0]+vrange[1])); in TestDisplay()
H A DTestNIFTI2.cxx94 double vrange[2]; in TestDisplay() local
95 reader->GetOutput()->GetScalarRange(vrange); in TestDisplay()
110 slice1->GetProperty()->SetColorWindow(vrange[1]-vrange[0]); in TestDisplay()
111 slice1->GetProperty()->SetColorLevel(0.5*(vrange[0]+vrange[1])); in TestDisplay()
115 slice2->GetProperty()->SetColorWindow(vrange[1]-vrange[0]); in TestDisplay()
116 slice2->GetProperty()->SetColorLevel(0.5*(vrange[0]+vrange[1])); in TestDisplay()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/arithmetic/
H A Dstmt_simplify.cc96 Stmt CanonicalSimplify(Stmt stmt, Map<Var, Range> vrange) { in CanonicalSimplify() argument
98 for (auto kv : vrange) { in CanonicalSimplify()
104 Expr CanonicalSimplify(Expr expr, Map<Var, Range> vrange) { in CanonicalSimplify() argument
106 for (auto kv : vrange) { in CanonicalSimplify()
112 Expr Simplify(Expr expr, Map<Var, Range> vrange) { in Simplify() argument
114 for (auto kv : vrange) { in Simplify()
121 Stmt Simplify(Stmt stmt, Map<Var, Range> vrange) { in Simplify() argument
122 return CanonicalSimplify(stmt, vrange); in Simplify()
/dports/misc/tvm/incubator-tvm-0.6.1/src/arithmetic/
H A Dstmt_simplify.cc96 Stmt CanonicalSimplify(Stmt stmt, Map<Var, Range> vrange) { in CanonicalSimplify() argument
98 for (auto kv : vrange) { in CanonicalSimplify()
104 Expr CanonicalSimplify(Expr expr, Map<Var, Range> vrange) { in CanonicalSimplify() argument
106 for (auto kv : vrange) { in CanonicalSimplify()
112 Expr Simplify(Expr expr, Map<Var, Range> vrange) { in Simplify() argument
114 for (auto kv : vrange) { in Simplify()
121 Stmt Simplify(Stmt stmt, Map<Var, Range> vrange) { in Simplify() argument
122 return CanonicalSimplify(stmt, vrange); in Simplify()
/dports/math/vtk8/VTK-8.2.0/IO/Image/Testing/Python/
H A DTestNIFTIReaderWriter.py43 vrange = reader.GetOutput().GetScalarRange()
58 slice1.GetProperty().SetColorWindow(vrange[1]-vrange[0])
59 slice1.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
62 slice2.GetProperty().SetColorWindow(vrange[1]-vrange[0])
63 slice2.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
/dports/math/vtk9/VTK-9.1.0/IO/Image/Testing/Python/
H A DTestNIFTIReaderWriter.py43 vrange = reader.GetOutput().GetScalarRange()
58 slice1.GetProperty().SetColorWindow(vrange[1]-vrange[0])
59 slice1.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
62 slice2.GetProperty().SetColorWindow(vrange[1]-vrange[0])
63 slice2.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
/dports/math/vtk6/VTK-6.2.0/IO/Image/Testing/Python/
H A DTestNIFTIReaderWriter.py44 vrange = reader.GetOutput().GetScalarRange()
59 slice1.GetProperty().SetColorWindow(vrange[1]-vrange[0])
60 slice1.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
63 slice2.GetProperty().SetColorWindow(vrange[1]-vrange[0])
64 slice2.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
/dports/games/wolfpack/empire-4.4.1/src/lib/commands/
H A Dlook.c150 int vrange; in look_ship() local
169 vrange = (int)(shp_visib(sp) * range / 30.0); in look_ship()
171 vrange = (int)(shp_visib(sp) * range / 20.0); in look_ship()
174 vrange = MAX(1, vrange); in look_ship()
175 if (dist > vrange) in look_ship()
211 int vrange; in look_land() local
232 vrange = ldround((lnd_vis(lp) * range) / 20.0, 1); in look_land()
235 if (dist > vrange) in look_land()
252 vrange = ldround((10 * range) / 20.0, 1); in look_land()
255 if (dist > vrange) in look_land()
H A Dskyw.c61 int vrange, see; in c_skywatch() local
95 vrange = (int)(sect.sct_effic / 100.0 * see * tech); in c_skywatch()
96 if (vrange < 1) in c_skywatch()
97 vrange = 1; in c_skywatch()
98 for (dy = -vrange; dy <= vrange; dy++) { in c_skywatch()
100 dxmax = 2 * vrange - abs(dy); in c_skywatch()
H A Dcoas.c63 int vrange, see; in c_coastwatch() local
103 vrange = (int)(sect.sct_effic / 100.0 * see * tech); in c_coastwatch()
104 if (vrange < 1) in c_coastwatch()
105 vrange = 1; in c_coastwatch()
106 for (dy = -vrange; dy <= vrange; dy++) { in c_coastwatch()
108 dxmax = 2 * vrange - abs(dy); in c_coastwatch()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/ssl/
H A Dsslsock.c277 ss->vrange = os->vrange;
2084 ss->vrange = sm->vrange;
2210 vrange.min = PR_MAX(vrange.min, pvrange.min);
2211 vrange.max = PR_MIN(vrange.max, pvrange.max);
2212 if (vrange.max >= vrange.min) {
2286 vrange->min <= vrange->max &&
2316 if (!vrange) {
2348 !vrange) {
2383 if (!vrange) {
2391 *vrange = ss->vrange;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/ssl/
H A Dsslsock.c273 ss->vrange = os->vrange; in ssl_DupSocket()
553 vrange->min = PR_MIN(vrange->min, SSL_LIBRARY_VERSION_TLS_1_0); in ssl_EnableTLS()
2132 ss->vrange = sm->vrange; in SSL_ReconfigFD()
2308 if (vrange.max < vrange.min) { in ssl3_CreateOverlapWithPolicy()
2407 if (!vrange) { in SSL_VersionRangeGetSupported()
2450 !vrange) { in SSL_VersionRangeGetDefault()
2472 if (vrange->min > vrange->max || in ssl3_CheckRangeValidAndConstrainByPolicy()
2504 if (!vrange) { in SSL_VersionRangeSetDefault()
2530 if (!vrange) { in SSL_VersionRangeGet()
2538 *vrange = ss->vrange; in SSL_VersionRangeGet()
[all …]

12345678910>>...23