Home
last modified time | relevance | path

Searched refs:one_set (Results 1 – 14 of 14) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/
H A Drgrl_est_dis_homo2d_lm.cxx202 rgrl_match_set const& one_set = *((*matches_ptr_)[ms]); in f() local
204 for ( FIter fi=one_set.from_begin(); fi!=one_set.from_end(); ++fi ) in f()
264 rgrl_match_set const& one_set = *((*matches_ptr_)[ms]); in gradf() local
266 for ( FIter fi=one_set.from_begin(); fi!=one_set.from_end(); ++fi ) in gradf()
395 rgrl_match_set const& one_set = *(matches[ms]); in estimate() local
396 for ( FIter fi=one_set.from_begin(); fi!=one_set.from_end(); ++fi ) { in estimate()
H A Drgrl_est_homo2d_lm.cxx108 rgrl_match_set const& one_set = *((*matches_ptr_)[ms]); in f() local
109 for ( FIter fi=one_set.from_begin(); fi!=one_set.from_end(); ++fi ) { in f()
148 rgrl_match_set const& one_set = *((*matches_ptr_)[ms]); in gradf() local
149 for ( FIter fi=one_set.from_begin(); fi!=one_set.from_end(); ++fi ) { in gradf()
H A Drgrl_est_proj_func.hxx257 rgrl_match_set const& one_set = *((*matches_ptr_)[ms]); in f() local
258 for ( FIter fi=one_set.from_begin(); fi!=one_set.from_end(); ++fi ) in f()
303 rgrl_match_set const& one_set = *((*matches_ptr_)[ms]); in gradf() local
304 for ( FIter fi=one_set.from_begin(); fi!=one_set.from_end(); ++fi ) in gradf()
449 rgrl_match_set const& one_set = *(matches[ms]);
450 for ( FIter fi=one_set.from_begin(); fi!=one_set.from_end(); ++fi )
H A Drgrl_estimator.cxx107 rgrl_match_set const& one_set = *(matches[ms]); in rgrl_est_matches_residual_number() local
108 for ( FIter fi=one_set.from_begin(); fi!=one_set.from_end(); ++fi ) in rgrl_est_matches_residual_number()
H A Drgrl_est_proj_rad_func.hxx374 rgrl_match_set const& one_set = *((*this->matches_ptr_)[ms]); in f() local
375 for ( FIter fi=one_set.from_begin(); fi!=one_set.from_end(); ++fi ) { in f()
424 rgrl_match_set const& one_set = *((*this->matches_ptr_)[ms]); in gradf() local
425 for ( FIter fi=one_set.from_begin(); fi!=one_set.from_end(); ++fi ) in gradf()
/dports/math/py-brial/BRiAl-1.2.10/tests/
H A DCCuddDDFacadeTest.cc127 set_type one_set = empty_set.add(BooleMonomial(ring)); in BOOST_AUTO_TEST_CASE() local
128 dd_type one(one_set); in BOOST_AUTO_TEST_CASE()
142 set_type one_set(poly.ring()); in BOOST_AUTO_TEST_CASE() local
143 one_set = one_set.add(BooleMonomial(ring)); in BOOST_AUTO_TEST_CASE()
144 dd_type one(one_set); in BOOST_AUTO_TEST_CASE()
187 set_type one_set(poly.ring()); in BOOST_AUTO_TEST_CASE() local
188 one_set = one_set.add(BooleMonomial(ring)); in BOOST_AUTO_TEST_CASE()
189 dd_type one(one_set); in BOOST_AUTO_TEST_CASE()
598 set_type one_set(poly.ring()); in BOOST_AUTO_TEST_CASE() local
599 one_set = one_set.add(BooleMonomial(ring)); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/math/brial/BRiAl-1.2.10/tests/
H A DCCuddDDFacadeTest.cc127 set_type one_set = empty_set.add(BooleMonomial(ring)); in BOOST_AUTO_TEST_CASE() local
128 dd_type one(one_set); in BOOST_AUTO_TEST_CASE()
142 set_type one_set(poly.ring()); in BOOST_AUTO_TEST_CASE() local
143 one_set = one_set.add(BooleMonomial(ring)); in BOOST_AUTO_TEST_CASE()
144 dd_type one(one_set); in BOOST_AUTO_TEST_CASE()
187 set_type one_set(poly.ring()); in BOOST_AUTO_TEST_CASE() local
188 one_set = one_set.add(BooleMonomial(ring)); in BOOST_AUTO_TEST_CASE()
189 dd_type one(one_set); in BOOST_AUTO_TEST_CASE()
598 set_type one_set(poly.ring()); in BOOST_AUTO_TEST_CASE() local
599 one_set = one_set.add(BooleMonomial(ring)); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/math/py-brial/BRiAl-1.2.10/sage-brial/brial/
H A Dcnf.py11 self.one_set = r.one().set()
54 res = self.one_set
/dports/math/brial/BRiAl-1.2.10/sage-brial/brial/
H A Dcnf.py11 self.one_set = r.one().set()
54 res = self.one_set
/dports/devel/aegis/aegis-4.25.D510/test/00/
H A Dt0000-fg-06a.sh120 * The one_set method is used to set the #one instance variable.
129 void one_set(long n);
321 test::one_set(long n)
H A Dt0000-fg-07a.sh281 * The one_set method is used to set the value of the #one instance
284 void one_set(test_one_ty value);
544 test::one_set(test_one_ty x)
562 ::create ( this, &test::one_set, &test::one_is_set));
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/types/
H A Dsparse.hxx101 bool one_set();
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/HsToCore/PmCheck/
H A DOracle.hs962 test (PM ms) = runMaybeT (PM <$> traverse one_set ms)
964 one_set cs = find_one_inh cs (uniqDSetToList cs) function
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/types/
H A Dsparse.cpp943 bool Sparse::one_set() in one_set() function in types::Sparse