Home
last modified time | relevance | path

Searched refs:vote2 (Results 1 – 25 of 40) sorted by relevance

12

/dports/math/vtk6/VTK-6.2.0/Wrapping/Tools/
H A DvtkWrapPythonMethodDef.c78 int vote2 = 0; in vtkWrapPython_RemovePrecededMethods() local
103 vote2 = 0; in vtkWrapPython_RemovePrecededMethods()
121 vote2 = 0; in vtkWrapPython_RemovePrecededMethods()
152 if (!vote2) { vote1 = 1; } in vtkWrapPython_RemovePrecededMethods()
158 if (!vote1) { vote2 = 1; } in vtkWrapPython_RemovePrecededMethods()
165 if (!vote2) { vote1 = 1; } in vtkWrapPython_RemovePrecededMethods()
180 if (unsigned2 && !vote2) in vtkWrapPython_RemovePrecededMethods()
186 vote2 = 1; in vtkWrapPython_RemovePrecededMethods()
229 vote2 = 0; in vtkWrapPython_RemovePrecededMethods()
246 vote2 = 1; in vtkWrapPython_RemovePrecededMethods()
[all …]
/dports/math/vtk8/VTK-8.2.0/Wrapping/Tools/
H A DvtkWrapPythonMethodDef.c79 int vote2 = 0; in vtkWrapPython_RemovePrecededMethods() local
104 vote2 = 0; in vtkWrapPython_RemovePrecededMethods()
122 vote2 = 0; in vtkWrapPython_RemovePrecededMethods()
153 if (!vote2) { vote1 = 1; } in vtkWrapPython_RemovePrecededMethods()
159 if (!vote1) { vote2 = 1; } in vtkWrapPython_RemovePrecededMethods()
166 if (!vote2) { vote1 = 1; } in vtkWrapPython_RemovePrecededMethods()
181 if (unsigned2 && !vote2) in vtkWrapPython_RemovePrecededMethods()
187 vote2 = 1; in vtkWrapPython_RemovePrecededMethods()
230 vote2 = 0; in vtkWrapPython_RemovePrecededMethods()
247 vote2 = 1; in vtkWrapPython_RemovePrecededMethods()
[all …]
/dports/graphics/cimg/CImg-v.2.9.7/examples/
H A Dhough_transform2d.cpp103 …CImg<> vote2(vote); cimg_forXY(vote2,x,y) vote2(x,y) = (float)std::log(1 + vote(x,y)); vote2.displ… in main() local
138 …CImg<> vote2(vote); cimg_forXY(vote2,x,y) vote2(x,y) = (float)std::log(1 + vote(x,y)); vote2.displ… in main() local
/dports/graphics/gmic-qt/CImg-v.2.9.8/examples/
H A Dhough_transform2d.cpp103 …CImg<> vote2(vote); cimg_forXY(vote2,x,y) vote2(x,y) = (float)std::log(1 + vote(x,y)); vote2.displ… in main() local
138 …CImg<> vote2(vote); cimg_forXY(vote2,x,y) vote2(x,y) = (float)std::log(1 + vote(x,y)); vote2.displ… in main() local
/dports/math/vtk9/VTK-9.1.0/Wrapping/Tools/
H A DvtkWrapPythonMethodDef.c84 int vote2 = 0; in vtkWrapPython_RemovePrecededMethods() local
109 vote2 = 0; in vtkWrapPython_RemovePrecededMethods()
128 vote2 = 0; in vtkWrapPython_RemovePrecededMethods()
156 if (!vote2) in vtkWrapPython_RemovePrecededMethods()
166 vote2 = 1; in vtkWrapPython_RemovePrecededMethods()
173 if (!vote2) in vtkWrapPython_RemovePrecededMethods()
205 if (!vote2) in vtkWrapPython_RemovePrecededMethods()
224 if (!vote2) in vtkWrapPython_RemovePrecededMethods()
243 vote2 = 0; in vtkWrapPython_RemovePrecededMethods()
260 vote2 = 1; in vtkWrapPython_RemovePrecededMethods()
[all …]
/dports/graphics/photivo/photivo/ReferenceMaterial/RawTherapee/
H A Dgreen_equil_RT - 20101023.cc72 int vote1, vote2; in green_equilibrate() local
156 vote2=(checker[indx-m1]+checker[indx+p1]+checker[indx-p1]+checker[indx+m1]); in green_equilibrate()
157 if (vote1>0 && vote2>0 && hvwt<diffthresh) { in green_equilibrate()
H A Dgreen_equil_RT - 20101227.cc72 int vote1, vote2; in green_equilibrate() local
132 vote2=(checker[indx-m1]+checker[indx+p1]+checker[indx-p1]+checker[indx+m1]); in green_equilibrate()
133 if (vote1>0 && vote2>0 && hvwt<diffthresh) { in green_equilibrate()
H A Dgreen_equil_RT.cc72 int vote1, vote2; in green_equilibrate() local
156 vote2=(checker[indx-m1]+checker[indx+p1]+checker[indx-p1]+checker[indx+m1]); in green_equilibrate()
157 if (vote1>0 && vote2>0 && hvwt<diffthresh) { in green_equilibrate()
/dports/graphics/photivo/photivo/Sources/rawtherapee/
H A Dgreen_equil.c70 int vote1, vote2; in green_equilibrate() local
130 vote2=(checker[indx-m1]+checker[indx+p1]+checker[indx-p1]+checker[indx+m1]); in green_equilibrate()
131 if (vote1>0 && vote2>0 && hvwt<diffthresh) { in green_equilibrate()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/
H A DAccessDecisionManagerTest.php68 protected function getVoterFor2Roles($token, $vote1, $vote2) argument
75 [$token, null, ['ROLE_BAR'], $vote2],
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Tests/Authorization/
H A DAccessDecisionManagerTest.php68 protected function getVoterFor2Roles($token, $vote1, $vote2) argument
75 [$token, null, ['ROLE_BAR'], $vote2],
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/engine/
H A DeVoter.cpp918 … eVoteItemServerControlled * vote2 = dynamic_cast< eVoteItemServerControlled * >( vote ); in s_HandleChanged() local
919 if ( vote2 ) in s_HandleChanged()
920 vote2->HandleChanged( m ); in s_HandleChanged()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_dir.c2701 networkstatus_t vote1, vote2, vote3, vote4; in test_dir_param_voting() local
2710 memset(&vote2, 0, sizeof(vote2)); in test_dir_param_voting()
2714 vote2.net_params = smartlist_new(); in test_dir_param_voting()
2719 smartlist_split_string(vote2.net_params, in test_dir_param_voting()
2753 smartlist_add(votes, &vote2); in test_dir_param_voting()
2804 SMARTLIST_FOREACH(vote2.net_params, char *, cp, tor_free(cp)); in test_dir_param_voting()
2808 smartlist_free(vote2.net_params); in test_dir_param_voting()
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_dir.c2701 networkstatus_t vote1, vote2, vote3, vote4; in test_dir_param_voting() local
2710 memset(&vote2, 0, sizeof(vote2)); in test_dir_param_voting()
2714 vote2.net_params = smartlist_new(); in test_dir_param_voting()
2719 smartlist_split_string(vote2.net_params, in test_dir_param_voting()
2753 smartlist_add(votes, &vote2); in test_dir_param_voting()
2804 SMARTLIST_FOREACH(vote2.net_params, char *, cp, tor_free(cp)); in test_dir_param_voting()
2808 smartlist_free(vote2.net_params); in test_dir_param_voting()
/dports/security/dirbuster/DirBuster-1.0-RC1/
H A Ddirectories.jbrofuzz55590 vote2
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/third_party/snappy-1.1.2/testdata/
H A Durls.10K380 http://www.bluefreds.f9.co.uk/vote2.html
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/klauspost/compress/compress-1.10.10/snappy/testdata/
H A Durls.10K380 http://www.bluefreds.f9.co.uk/vote2.html
/dports/archivers/snappy/snappy-1.1.9/testdata/
H A Durls.10K380 http://www.bluefreds.f9.co.uk/vote2.html
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/third_party/snappy-1.1.2/testdata/
H A Durls.10K380 http://www.bluefreds.f9.co.uk/vote2.html
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/klauspost/compress/snappy/testdata/
H A Durls.10K380 http://www.bluefreds.f9.co.uk/vote2.html
/dports/security/vault/vault-1.8.2/vendor/github.com/klauspost/compress/snappy/testdata/
H A Durls.10K380 http://www.bluefreds.f9.co.uk/vote2.html
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/third_party/snappy-1.1.2/testdata/
H A Durls.10K380 http://www.bluefreds.f9.co.uk/vote2.html
/dports/sysutils/vector/leveldb-sys-bbdd99a6fab0a7444a8c6eb0cc86a1a5a75f7fa1/deps/snappy-1.1.7/testdata/
H A Durls.10K380 http://www.bluefreds.f9.co.uk/vote2.html
/dports/sysutils/vector/vector-0.10.0/cargo-crates/leveldb-sys-2.0.5/deps/snappy-1.1.2/testdata/
H A Durls.10K380 http://www.bluefreds.f9.co.uk/vote2.html
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/third_party/snappy-1.1.2/testdata/
H A Durls.10K380 http://www.bluefreds.f9.co.uk/vote2.html

12