Home
last modified time | relevance | path

Searched refs:refC (Results 1 – 25 of 70) sorted by relevance

123

/dports/math/scilab/scilab-6.1.1/scilab/modules/overloading/tests/nonreg_tests/
H A Dbug_10998.dia.ref26 refC = zeros(3, 1, 3);
28 refC(:, :, i) = test1(:, :, 1) * test2(:, 2, i);
30 assert_checkequal(c, refC);
37 refC = zeros(5, 2, 3);
39 refC(:, :, i) = test1(:, :) * test2(:, 1:2, i);
41 assert_checkequal(c, refC);
48 refC = zeros(3, 3, 3);
50 refC(:, :, i) = test2(:, :, i) * test1(:, :);
52 assert_checkequal(c, refC);
H A Dbug_10998.tst32 refC = zeros(3, 1, 3);
34 refC(:, :, i) = test1(:, :, 1) * test2(:, 2, i);
37 assert_checkequal(c, refC);
48 refC = zeros(5, 2, 3);
50 refC(:, :, i) = test1(:, :) * test2(:, 1:2, i);
53 assert_checkequal(c, refC);
64 refC = zeros(3, 3, 3);
66 refC(:, :, i) = test2(:, :, i) * test1(:, :);
69 assert_checkequal(c, refC);
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/storage/transactional/
H A Dreference_test.go100 refC := plumbing.NewReferenceFromStrings("refs/c", "c3f4688a08fd86f1bf8e055724c84b7a40a09733")
105 c.Assert(rs.SetReference(refC), IsNil)
128 refC := plumbing.NewReferenceFromStrings("refs/c", "c3f4688a08fd86f1bf8e055724c84b7a40a09733")
133 c.Assert(base.SetReference(refC), IsNil)
137 c.Assert(rs.RemoveReference(refC.Name()), IsNil)
138 c.Assert(rs.SetReference(refC), IsNil)
154 ref, err := rs.Reference(refC.Name())
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/storage/transactional/
H A Dreference_test.go100 refC := plumbing.NewReferenceFromStrings("refs/c", "c3f4688a08fd86f1bf8e055724c84b7a40a09733")
105 c.Assert(rs.SetReference(refC), IsNil)
128 refC := plumbing.NewReferenceFromStrings("refs/c", "c3f4688a08fd86f1bf8e055724c84b7a40a09733")
133 c.Assert(base.SetReference(refC), IsNil)
137 c.Assert(rs.RemoveReference(refC.Name()), IsNil)
138 c.Assert(rs.SetReference(refC), IsNil)
154 ref, err := rs.Reference(refC.Name())
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/storage/transactional/
H A Dreference_test.go100 refC := plumbing.NewReferenceFromStrings("refs/c", "c3f4688a08fd86f1bf8e055724c84b7a40a09733")
105 c.Assert(rs.SetReference(refC), IsNil)
128 refC := plumbing.NewReferenceFromStrings("refs/c", "c3f4688a08fd86f1bf8e055724c84b7a40a09733")
133 c.Assert(base.SetReference(refC), IsNil)
137 c.Assert(rs.RemoveReference(refC.Name()), IsNil)
138 c.Assert(rs.SetReference(refC), IsNil)
154 ref, err := rs.Reference(refC.Name())
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/storage/transactional/
H A Dreference_test.go100 refC := plumbing.NewReferenceFromStrings("refs/c", "c3f4688a08fd86f1bf8e055724c84b7a40a09733")
105 c.Assert(rs.SetReference(refC), IsNil)
128 refC := plumbing.NewReferenceFromStrings("refs/c", "c3f4688a08fd86f1bf8e055724c84b7a40a09733")
133 c.Assert(base.SetReference(refC), IsNil)
137 c.Assert(rs.RemoveReference(refC.Name()), IsNil)
138 c.Assert(rs.SetReference(refC), IsNil)
154 ref, err := rs.Reference(refC.Name())
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/go-git/go-git/v5/storage/transactional/
H A Dreference_test.go100 refC := plumbing.NewReferenceFromStrings("refs/c", "c3f4688a08fd86f1bf8e055724c84b7a40a09733")
105 c.Assert(rs.SetReference(refC), IsNil)
128 refC := plumbing.NewReferenceFromStrings("refs/c", "c3f4688a08fd86f1bf8e055724c84b7a40a09733")
133 c.Assert(base.SetReference(refC), IsNil)
137 c.Assert(rs.RemoveReference(refC.Name()), IsNil)
138 c.Assert(rs.SetReference(refC), IsNil)
154 ref, err := rs.Reference(refC.Name())
/dports/math/scilab/scilab-6.1.1/scilab/modules/spreadsheet/tests/nonreg_tests/
H A Dbug_13144.tst32 refC = comments;
35 assert_checkequal(c, refC);
48 refC = "";
51 assert_checkequal(c, refC);
H A Dbug_13144.dia.ref29 refC = comments;
31 assert_checkequal(c, refC);
40 refC = "";
42 assert_checkequal(c, refC);
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/test/unit/
H A Dgridbasetest.h20 GridBase<int, 2>& refC = c; in testEqualsAndDiffersOperator() local
23 TS_ASSERT( (refA == refC)); in testEqualsAndDiffersOperator()
33 TS_ASSERT(!(refA == refC)); in testEqualsAndDiffersOperator()
45 TS_ASSERT(refA == refC); in testEqualsAndDiffersOperator()
/dports/math/scilab/scilab-6.1.1/scilab/modules/statistics/tests/nonreg_tests/
H A Dbug_7593.dia.ref44 refC = [
51 assert_checkalmostequal(stdev(x, 2, 1), refC);
52 assert_checkalmostequal(stdev(x, "c", 1), refC);
H A Dbug_7593.tst48 refC = [
55 assert_checkalmostequal(stdev(x, 2, 1), refC);
56 assert_checkalmostequal(stdev(x, "c", 1), refC);
/dports/devel/boost-docs/boost_1_72_0/boost/phoenix/function/
H A Dlazy_list.hpp374 mutable RefCountType refC; member
378 strict_cons( const T& h, const tail_type& t ) : refC(0), head(h), tail(t) {} in strict_cons()
383 ++ (p->refC); in intrusive_ptr_add_ref()
387 if( !--(p->refC) ) delete p; in intrusive_ptr_release()
519 ~strict_list() { while(rep && (rep->refC == 1)) rep = rep->tail; } in ~strict_list()
879 mutable RefCountType refC; member in boost::phoenix::impl::Cache
948 Cache( CacheEmpty ) : refC(0), fxn(blackhole()), val() {} in Cache()
949 Cache( const odd_list<T>& x ) : refC(0), fxn(blackhole()), val(x) {} in Cache()
954 : refC(0), fxn(f), val( OddListDummyY() ) {} in Cache()
975 ++ (p->refC); in intrusive_ptr_add_ref()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/phoenix/function/
H A Dlazy_list.hpp374 mutable RefCountType refC; member
378 strict_cons( const T& h, const tail_type& t ) : refC(0), head(h), tail(t) {} in strict_cons()
383 ++ (p->refC); in intrusive_ptr_add_ref()
387 if( !--(p->refC) ) delete p; in intrusive_ptr_release()
519 ~strict_list() { while(rep && (rep->refC == 1)) rep = rep->tail; } in ~strict_list()
879 mutable RefCountType refC; member in boost::phoenix::impl::Cache
948 Cache( CacheEmpty ) : refC(0), fxn(blackhole()), val() {} in Cache()
949 Cache( const odd_list<T>& x ) : refC(0), fxn(blackhole()), val(x) {} in Cache()
954 : refC(0), fxn(f), val( OddListDummyY() ) {} in Cache()
975 ++ (p->refC); in intrusive_ptr_add_ref()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/phoenix/function/
H A Dlazy_list.hpp374 mutable RefCountType refC; member
378 strict_cons( const T& h, const tail_type& t ) : refC(0), head(h), tail(t) {} in strict_cons()
383 ++ (p->refC); in intrusive_ptr_add_ref()
387 if( !--(p->refC) ) delete p; in intrusive_ptr_release()
514 ~strict_list() { while(rep && (rep->refC == 1)) rep = rep->tail; } in ~strict_list()
874 mutable RefCountType refC; member in boost::phoenix::impl::Cache
943 Cache( CacheEmpty ) : refC(0), fxn(blackhole()), val() {} in Cache()
944 Cache( const odd_list<T>& x ) : refC(0), fxn(blackhole()), val(x) {} in Cache()
949 : refC(0), fxn(f), val( OddListDummyY() ) {} in Cache()
970 ++ (p->refC); in intrusive_ptr_add_ref()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/phoenix/function/
H A Dlazy_list.hpp374 mutable RefCountType refC; member
378 strict_cons( const T& h, const tail_type& t ) : refC(0), head(h), tail(t) {} in strict_cons()
383 ++ (p->refC); in intrusive_ptr_add_ref()
387 if( !--(p->refC) ) delete p; in intrusive_ptr_release()
519 ~strict_list() { while(rep && (rep->refC == 1)) rep = rep->tail; } in ~strict_list()
879 mutable RefCountType refC; member in boost::phoenix::impl::Cache
948 Cache( CacheEmpty ) : refC(0), fxn(blackhole()), val() {} in Cache()
949 Cache( const odd_list<T>& x ) : refC(0), fxn(blackhole()), val(x) {} in Cache()
954 : refC(0), fxn(f), val( OddListDummyY() ) {} in Cache()
975 ++ (p->refC); in intrusive_ptr_add_ref()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/phoenix/function/
H A Dlazy_list.hpp374 mutable RefCountType refC; member
378 strict_cons( const T& h, const tail_type& t ) : refC(0), head(h), tail(t) {} in strict_cons()
383 ++ (p->refC); in intrusive_ptr_add_ref()
387 if( !--(p->refC) ) delete p; in intrusive_ptr_release()
514 ~strict_list() { while(rep && (rep->refC == 1)) rep = rep->tail; } in ~strict_list()
874 mutable RefCountType refC; member in boost::phoenix::impl::Cache
943 Cache( CacheEmpty ) : refC(0), fxn(blackhole()), val() {} in Cache()
944 Cache( const odd_list<T>& x ) : refC(0), fxn(blackhole()), val(x) {} in Cache()
949 : refC(0), fxn(f), val( OddListDummyY() ) {} in Cache()
970 ++ (p->refC); in intrusive_ptr_add_ref()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/phoenix/function/
H A Dlazy_list.hpp374 mutable RefCountType refC; member
378 strict_cons( const T& h, const tail_type& t ) : refC(0), head(h), tail(t) {} in strict_cons()
383 ++ (p->refC); in intrusive_ptr_add_ref()
387 if( !--(p->refC) ) delete p; in intrusive_ptr_release()
514 ~strict_list() { while(rep && (rep->refC == 1)) rep = rep->tail; } in ~strict_list()
874 mutable RefCountType refC; member in boost::phoenix::impl::Cache
943 Cache( CacheEmpty ) : refC(0), fxn(blackhole()), val() {} in Cache()
944 Cache( const odd_list<T>& x ) : refC(0), fxn(blackhole()), val(x) {} in Cache()
949 : refC(0), fxn(f), val( OddListDummyY() ) {} in Cache()
970 ++ (p->refC); in intrusive_ptr_add_ref()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/phoenix/function/
H A Dlazy_list.hpp374 mutable RefCountType refC; member
378 strict_cons( const T& h, const tail_type& t ) : refC(0), head(h), tail(t) {} in strict_cons()
383 ++ (p->refC); in intrusive_ptr_add_ref()
387 if( !--(p->refC) ) delete p; in intrusive_ptr_release()
514 ~strict_list() { while(rep && (rep->refC == 1)) rep = rep->tail; } in ~strict_list()
874 mutable RefCountType refC; member in boost::phoenix::impl::Cache
943 Cache( CacheEmpty ) : refC(0), fxn(blackhole()), val() {} in Cache()
944 Cache( const odd_list<T>& x ) : refC(0), fxn(blackhole()), val(x) {} in Cache()
949 : refC(0), fxn(f), val( OddListDummyY() ) {} in Cache()
970 ++ (p->refC); in intrusive_ptr_add_ref()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/phoenix/function/
H A Dlazy_list.hpp374 mutable RefCountType refC; member
378 strict_cons( const T& h, const tail_type& t ) : refC(0), head(h), tail(t) {} in strict_cons()
383 ++ (p->refC); in intrusive_ptr_add_ref()
387 if( !--(p->refC) ) delete p; in intrusive_ptr_release()
514 ~strict_list() { while(rep && (rep->refC == 1)) rep = rep->tail; } in ~strict_list()
874 mutable RefCountType refC; member in boost::phoenix::impl::Cache
943 Cache( CacheEmpty ) : refC(0), fxn(blackhole()), val() {} in Cache()
944 Cache( const odd_list<T>& x ) : refC(0), fxn(blackhole()), val(x) {} in Cache()
949 : refC(0), fxn(f), val( OddListDummyY() ) {} in Cache()
970 ++ (p->refC); in intrusive_ptr_add_ref()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/phoenix/function/
H A Dlazy_list.hpp374 mutable RefCountType refC; member
378 strict_cons( const T& h, const tail_type& t ) : refC(0), head(h), tail(t) {} in strict_cons()
383 ++ (p->refC); in intrusive_ptr_add_ref()
387 if( !--(p->refC) ) delete p; in intrusive_ptr_release()
519 ~strict_list() { while(rep && (rep->refC == 1)) rep = rep->tail; } in ~strict_list()
879 mutable RefCountType refC; member in boost::phoenix::impl::Cache
948 Cache( CacheEmpty ) : refC(0), fxn(blackhole()), val() {} in Cache()
949 Cache( const odd_list<T>& x ) : refC(0), fxn(blackhole()), val(x) {} in Cache()
954 : refC(0), fxn(f), val( OddListDummyY() ) {} in Cache()
975 ++ (p->refC); in intrusive_ptr_add_ref()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/phoenix/function/
H A Dlazy_list.hpp374 mutable RefCountType refC; member
378 strict_cons( const T& h, const tail_type& t ) : refC(0), head(h), tail(t) {} in strict_cons()
383 ++ (p->refC); in intrusive_ptr_add_ref()
387 if( !--(p->refC) ) delete p; in intrusive_ptr_release()
519 ~strict_list() { while(rep && (rep->refC == 1)) rep = rep->tail; } in ~strict_list()
879 mutable RefCountType refC; member in boost::phoenix::impl::Cache
948 Cache( CacheEmpty ) : refC(0), fxn(blackhole()), val() {} in Cache()
949 Cache( const odd_list<T>& x ) : refC(0), fxn(blackhole()), val(x) {} in Cache()
954 : refC(0), fxn(f), val( OddListDummyY() ) {} in Cache()
975 ++ (p->refC); in intrusive_ptr_add_ref()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/phoenix/function/
H A Dlazy_list.hpp374 mutable RefCountType refC; member
378 strict_cons( const T& h, const tail_type& t ) : refC(0), head(h), tail(t) {} in strict_cons()
383 ++ (p->refC); in intrusive_ptr_add_ref()
387 if( !--(p->refC) ) delete p; in intrusive_ptr_release()
514 ~strict_list() { while(rep && (rep->refC == 1)) rep = rep->tail; } in ~strict_list()
874 mutable RefCountType refC; member in boost::phoenix::impl::Cache
943 Cache( CacheEmpty ) : refC(0), fxn(blackhole()), val() {} in Cache()
944 Cache( const odd_list<T>& x ) : refC(0), fxn(blackhole()), val(x) {} in Cache()
949 : refC(0), fxn(f), val( OddListDummyY() ) {} in Cache()
970 ++ (p->refC); in intrusive_ptr_add_ref()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/phoenix/function/
H A Dlazy_list.hpp374 mutable RefCountType refC; member
378 strict_cons( const T& h, const tail_type& t ) : refC(0), head(h), tail(t) {} in strict_cons()
383 ++ (p->refC); in intrusive_ptr_add_ref()
387 if( !--(p->refC) ) delete p; in intrusive_ptr_release()
519 ~strict_list() { while(rep && (rep->refC == 1)) rep = rep->tail; } in ~strict_list()
879 mutable RefCountType refC; member in boost::phoenix::impl::Cache
948 Cache( CacheEmpty ) : refC(0), fxn(blackhole()), val() {} in Cache()
949 Cache( const odd_list<T>& x ) : refC(0), fxn(blackhole()), val(x) {} in Cache()
954 : refC(0), fxn(f), val( OddListDummyY() ) {} in Cache()
975 ++ (p->refC); in intrusive_ptr_add_ref()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/phoenix/function/
H A Dlazy_list.hpp374 mutable RefCountType refC; member
378 strict_cons( const T& h, const tail_type& t ) : refC(0), head(h), tail(t) {} in strict_cons()
383 ++ (p->refC); in intrusive_ptr_add_ref()
387 if( !--(p->refC) ) delete p; in intrusive_ptr_release()
514 ~strict_list() { while(rep && (rep->refC == 1)) rep = rep->tail; } in ~strict_list()
874 mutable RefCountType refC; member in boost::phoenix::impl::Cache
943 Cache( CacheEmpty ) : refC(0), fxn(blackhole()), val() {} in Cache()
944 Cache( const odd_list<T>& x ) : refC(0), fxn(blackhole()), val(x) {} in Cache()
949 : refC(0), fxn(f), val( OddListDummyY() ) {} in Cache()
970 ++ (p->refC); in intrusive_ptr_add_ref()
[all …]

123