Home
last modified time | relevance | path

Searched refs:cg2 (Results 1 – 25 of 764) sorted by relevance

12345678910>>...31

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Security.Policy/
H A DNetCodeGroupTest.cs72 NetCodeGroup cg2 = (NetCodeGroup) cg.Copy (); in Copy()
74 Assert.AreEqual (cg.Children.Count, cg2.Children.Count, "Children"); in Copy()
75 Assert.AreEqual (cg.Description, cg2.Description, "Description"); in Copy()
76 Assert.AreEqual (cg.MergeLogic, cg2.MergeLogic, "MergeLogic"); in Copy()
77 Assert.AreEqual (cg.Name, cg2.Name, "Name"); in Copy()
88 NetCodeGroup cg2 = (NetCodeGroup) cg.Copy (); in CopyWithChildren()
119 cg2.Name = "SomeOtherName"; in ToFromXmlRoundtrip()
120 cg2.Description = "Some Other Description"; in ToFromXmlRoundtrip()
121 Assert.IsTrue (!cg.Equals (cg2), "Equals (another)"); in ToFromXmlRoundtrip()
123 cg2.FromXml (se); in ToFromXmlRoundtrip()
[all …]
H A DFirstMatchCodeGroupTest.cs56 FirstMatchCodeGroup cg2 = (FirstMatchCodeGroup) cg.Copy (); in Copy()
58 Assert.AreEqual (cg.Children.Count, cg2.Children.Count, "Children"); in Copy()
59 Assert.AreEqual (cg.Description, cg2.Description, "Description"); in Copy()
60 Assert.AreEqual (cg.MergeLogic, cg2.MergeLogic, "MergeLogic"); in Copy()
61 Assert.AreEqual (cg.Name, cg2.Name, "Name"); in Copy()
72 FirstMatchCodeGroup cg2 = (FirstMatchCodeGroup) cg.Copy (); in CopyWithChildren()
105 cg2.Name = "SomeOtherName"; in ToFromXmlRoundtrip()
106 cg2.Description = "Some Other Description"; in ToFromXmlRoundtrip()
107 Assert.IsTrue (!cg.Equals (cg2), "Equals (another)"); in ToFromXmlRoundtrip()
109 cg2.FromXml (se); in ToFromXmlRoundtrip()
[all …]
H A DCodeGroupTest.cs172 cg2.Name = "SomeOtherName"; in Equals()
173 cg2.Description = "Some Other Description"; in Equals()
177 cg2.Name = cg.Name; in Equals()
178 cg2.Description = cg.Description; in Equals()
197 cg2.Name = cg.Name; in EqualsWithChildren()
198 cg2.Description = cg.Description; in EqualsWithChildren()
203 cg2.AddChild(cgChild); in EqualsWithChildren()
281 cg2.Name = "SomeOtherName"; in ToFromXmlRoundtrip()
285 cg2.FromXml (se); in ToFromXmlRoundtrip()
308 cg2.FromXml (se); in ToFromXmlRoundtrip_WithChildren()
[all …]
/dports/biology/vcflib/vcflib-1.0.2/src/
H A Drnglib.cpp66 int cg2; in advance_state() local
105 cg2 = multmod ( b2, cg2, m2 ); in advance_state()
626 int cg2; in i4_uni() local
662 k = cg2 / 52774; in i4_uni()
663 cg2 = a2 * ( cg2 - k * 52774 ) - k * 3791; in i4_uni()
665 if ( cg2 < 0 ) in i4_uni()
667 cg2 = cg2 + m2; in i4_uni()
676 z = cg1 - cg2; in i4_uni()
883 int cg2; in init_generator() local
943 cg2 = lg2; in init_generator()
[all …]
H A Drnglib.hpp14 void cg_get ( int g, int &cg1, int &cg2 );
15 void cg_memory ( int i, int g, int &cg1, int &cg2 );
16 void cg_set ( int g, int cg1, int cg2 );
20 void get_state ( int &cg1, int &cg2 );
37 void set_seed ( int cg1, int cg2 );
/dports/biology/freebayes/freebayes-1.3.5/vcflib-temp/src/
H A Drnglib.cpp57 int cg2; in advance_state() local
96 cg2 = multmod ( b2, cg2, m2 ); in advance_state()
617 int cg2; in i4_uni() local
653 k = cg2 / 52774; in i4_uni()
654 cg2 = a2 * ( cg2 - k * 52774 ) - k * 3791; in i4_uni()
656 if ( cg2 < 0 ) in i4_uni()
658 cg2 = cg2 + m2; in i4_uni()
667 z = cg1 - cg2; in i4_uni()
874 int cg2; in init_generator() local
934 cg2 = lg2; in init_generator()
[all …]
H A Drnglib.hpp5 void cg_get ( int g, int &cg1, int &cg2 );
6 void cg_memory ( int i, int g, int &cg1, int &cg2 );
7 void cg_set ( int g, int cg1, int cg2 );
11 void get_state ( int &cg1, int &cg2 );
28 void set_seed ( int cg1, int cg2 );
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/dream/
H A Drnglib.cpp59 int cg2; in advance_state() local
98 cg2 = multmod ( b2, cg2, m2 ); in advance_state()
619 int cg2; in i4_uniform() local
655 k = cg2 / 52774; in i4_uniform()
656 cg2 = a2 * ( cg2 - k * 52774 ) - k * 3791; in i4_uniform()
658 if ( cg2 < 0 ) in i4_uniform()
660 cg2 = cg2 + m2; in i4_uniform()
669 z = cg1 - cg2; in i4_uniform()
876 int cg2; in init_generator() local
936 cg2 = lg2; in init_generator()
[all …]
H A Drnglib.hpp10 void cg_get ( int g, int &cg1, int &cg2 );
11 void cg_memory ( int i, int g, int &cg1, int &cg2 );
12 void cg_set ( int g, int cg1, int cg2 );
16 void get_state ( int &cg1, int &cg2 );
33 void set_seed ( int cg1, int cg2 );
/dports/biology/freebayes/freebayes-1.3.5/vcflib/src/
H A Drnglib.cpp57 int cg2; in advance_state() local
96 cg2 = multmod ( b2, cg2, m2 ); in advance_state()
617 int cg2; in i4_uni() local
653 k = cg2 / 52774; in i4_uni()
654 cg2 = a2 * ( cg2 - k * 52774 ) - k * 3791; in i4_uni()
656 if ( cg2 < 0 ) in i4_uni()
658 cg2 = cg2 + m2; in i4_uni()
667 z = cg1 - cg2; in i4_uni()
874 int cg2; in init_generator() local
934 cg2 = lg2; in init_generator()
[all …]
H A Drnglib.hpp5 void cg_get ( int g, int &cg1, int &cg2 );
6 void cg_memory ( int i, int g, int &cg1, int &cg2 );
7 void cg_set ( int g, int cg1, int cg2 );
11 void get_state ( int &cg1, int &cg2 );
28 void set_seed ( int cg1, int cg2 );
/dports/math/vtk8/VTK-8.2.0/Filters/SMP/Testing/Cxx/
H A DTestSMPContour.cxx103 vtkNew<vtkSMPContourGrid> cg2; in TestSMPContour() local
104 cg2->SetInputData(tetraFilter->GetOutput()); in TestSMPContour()
105 cg2->SetInputArrayToProcess(0, 0, 0, 0, "RTData"); in TestSMPContour()
106 cg2->SetValue(0, 200); in TestSMPContour()
107 cg2->SetValue(1, 220); in TestSMPContour()
109 cg2->Update(); in TestSMPContour()
116 pdwriter->SetInputData(cg2->GetOutput()); in TestSMPContour()
131 cg2->MergePiecesOff(); in TestSMPContour()
133 cg2->Update(); in TestSMPContour()
141 cg2->GetOutputDataObject(0)); in TestSMPContour()
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/SMP/Testing/Cxx/
H A DTestSMPContour.cxx101 vtkNew<vtkSMPContourGrid> cg2; in TestSMPContour() local
102 cg2->SetInputData(tetraFilter->GetOutput()); in TestSMPContour()
103 cg2->SetInputArrayToProcess(0, 0, 0, 0, "RTData"); in TestSMPContour()
104 cg2->SetValue(0, 200); in TestSMPContour()
105 cg2->SetValue(1, 220); in TestSMPContour()
107 cg2->Update(); in TestSMPContour()
114 pdwriter->SetInputData(cg2->GetOutput()); in TestSMPContour()
129 cg2->MergePiecesOff(); in TestSMPContour()
131 cg2->Update(); in TestSMPContour()
139 cg2->GetOutputDataObject(0)); in TestSMPContour()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/SMP/Testing/Cxx/
H A DTestSMPContour.cxx100 vtkNew<vtkSMPContourGrid> cg2; in TestSMPContour() local
101 cg2->SetInputData(tetraFilter->GetOutput()); in TestSMPContour()
102 cg2->SetInputArrayToProcess(0, 0, 0, 0, "RTData"); in TestSMPContour()
103 cg2->SetValue(0, 200); in TestSMPContour()
104 cg2->SetValue(1, 220); in TestSMPContour()
106 cg2->Update(); in TestSMPContour()
113 pdwriter->SetInputData(cg2->GetOutput()); in TestSMPContour()
119 if (cg2->GetOutput()->GetNumberOfCells() != baseNumCells) in TestSMPContour()
128 cg2->MergePiecesOff(); in TestSMPContour()
130 cg2->Update(); in TestSMPContour()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/profile/
H A Dsplitti3.c79 cgats *cg2 = NULL; /* cgats file data */ in main() local
173 if ((cg2 = new_cgats()) == NULL) in main()
180 cg2->add_other(cg2, cgf->cgats_type); in main()
181 cg2->add_table(cg2, tt_other, 0); in main()
185 cg2->add_other(cg2, cgf->others[cgf->t[0].oi]); in main()
186 cg2->add_table(cg2, tt_other, 0); in main()
189 cg2->add_table(cg1, cgf->t[0].tt, 0); in main()
195 cg2->add_kword(cg2, 0, cgf->t[0].ksym[i], cgf->t[0].kdata[i], NULL); in main()
201 cg2->add_field(cg2, 0, cgf->t[0].fsym[i], cgf->t[0].ftype[i]); in main()
380 cg2->add_setarr(cg2, 0, setel); in main()
[all …]
/dports/math/mfem/mfem-4.3/tests/unit/linalg/
H A Dtest_cg_indefinite.cpp55 CGSolver cg2; variable
56 cg2.SetOperator(identity);
57 cg2.SetPreconditioner(indefprec);
58 cg2.SetPrintLevel(1);
60 cg2.Mult(v, x);
61 REQUIRE(!cg2.GetConverged());
/dports/math/py-algopy/algopy-0.5.7/documentation/examples/
H A Dcovariance_matrix_computation.py64 cg2 = CGraph() variable
74 cg2.trace_off()
76 cg2.independentFunctionList = [J1, J2]
77 cg2.dependentFunctionList = [C2]
86 cg2.pullback([Cbar])
87 print('J1\n',cg2.independentFunctionList[0].xbar - cg1.independentFunctionList[0].xbar)
88 print('J2\n',cg2.independentFunctionList[1].xbar - cg1.independentFunctionList[1].xbar)
/dports/databases/py-sqlobject/SQLObject-1.6.0/sqlobject/tests/
H A Dtest_combining_joins.py25 cg2 = ComplexGroup(name='cg2')
27 c2 = Complex(name='c2', complex_group=cg2)
28 c3 = Complex(name='c3', complex_group=cg2)
38 assert list(cg2.unit_models) == [u1, u2, u2]
39 assert list(cg2.unit_models.distinct()) == [u1, u2]
42 cg2.unit_models.filter(UnitModel.q.name=='u1')) == [u1]
/dports/math/py-algopy/algopy-0.5.7/documentation/sphinx/examples/
H A Dampl_minimization_problem.py60 cg2 = algopy.CGraph()
63 cg2.trace_off()
64 cg2.independentFunctionList = [x]
65 cg2.dependentFunctionList = [y]
66 self.cg2 = cg2
72 return self.cg2.jacobian(x)
81 return self.cg2.vec_hess(w, x)
84 return self.cg.gradient(x) + self.cg2.vec_jac(lam, x)
87 return self.cg.hessian(x) + self.cg2.vec_hess(lam, x)
/dports/math/py-sympy/sympy-1.9/sympy/tensor/array/expressions/tests/
H A Dtest_array_expressions.py344 assert cg1 == cg2
351 assert cg1 == cg2
362 assert cg1 == cg2
369 cg2 = PermuteDims(
375 assert cg1 == cg2
382 cg2 = PermuteDims(
389 assert cg1 == cg2
396 assert cg1 == cg2
401 assert cg1 == cg2
413 assert cg1 == cg2
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/samples/bpf/
H A Dtest_cgrp2_array_pin.c27 const char *pinned_file = NULL, *cg2 = NULL; in main() local
46 cg2 = optarg; in main()
54 if (!cg2 || !pinned_file) { in main()
59 cg2_fd = open(cg2, O_RDONLY); in main()
62 cg2, strerror(errno), errno); in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/samples/bpf/
H A Dtest_cgrp2_array_pin.c27 const char *pinned_file = NULL, *cg2 = NULL; in main() local
46 cg2 = optarg; in main()
54 if (!cg2 || !pinned_file) { in main()
59 cg2_fd = open(cg2, O_RDONLY); in main()
62 cg2, strerror(errno), errno); in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/samples/bpf/
H A Dtest_cgrp2_array_pin.c27 const char *pinned_file = NULL, *cg2 = NULL; in main() local
46 cg2 = optarg; in main()
54 if (!cg2 || !pinned_file) { in main()
59 cg2_fd = open(cg2, O_RDONLY); in main()
62 cg2, strerror(errno), errno); in main()
/dports/math/gap/gap-4.11.0/hpcgap/demo/
H A Dkaratsuba2.g6 local deg, n, cf1, cg1, cf2, cg2, sf, sg, p1, p2, p3, finalPart;
15 cg2 := `cg{[n+1..Length(cg)]};
17 sg := cg1 + cg2;
20 p2 := RunTask(KaratsubaTaskedInner, cf2, cg2);
46 local deg, n, mo, cf1, cg1, cf2, cg2, sf, sg, p1, p2, p3, x1, x2,
57 cg2 := `cg{[n+1..Length(cg)]};
59 sg := cg1 + cg2;
61 x2 := KaratsubaSeqInner( cf2, cg2);
/dports/accessibility/kmouth/kmouth-21.12.3/
H A Doptionsdialog.cpp80 KConfigGroup cg2(KSharedConfig::openConfig() , "Notification Messages"); in readOptions() local
81 if (cg2.hasKey("AutomaticSave")) in readOptions()
82 if (cg2.readEntry("AutomaticSave") == QLatin1String("Yes")) in readOptions()
104 KConfigGroup cg2(KSharedConfig::openConfig(), "Notification Messages"); in saveOptions() local
106 cg2.writeEntry("AutomaticSave", "Yes"); in saveOptions()
108 cg2.writeEntry("AutomaticSave", "No"); in saveOptions()
110 cg2.deleteEntry("AutomaticSave"); in saveOptions()

12345678910>>...31