Home
last modified time | relevance | path

Searched refs:ds1 (Results 51 – 75 of 2356) sorted by relevance

12345678910>>...95

/dports/databases/percona57-client/boost_1_59_0/libs/test/test/test-organization-ts/datasets-test/
H A Dmono-join-test.cpp91 auto ds1 = data::make( copy_count() ); in BOOST_AUTO_TEST_CASE() local
95 data::for_each_sample( ds1 + ds1, check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
103 data::for_each_sample( ds1 + ds2, check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
107 auto jn1 = ds1 + data::make( copy_count() ); in BOOST_AUTO_TEST_CASE()
112 data::for_each_sample( data::make( copy_count() ) + ds1, check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
116 data::for_each_sample( ds1 + ds2 + ds1, check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
120 data::for_each_sample( ds1 + (ds1 + ds2), check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
124 data::for_each_sample( (ds1 + ds1) + (ds2 + ds2), check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
H A Dmono-grid-test.cpp41 auto ds1 = data::make(1); in BOOST_AUTO_TEST_CASE() local
44 BOOST_TEST( (ds1 * ds2).size() == 5 ); in BOOST_AUTO_TEST_CASE()
45 BOOST_TEST( (ds1 * ds2).size() == 5 ); in BOOST_AUTO_TEST_CASE()
126 auto ds1 = data::make( copy_count() ); in BOOST_AUTO_TEST_CASE() local
130 data::for_each_sample( ds1 * ds1, check_arg_type<std::tuple<copy_count,copy_count>>() ); in BOOST_AUTO_TEST_CASE()
138 data::for_each_sample( ds1 * ds2, check_arg_type<std::tuple<copy_count,copy_count>>() ); in BOOST_AUTO_TEST_CASE()
142 auto zp1 = ds1 * data::make( copy_count() ); in BOOST_AUTO_TEST_CASE()
148 …data::for_each_sample( data::make( copy_count() ) * ds1, check_arg_type<std::tuple<copy_count,copy… in BOOST_AUTO_TEST_CASE()
152 …data::for_each_sample( ds1 * ds2 * ds1, check_arg_type<std::tuple<copy_count,copy_count,copy_count… in BOOST_AUTO_TEST_CASE()
156 …data::for_each_sample( ds1 * (ds1 * ds2), check_arg_type<std::tuple<copy_count,copy_count,copy_cou… in BOOST_AUTO_TEST_CASE()
/dports/devel/gdcm/gdcm-3.0.10/Examples/Cxx/
H A DSortImage.cxx22 bool mysort(gdcm::DataSet const & ds1, gdcm::DataSet const & ds2 ) in mysort() argument
27 at1.Set( ds1 ); in mysort()
28 at11.Set( ds1 ); in mysort()
41 bool mysort_part1(gdcm::DataSet const & ds1, gdcm::DataSet const & ds2 ) in mysort_part1() argument
44 at1.Set( ds1 ); in mysort_part1()
50 bool mysort_part2(gdcm::DataSet const & ds1, gdcm::DataSet const & ds2 ) in mysort_part2() argument
53 at1.Set( ds1 ); in mysort_part2()
61 bool mysort_dummy(gdcm::DataSet const & ds1, gdcm::DataSet const & ds2 ) in mysort_dummy() argument
64 at1.Set( ds1 ); in mysort_dummy()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/test/test/test-organization-ts/datasets-test/
H A Dmono-grid-test.cpp41 auto ds1 = data::make(1); in BOOST_AUTO_TEST_CASE() local
44 BOOST_TEST( (ds1 * ds2).size() == 5 ); in BOOST_AUTO_TEST_CASE()
45 BOOST_TEST( (ds1 * ds2).size() == 5 ); in BOOST_AUTO_TEST_CASE()
126 auto ds1 = data::make( copy_count() ); in BOOST_AUTO_TEST_CASE() local
130 data::for_each_sample( ds1 * ds1, check_arg_type<std::tuple<copy_count,copy_count>>() ); in BOOST_AUTO_TEST_CASE()
138 data::for_each_sample( ds1 * ds2, check_arg_type<std::tuple<copy_count,copy_count>>() ); in BOOST_AUTO_TEST_CASE()
142 auto zp1 = ds1 * data::make( copy_count() ); in BOOST_AUTO_TEST_CASE()
148 …data::for_each_sample( data::make( copy_count() ) * ds1, check_arg_type<std::tuple<copy_count,copy… in BOOST_AUTO_TEST_CASE()
152 …data::for_each_sample( ds1 * ds2 * ds1, check_arg_type<std::tuple<copy_count,copy_count,copy_count… in BOOST_AUTO_TEST_CASE()
156 …data::for_each_sample( ds1 * (ds1 * ds2), check_arg_type<std::tuple<copy_count,copy_count,copy_cou… in BOOST_AUTO_TEST_CASE()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/test/test/test-organization-ts/datasets-test/
H A Dmono-grid-test.cpp41 auto ds1 = data::make(1); in BOOST_AUTO_TEST_CASE() local
44 BOOST_TEST( (ds1 * ds2).size() == 5 ); in BOOST_AUTO_TEST_CASE()
45 BOOST_TEST( (ds1 * ds2).size() == 5 ); in BOOST_AUTO_TEST_CASE()
126 auto ds1 = data::make( copy_count() ); in BOOST_AUTO_TEST_CASE() local
130 data::for_each_sample( ds1 * ds1, check_arg_type<std::tuple<copy_count,copy_count>>() ); in BOOST_AUTO_TEST_CASE()
138 data::for_each_sample( ds1 * ds2, check_arg_type<std::tuple<copy_count,copy_count>>() ); in BOOST_AUTO_TEST_CASE()
142 auto zp1 = ds1 * data::make( copy_count() ); in BOOST_AUTO_TEST_CASE()
148 …data::for_each_sample( data::make( copy_count() ) * ds1, check_arg_type<std::tuple<copy_count,copy… in BOOST_AUTO_TEST_CASE()
152 …data::for_each_sample( ds1 * ds2 * ds1, check_arg_type<std::tuple<copy_count,copy_count,copy_count… in BOOST_AUTO_TEST_CASE()
156 …data::for_each_sample( ds1 * (ds1 * ds2), check_arg_type<std::tuple<copy_count,copy_count,copy_cou… in BOOST_AUTO_TEST_CASE()
/dports/databases/percona57-server/boost_1_59_0/libs/test/test/test-organization-ts/datasets-test/
H A Dmono-grid-test.cpp41 auto ds1 = data::make(1); in BOOST_AUTO_TEST_CASE() local
44 BOOST_TEST( (ds1 * ds2).size() == 5 ); in BOOST_AUTO_TEST_CASE()
45 BOOST_TEST( (ds1 * ds2).size() == 5 ); in BOOST_AUTO_TEST_CASE()
126 auto ds1 = data::make( copy_count() ); in BOOST_AUTO_TEST_CASE() local
130 data::for_each_sample( ds1 * ds1, check_arg_type<std::tuple<copy_count,copy_count>>() ); in BOOST_AUTO_TEST_CASE()
138 data::for_each_sample( ds1 * ds2, check_arg_type<std::tuple<copy_count,copy_count>>() ); in BOOST_AUTO_TEST_CASE()
142 auto zp1 = ds1 * data::make( copy_count() ); in BOOST_AUTO_TEST_CASE()
148 …data::for_each_sample( data::make( copy_count() ) * ds1, check_arg_type<std::tuple<copy_count,copy… in BOOST_AUTO_TEST_CASE()
152 …data::for_each_sample( ds1 * ds2 * ds1, check_arg_type<std::tuple<copy_count,copy_count,copy_count… in BOOST_AUTO_TEST_CASE()
156 …data::for_each_sample( ds1 * (ds1 * ds2), check_arg_type<std::tuple<copy_count,copy_count,copy_cou… in BOOST_AUTO_TEST_CASE()
/dports/databases/xtrabackup/boost_1_59_0/libs/test/test/test-organization-ts/datasets-test/
H A Dmono-grid-test.cpp41 auto ds1 = data::make(1); in BOOST_AUTO_TEST_CASE() local
44 BOOST_TEST( (ds1 * ds2).size() == 5 ); in BOOST_AUTO_TEST_CASE()
45 BOOST_TEST( (ds1 * ds2).size() == 5 ); in BOOST_AUTO_TEST_CASE()
126 auto ds1 = data::make( copy_count() ); in BOOST_AUTO_TEST_CASE() local
130 data::for_each_sample( ds1 * ds1, check_arg_type<std::tuple<copy_count,copy_count>>() ); in BOOST_AUTO_TEST_CASE()
138 data::for_each_sample( ds1 * ds2, check_arg_type<std::tuple<copy_count,copy_count>>() ); in BOOST_AUTO_TEST_CASE()
142 auto zp1 = ds1 * data::make( copy_count() ); in BOOST_AUTO_TEST_CASE()
148 …data::for_each_sample( data::make( copy_count() ) * ds1, check_arg_type<std::tuple<copy_count,copy… in BOOST_AUTO_TEST_CASE()
152 …data::for_each_sample( ds1 * ds2 * ds1, check_arg_type<std::tuple<copy_count,copy_count,copy_count… in BOOST_AUTO_TEST_CASE()
156 …data::for_each_sample( ds1 * (ds1 * ds2), check_arg_type<std::tuple<copy_count,copy_count,copy_cou… in BOOST_AUTO_TEST_CASE()
/dports/devel/gdcm/gdcm-3.0.10/Applications/Cxx/
H A Dgdcmdiff.cxx26 static void difference_of_datasets(const gdcm::DataSet& ds1, const gdcm::DataSet& ds2, int depthSQ);
89 const gdcm::DataSet &ds1 = file1.GetDataSet(); in main() local
96 difference_of_datasets(ds1, ds2, 0); in main()
111 static void difference_of_datasets(const gdcm::DataSet& ds1, const gdcm::DataSet& ds2, int depthSQ) in difference_of_datasets() argument
113 gdcm::DataSet::ConstIterator it1 = ds1.Begin(); in difference_of_datasets()
117 const gdcm::Tag tag1 = (it1!=ds1.End()) ? it1->GetTag() : gdcm::Tag(0xffff,0xffff); in difference_of_datasets()
124 if (!ds1.FindDataElement(tag)) in difference_of_datasets()
133 display_element(std::cout,ds1.GetDataElement(tag), dictentry, "[only file 1]", depthSQ); in difference_of_datasets()
148 display_element(std::cout,ds1.GetDataElement(tag), dictentry, "[from file 1]", depthSQ); in difference_of_datasets()
159 if (it1 != ds1.End()) it1++; // unless an iterator has finished, inc it in difference_of_datasets()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/test/test/test-organization-ts/datasets-test/
H A Dmono-join-test.cpp95 auto ds1 = data::make( copy_count() ); in BOOST_AUTO_TEST_CASE() local
99 data::for_each_sample( ds1 + ds1, check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
107 data::for_each_sample( ds1 + ds2, check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
111 auto jn1 = ds1 + data::make( copy_count() ); in BOOST_AUTO_TEST_CASE()
116 data::for_each_sample( data::make( copy_count() ) + ds1, check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
120 data::for_each_sample( ds1 + ds2 + ds1, check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
124 data::for_each_sample( ds1 + (ds1 + ds2), check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
128 data::for_each_sample( (ds1 + ds1) + (ds2 + ds2), check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
H A Dmono-grid-test.cpp42 auto ds1 = data::make(1); in BOOST_AUTO_TEST_CASE() local
45 BOOST_TEST( (ds1 * ds2).size() == 5 ); in BOOST_AUTO_TEST_CASE()
46 BOOST_TEST( (ds1 * ds2).size() == 5 ); in BOOST_AUTO_TEST_CASE()
127 auto ds1 = data::make( copy_count() ); in BOOST_AUTO_TEST_CASE() local
131 data::for_each_sample( ds1 * ds1, check_arg_type<std::tuple<copy_count,copy_count>>() ); in BOOST_AUTO_TEST_CASE()
139 data::for_each_sample( ds1 * ds2, check_arg_type<std::tuple<copy_count,copy_count>>() ); in BOOST_AUTO_TEST_CASE()
143 auto zp1 = ds1 * data::make( copy_count() ); in BOOST_AUTO_TEST_CASE()
149 …data::for_each_sample( data::make( copy_count() ) * ds1, check_arg_type<std::tuple<copy_count,copy… in BOOST_AUTO_TEST_CASE()
153 …data::for_each_sample( ds1 * ds2 * ds1, check_arg_type<std::tuple<copy_count,copy_count,copy_count… in BOOST_AUTO_TEST_CASE()
157 …data::for_each_sample( ds1 * (ds1 * ds2), check_arg_type<std::tuple<copy_count,copy_count,copy_cou… in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-libs/boost_1_72_0/libs/test/test/test-organization-ts/datasets-test/
H A Dmono-join-test.cpp95 auto ds1 = data::make( copy_count() ); in BOOST_AUTO_TEST_CASE() local
99 data::for_each_sample( ds1 + ds1, check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
107 data::for_each_sample( ds1 + ds2, check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
111 auto jn1 = ds1 + data::make( copy_count() ); in BOOST_AUTO_TEST_CASE()
116 data::for_each_sample( data::make( copy_count() ) + ds1, check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
120 data::for_each_sample( ds1 + ds2 + ds1, check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
124 data::for_each_sample( ds1 + (ds1 + ds2), check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
128 data::for_each_sample( (ds1 + ds1) + (ds2 + ds2), check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
H A Dmono-grid-test.cpp42 auto ds1 = data::make(1); in BOOST_AUTO_TEST_CASE() local
45 BOOST_TEST( (ds1 * ds2).size() == 5 ); in BOOST_AUTO_TEST_CASE()
46 BOOST_TEST( (ds1 * ds2).size() == 5 ); in BOOST_AUTO_TEST_CASE()
127 auto ds1 = data::make( copy_count() ); in BOOST_AUTO_TEST_CASE() local
131 data::for_each_sample( ds1 * ds1, check_arg_type<std::tuple<copy_count,copy_count>>() ); in BOOST_AUTO_TEST_CASE()
139 data::for_each_sample( ds1 * ds2, check_arg_type<std::tuple<copy_count,copy_count>>() ); in BOOST_AUTO_TEST_CASE()
143 auto zp1 = ds1 * data::make( copy_count() ); in BOOST_AUTO_TEST_CASE()
149 …data::for_each_sample( data::make( copy_count() ) * ds1, check_arg_type<std::tuple<copy_count,copy… in BOOST_AUTO_TEST_CASE()
153 …data::for_each_sample( ds1 * ds2 * ds1, check_arg_type<std::tuple<copy_count,copy_count,copy_count… in BOOST_AUTO_TEST_CASE()
157 …data::for_each_sample( ds1 * (ds1 * ds2), check_arg_type<std::tuple<copy_count,copy_count,copy_cou… in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-python-libs/boost_1_72_0/libs/test/test/test-organization-ts/datasets-test/
H A Dmono-join-test.cpp95 auto ds1 = data::make( copy_count() ); in BOOST_AUTO_TEST_CASE() local
99 data::for_each_sample( ds1 + ds1, check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
107 data::for_each_sample( ds1 + ds2, check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
111 auto jn1 = ds1 + data::make( copy_count() ); in BOOST_AUTO_TEST_CASE()
116 data::for_each_sample( data::make( copy_count() ) + ds1, check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
120 data::for_each_sample( ds1 + ds2 + ds1, check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
124 data::for_each_sample( ds1 + (ds1 + ds2), check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
128 data::for_each_sample( (ds1 + ds1) + (ds2 + ds2), check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
H A Dmono-grid-test.cpp42 auto ds1 = data::make(1); in BOOST_AUTO_TEST_CASE() local
45 BOOST_TEST( (ds1 * ds2).size() == 5 ); in BOOST_AUTO_TEST_CASE()
46 BOOST_TEST( (ds1 * ds2).size() == 5 ); in BOOST_AUTO_TEST_CASE()
127 auto ds1 = data::make( copy_count() ); in BOOST_AUTO_TEST_CASE() local
131 data::for_each_sample( ds1 * ds1, check_arg_type<std::tuple<copy_count,copy_count>>() ); in BOOST_AUTO_TEST_CASE()
139 data::for_each_sample( ds1 * ds2, check_arg_type<std::tuple<copy_count,copy_count>>() ); in BOOST_AUTO_TEST_CASE()
143 auto zp1 = ds1 * data::make( copy_count() ); in BOOST_AUTO_TEST_CASE()
149 …data::for_each_sample( data::make( copy_count() ) * ds1, check_arg_type<std::tuple<copy_count,copy… in BOOST_AUTO_TEST_CASE()
153 …data::for_each_sample( ds1 * ds2 * ds1, check_arg_type<std::tuple<copy_count,copy_count,copy_count… in BOOST_AUTO_TEST_CASE()
157 …data::for_each_sample( ds1 * (ds1 * ds2), check_arg_type<std::tuple<copy_count,copy_count,copy_cou… in BOOST_AUTO_TEST_CASE()
/dports/devel/hyperscan/boost_1_75_0/libs/test/test/test-organization-ts/datasets-test/
H A Dmono-join-test.cpp95 auto ds1 = data::make( copy_count() ); in BOOST_AUTO_TEST_CASE() local
99 data::for_each_sample( ds1 + ds1, check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
107 data::for_each_sample( ds1 + ds2, check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
111 auto jn1 = ds1 + data::make( copy_count() ); in BOOST_AUTO_TEST_CASE()
116 data::for_each_sample( data::make( copy_count() ) + ds1, check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
120 data::for_each_sample( ds1 + ds2 + ds1, check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
124 data::for_each_sample( ds1 + (ds1 + ds2), check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
128 data::for_each_sample( (ds1 + ds1) + (ds2 + ds2), check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
H A Dmono-grid-test.cpp42 auto ds1 = data::make(1); in BOOST_AUTO_TEST_CASE() local
45 BOOST_TEST( (ds1 * ds2).size() == 5 ); in BOOST_AUTO_TEST_CASE()
46 BOOST_TEST( (ds1 * ds2).size() == 5 ); in BOOST_AUTO_TEST_CASE()
127 auto ds1 = data::make( copy_count() ); in BOOST_AUTO_TEST_CASE() local
131 data::for_each_sample( ds1 * ds1, check_arg_type<std::tuple<copy_count,copy_count>>() ); in BOOST_AUTO_TEST_CASE()
139 data::for_each_sample( ds1 * ds2, check_arg_type<std::tuple<copy_count,copy_count>>() ); in BOOST_AUTO_TEST_CASE()
143 auto zp1 = ds1 * data::make( copy_count() ); in BOOST_AUTO_TEST_CASE()
149 …data::for_each_sample( data::make( copy_count() ) * ds1, check_arg_type<std::tuple<copy_count,copy… in BOOST_AUTO_TEST_CASE()
153 …data::for_each_sample( ds1 * ds2 * ds1, check_arg_type<std::tuple<copy_count,copy_count,copy_count… in BOOST_AUTO_TEST_CASE()
157 …data::for_each_sample( ds1 * (ds1 * ds2), check_arg_type<std::tuple<copy_count,copy_count,copy_cou… in BOOST_AUTO_TEST_CASE()
/dports/science/axom/axom-0.6.1/src/axom/sidre/tests/spio/
H A Dspio_serial.hpp26 DataStore* ds1 = new DataStore(); in TEST() local
28 Group* root1 = ds1->getRoot(); in TEST()
56 ds1->getRoot()->getGroup("fields")->getGroup("a")->getView("i0")->getData(); in TEST()
63 ds1->getRoot()->getGroup("fields2")->getGroup("b")->getView("i1")->getData(); in TEST()
69 delete ds1; in TEST()
93 DataStore* ds1 = new DataStore(); in TEST() local
95 Group* root1 = ds1->getRoot(); in TEST()
123 ds1->getRoot()->getGroup("fields")->getGroup("a")->getView("i0")->getData(); in TEST()
130 ds1->getRoot()->getGroup("fields2")->getGroup("b")->getView("i1")->getData(); in TEST()
136 delete ds1; in TEST()
/dports/science/siconos/siconos-4.4.0/kernel/src/simulationTools/
H A DMoreauJeanCombinedProjectionOSI.cpp84 SP::DynamicalSystem ds1= interProp.source; in initializeWorkVectorsForInteraction() local
86 assert(ds1); in initializeWorkVectorsForInteraction()
102 if(ds1 != ds2) in initializeWorkVectorsForInteraction()
114 if(checkOSI(DSG.descriptor(ds1))) in initializeWorkVectorsForInteraction()
116 DEBUG_PRINTF("ds1->number() %i is taken into account\n", ds1->number()); in initializeWorkVectorsForInteraction()
117 assert(DSG.properties(DSG.descriptor(ds1)).workVectors); in initializeWorkVectorsForInteraction()
120 LagrangianDS& lds = *std::static_pointer_cast<LagrangianDS> (ds1); in initializeWorkVectorsForInteraction()
125 NewtonEulerDS& neds = *std::static_pointer_cast<NewtonEulerDS> (ds1); in initializeWorkVectorsForInteraction()
129 DEBUG_PRINTF("ds1->number() %i\n",ds1->number()); in initializeWorkVectorsForInteraction()
132 if(ds1 != ds2) in initializeWorkVectorsForInteraction()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/tests/System/Data/
H A DDataSetTest2.cs1028 DataSet ds1, ds2; in MergeFailed()
1032 ds1.Tables[0].PrimaryKey = new DataColumn[] { ds1.Tables[0].Columns[0] }; in MergeFailed()
1035 ds2 = ds1.Copy(); in MergeFailed()
1472 DataRelation rel = ds1.Relations.Add("rel1", ds1.Tables[0].Columns[0], in Merge_RelationWithoutConstraints()
1475 ds.Merge(ds1); in Merge_RelationWithoutConstraints()
1496 ds1.Tables[1].Constraints.Add("fk", ds1.Tables[0].Columns[0], ds1.Tables[1].Columns[0]); in Merge_DuplicateConstraints()
1499 ds.Merge(ds1); in Merge_DuplicateConstraints()
1519ds1.Tables[1].Constraints.Add("fk", ds1.Tables[0].Columns["col2"], ds1.Tables[1].Columns["col2"]); in Merge_DuplicateConstraints_1()
1522 ds.Merge(ds1); in Merge_DuplicateConstraints_1()
1694 ds1.Tables[0].Constraints.Add("uc", ds1.Tables[0].Columns[0], false); in Merge_MissingConstraint()
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/math-lib/math/private/array/
H A Darray-broadcast.rkt54 (define (shape-permissive-broadcast ds1 ds2 dims fail)
58 (define dk1 (unsafe-vector-ref ds1 k))
68 (define (shape-normal-broadcast ds1 ds2 dims fail)
72 (define dk1 (unsafe-vector-ref ds1 k))
84 (define (shape-broadcast2 ds1 ds2 fail broadcasting)
85 (cond [(equal? ds1 ds2) ds1]
88 (define dims1 (vector-length ds1))
91 (let-values ([(ds1 ds2 dims)
94 [else (values ds1 ds2 dims1)])])
96 (shape-permissive-broadcast ds1 ds2 dims fail)
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/test/data/monomorphic/
H A Dgrid.hpp93 grid( DataSet1&& ds1, DataSet2&& ds2 ) in grid() argument
94 : m_ds1( std::forward<DataSet1>( ds1 ) ) in grid()
139 operator*( DataSet1&& ds1, DataSet2&& ds2 ) in operator *() argument
141 …BOOST_TEST_DS_ASSERT( !ds1.size().is_inf() && !ds2.size().is_inf(), "Grid axes can't have infinite… in operator *()
143 return grid<DataSet1,DataSet2>( std::forward<DataSet1>( ds1 ), std::forward<DataSet2>( ds2 ) ); in operator *()
153 operator*( DataSet1&& ds1, DataSet2&& ds2 ) in operator *() argument
155 return std::forward<DataSet1>(ds1) * data::make(std::forward<DataSet2>(ds2)); in operator *()
165 operator*( DataSet1&& ds1, DataSet2&& ds2 ) in operator *() argument
167 return data::make(std::forward<DataSet1>(ds1)) * std::forward<DataSet2>(ds2); in operator *()
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/test/data/monomorphic/
H A Dgrid.hpp93 grid( DataSet1&& ds1, DataSet2&& ds2 ) in grid() argument
94 : m_ds1( std::forward<DataSet1>( ds1 ) ) in grid()
139 operator*( DataSet1&& ds1, DataSet2&& ds2 ) in operator *() argument
141 …BOOST_TEST_DS_ASSERT( !ds1.size().is_inf() && !ds2.size().is_inf(), "Grid axes can't have infinite… in operator *()
143 return grid<DataSet1,DataSet2>( std::forward<DataSet1>( ds1 ), std::forward<DataSet2>( ds2 ) ); in operator *()
153 operator*( DataSet1&& ds1, DataSet2&& ds2 ) in operator *() argument
155 return std::forward<DataSet1>(ds1) * data::make(std::forward<DataSet2>(ds2)); in operator *()
165 operator*( DataSet1&& ds1, DataSet2&& ds2 ) in operator *() argument
167 return data::make(std::forward<DataSet1>(ds1)) * std::forward<DataSet2>(ds2); in operator *()
/dports/textproc/py-rdflib/rdflib-5.0.0/test/
H A Dtest_issue1003.py99 ds1 = Dataset() variable
100 ds1.bind("dct", DCTERMS)
101 ds1.bind("skos", SKOS)
102 g8 = ds1.graph(URIRef('http://g8.com/'), base=base_one)
103 g9 = ds1.graph(URIRef('http://g9.com/'))
107 ds1.base = base_three
109 trix = ds1.serialize(format='trix', base=Namespace("http://two.org/")).decode("utf-8")
114 trig = ds1.serialize(format='trig', base=Namespace("http://two.org/")).decode("utf-8")
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/test/data/monomorphic/
H A Dzip.hpp125 zip( DS1&& ds1, DS2&& ds2, data::size_t size ) in zip() argument
126 : m_ds1( std::forward<DS1>( ds1 ) ) in zip()
162 zip_size( DS1&& ds1, DS2&& ds2 ) in zip_size() argument
164 data::size_t ds1_size = ds1.size(); in zip_size()
202 operator^( DS1&& ds1, DS2&& ds2 ) in operator ^() argument
204 …return zip<DS1,DS2>( std::forward<DS1>( ds1 ), std::forward<DS2>( ds2 ), ds_detail::zip_size( ds1 in operator ^()
212 operator^( DS1&& ds1, DS2&& ds2 ) in operator ^() argument
214 return std::forward<DS1>(ds1) ^ data::make(std::forward<DS2>(ds2)); in operator ^()
222 operator^( DS1&& ds1, DS2&& ds2 ) in operator ^() argument
224 return data::make(std::forward<DS1>(ds1)) ^ std::forward<DS2>(ds2); in operator ^()
/dports/databases/xtrabackup/boost_1_59_0/boost/test/data/monomorphic/
H A Dzip.hpp125 zip( DS1&& ds1, DS2&& ds2, data::size_t size ) in zip() argument
126 : m_ds1( std::forward<DS1>( ds1 ) ) in zip()
162 zip_size( DS1&& ds1, DS2&& ds2 ) in zip_size() argument
164 data::size_t ds1_size = ds1.size(); in zip_size()
202 operator^( DS1&& ds1, DS2&& ds2 ) in operator ^() argument
204 …return zip<DS1,DS2>( std::forward<DS1>( ds1 ), std::forward<DS2>( ds2 ), ds_detail::zip_size( ds1 in operator ^()
212 operator^( DS1&& ds1, DS2&& ds2 ) in operator ^() argument
214 return std::forward<DS1>(ds1) ^ data::make(std::forward<DS2>(ds2)); in operator ^()
222 operator^( DS1&& ds1, DS2&& ds2 ) in operator ^() argument
224 return data::make(std::forward<DS1>(ds1)) ^ std::forward<DS2>(ds2); in operator ^()

12345678910>>...95