Home
last modified time | relevance | path

Searched refs:gs1 (Results 1 – 25 of 1161) sorted by relevance

12345678910>>...47

/dports/devel/ppl/ppl-1.2/tests/Polyhedron/
H A Dbhrz03widening1.cc34 Generator_System gs1; in test01() local
35 gs1.insert(point()); in test01()
36 gs1.insert(point(A)); in test01()
37 gs1.insert(point(B)); in test01()
39 gs1.insert(point(C)); in test01()
43 C_Polyhedron ph1(gs1); in test01()
97 Generator_System gs1; in test03() local
98 gs1.insert(point()); in test03()
226 gs1.insert(ray(A)); in test07()
227 gs1.insert(ray(B)); in test07()
[all …]
H A Dbhrz03widening2.cc33 Generator_System gs1; in test01() local
34 gs1.insert(point()); in test01()
35 gs1.insert(ray(B)); in test01()
65 Generator_System gs1; in test02() local
66 gs1.insert(point()); in test02()
67 gs1.insert(ray(-A)); in test02()
98 gs1.insert(point()); in test03()
99 gs1.insert(ray(-B)); in test03()
130 gs1.insert(point()); in test04()
195 gs1.insert(ray(A)); in test06()
[all …]
H A Daddgenerators2.cc33 Generator_System gs1; in test01() local
38 gs1.insert(point(2*x)); in test01()
39 gs1.insert(point(4*x + y)); in test01()
40 gs1.insert(point(x + 4*y)); in test01()
41 gs1.insert(point(3*y)); in test01()
43 NNC_Polyhedron ph(gs1); in test01()
102 Generator_System gs1; in test03() local
103 gs1.insert(point(A + B)); in test03()
105 gs1.insert(ray(A)); in test03()
106 gs1.insert(ray(B)); in test03()
[all …]
H A Dbhrz03widening3.cc64 Generator_System gs1; in test02() local
65 gs1.insert(point(A)); in test02()
67 gs1.insert(ray(A)); in test02()
68 gs1.insert(ray(B)); in test02()
70 NNC_Polyhedron ph1(gs1); in test02()
449 gs1.insert(point()); in test06()
451 gs1.insert(ray(A)); in test06()
484 gs1.insert(point()); in test07()
486 gs1.insert(ray(A)); in test07()
519 gs1.insert(point()); in test08()
[all …]
H A Dmingenerators1.cc33 Generator_System gs1; in test01() local
34 gs1.insert(point()); in test01()
35 gs1.insert(point(B)); in test01()
36 gs1.insert(line(A)); in test01()
37 gs1.insert(ray(B)); in test01()
38 gs1.insert(ray(A + B)); in test01()
39 gs1.insert(ray(-A + B)); in test01()
41 C_Polyhedron ph1(gs1); in test01()
H A Daddgenerators1.cc33 Generator_System gs1; in test01() local
34 gs1.insert(point(x)); in test01()
35 gs1.insert(point(y)); in test01()
36 gs1.insert(line(x)); in test01()
37 C_Polyhedron ph1(gs1); in test01()
172 Generator_System gs1; in test06() local
174 gs1.insert(point()); in test06()
176 C_Polyhedron ph(gs1); in test06()
252 Generator_System gs1; in test09() local
253 gs1.insert(point()); in test09()
[all …]
H A Daddspacedims2.cc161 Generator_System gs1; in test05() local
162 gs1.insert(point(A)); in test05()
163 NNC_Polyhedron ph(gs1); in test05()
192 Generator_System gs1; in test06() local
193 gs1.insert(point(A + B)); in test06()
194 gs1.insert(closure_point()); in test06()
195 gs1.insert(ray(A)); in test06()
196 gs1.insert(ray(B)); in test06()
197 NNC_Polyhedron ph1(gs1); in test06()
/dports/math/py-matplotlib2/matplotlib-2.2.4/tutorials/intermediate/
H A Dtight_layout_guide.py177 gs1 = gridspec.GridSpec(2, 1) variable
178 ax1 = fig.add_subplot(gs1[0])
179 ax2 = fig.add_subplot(gs1[1])
184 gs1.tight_layout(fig)
193 gs1 = gridspec.GridSpec(2, 1) variable
194 ax1 = fig.add_subplot(gs1[0])
195 ax2 = fig.add_subplot(gs1[1])
229 top = min(gs1.top, gs2.top)
268 top = min(gs1.top, gs2.top)
274 top = min(gs1.top, gs2.top)
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/codeitnowin/barcode/CodeItNow/BarcodeBundle/Generator/
H A DCINisbn.php29 private $gs1; variable in CodeItNow\\BarcodeBundle\\Generator\\CINisbn
34 * @param int $gs1
36 public function __construct($gs1 = self::GS1_AUTO) { argument
38 $this->setGS1($gs1);
63 * @param int $gs1
65 public function setGS1($gs1) { argument
66 $gs1 = (int)$gs1;
67 … if ($gs1 !== self::GS1_AUTO && $gs1 !== self::GS1_PREFIX978 && $gs1 !== self::GS1_PREFIX979) {
71 $this->gs1 = $gs1;
112 if ($this->gs1 === self::GS1_AUTO || $this->gs1 === self::GS1_PREFIX978) {
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dccmp.c75 gimple *gs0, *gs1; in ccmp_candidate_p() local
91 gs1 = get_gimple_for_ssa_name (op1); in ccmp_candidate_p()
92 if (!gs0 || !gs1 || !is_gimple_assign (gs0) || !is_gimple_assign (gs1) in ccmp_candidate_p()
96 || gimple_bb (gs0) != gimple_bb (gs1) in ccmp_candidate_p()
101 tcode1 = gimple_assign_rhs_code (gs1); in ccmp_candidate_p()
106 && ccmp_candidate_p (gs1)) in ccmp_candidate_p()
161 tree_code code1 = gimple_assign_rhs_code (gs1); in expand_ccmp_expr_1()
164 gcc_assert (gs0 && gs1 && is_gimple_assign (gs0) && is_gimple_assign (gs1)); in expand_ccmp_expr_1()
199 gimple_assign_rhs1 (gs1), in expand_ccmp_expr_1()
200 gimple_assign_rhs2 (gs1)); in expand_ccmp_expr_1()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dccmp.c75 gimple *gs0, *gs1; in ccmp_candidate_p() local
91 gs1 = get_gimple_for_ssa_name (op1); in ccmp_candidate_p()
92 if (!gs0 || !gs1 || !is_gimple_assign (gs0) || !is_gimple_assign (gs1) in ccmp_candidate_p()
96 || gimple_bb (gs0) != gimple_bb (gs1) in ccmp_candidate_p()
101 tcode1 = gimple_assign_rhs_code (gs1); in ccmp_candidate_p()
106 && ccmp_candidate_p (gs1)) in ccmp_candidate_p()
161 tree_code code1 = gimple_assign_rhs_code (gs1); in expand_ccmp_expr_1()
164 gcc_assert (gs0 && gs1 && is_gimple_assign (gs0) && is_gimple_assign (gs1)); in expand_ccmp_expr_1()
199 gimple_assign_rhs1 (gs1), in expand_ccmp_expr_1()
200 gimple_assign_rhs2 (gs1)); in expand_ccmp_expr_1()
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/valtype/
H A Dean13.test18 useLocal ean13.tcl valtype::gs1::ean13
24 valtype::gs1::ean13 validate
29 valtype::gs1::ean13 validate A B
36 valtype::gs1::ean13 validate A
44 valtype::gs1::ean13 validate $in
53 valtype::gs1::ean13 validate $in
71 valtype::gs1::ean13 checkdigit
76 valtype::gs1::ean13 checkdigit A B
83 valtype::gs1::ean13 checkdigit A
107 valtype::gs1::ean13 validate $in$check
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/valtype/
H A Dean13.test18 useLocal ean13.tcl valtype::gs1::ean13
24 valtype::gs1::ean13 validate
29 valtype::gs1::ean13 validate A B
36 valtype::gs1::ean13 validate A
44 valtype::gs1::ean13 validate $in
53 valtype::gs1::ean13 validate $in
71 valtype::gs1::ean13 checkdigit
76 valtype::gs1::ean13 checkdigit A B
83 valtype::gs1::ean13 checkdigit A
107 valtype::gs1::ean13 validate $in$check
[all …]
/dports/databases/postgis31/postgis-3.1.4/postgis/
H A Dlwgeom_functions_temporal.c50 GSERIALIZED *gs1 = PG_GETARG_GSERIALIZED_P(1); in ST_ClosestPointOfApproach() local
53 LWGEOM *g1 = lwgeom_from_gserialized(gs1); in ST_ClosestPointOfApproach()
58 PG_FREE_IF_COPY(gs1, 1); in ST_ClosestPointOfApproach()
88 GSERIALIZED *gs1 = PG_GETARG_GSERIALIZED_P(1); in ST_DistanceCPA() local
91 LWGEOM *g1 = lwgeom_from_gserialized(gs1); in ST_DistanceCPA()
97 PG_FREE_IF_COPY(gs1, 1); in ST_DistanceCPA()
111 GSERIALIZED *gs1 = PG_GETARG_GSERIALIZED_P(1); in ST_CPAWithin() local
115 LWGEOM *g1 = lwgeom_from_gserialized(gs1); in ST_CPAWithin()
120 PG_FREE_IF_COPY(gs1, 1); in ST_CPAWithin()
/dports/databases/postgis32/postgis-3.2.0/postgis/
H A Dlwgeom_functions_temporal.c50 GSERIALIZED *gs1 = PG_GETARG_GSERIALIZED_P(1); in ST_ClosestPointOfApproach() local
53 LWGEOM *g1 = lwgeom_from_gserialized(gs1); in ST_ClosestPointOfApproach()
58 PG_FREE_IF_COPY(gs1, 1); in ST_ClosestPointOfApproach()
88 GSERIALIZED *gs1 = PG_GETARG_GSERIALIZED_P(1); in ST_DistanceCPA() local
91 LWGEOM *g1 = lwgeom_from_gserialized(gs1); in ST_DistanceCPA()
97 PG_FREE_IF_COPY(gs1, 1); in ST_DistanceCPA()
111 GSERIALIZED *gs1 = PG_GETARG_GSERIALIZED_P(1); in ST_CPAWithin() local
115 LWGEOM *g1 = lwgeom_from_gserialized(gs1); in ST_CPAWithin()
120 PG_FREE_IF_COPY(gs1, 1); in ST_CPAWithin()
/dports/databases/postgis25/postgis-2.5.5/postgis/
H A Dlwgeom_functions_temporal.c52 GSERIALIZED *gs1 = PG_GETARG_GSERIALIZED_P(1); in ST_ClosestPointOfApproach() local
55 LWGEOM *g1 = lwgeom_from_gserialized(gs1); in ST_ClosestPointOfApproach()
60 PG_FREE_IF_COPY(gs1, 1); in ST_ClosestPointOfApproach()
90 GSERIALIZED *gs1 = PG_GETARG_GSERIALIZED_P(1); in ST_DistanceCPA() local
93 LWGEOM *g1 = lwgeom_from_gserialized(gs1); in ST_DistanceCPA()
99 PG_FREE_IF_COPY(gs1, 1); in ST_DistanceCPA()
113 GSERIALIZED *gs1 = PG_GETARG_GSERIALIZED_P(1); in ST_CPAWithin() local
117 LWGEOM *g1 = lwgeom_from_gserialized(gs1); in ST_CPAWithin()
122 PG_FREE_IF_COPY(gs1, 1); in ST_CPAWithin()
/dports/databases/postgis30/postgis-3.0.4/postgis/
H A Dlwgeom_functions_temporal.c50 GSERIALIZED *gs1 = PG_GETARG_GSERIALIZED_P(1); in ST_ClosestPointOfApproach() local
53 LWGEOM *g1 = lwgeom_from_gserialized(gs1); in ST_ClosestPointOfApproach()
58 PG_FREE_IF_COPY(gs1, 1); in ST_ClosestPointOfApproach()
88 GSERIALIZED *gs1 = PG_GETARG_GSERIALIZED_P(1); in ST_DistanceCPA() local
91 LWGEOM *g1 = lwgeom_from_gserialized(gs1); in ST_DistanceCPA()
97 PG_FREE_IF_COPY(gs1, 1); in ST_DistanceCPA()
111 GSERIALIZED *gs1 = PG_GETARG_GSERIALIZED_P(1); in ST_CPAWithin() local
115 LWGEOM *g1 = lwgeom_from_gserialized(gs1); in ST_CPAWithin()
120 PG_FREE_IF_COPY(gs1, 1); in ST_CPAWithin()
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/test/painter/
H A Dglyph_string_test.cpp9 cppurses::Glyph_string gs1(g1); in TEST() local
15 EXPECT_EQ(gs1[0], g1); in TEST()
53 cppurses::Glyph_string gs1{'g', cppurses::Attribute::Bold, in TEST() local
70 cppurses::Glyph_string gs1{"hello!", cppurses::Attribute::Bold}; in TEST() local
131 cppurses::Glyph_string gs1{"⁗ 7₱", cppurses::Attribute::Bold, in TEST() local
137 EXPECT_TRUE(gs1 == gs2); in TEST()
141 cppurses::Glyph_string gs1{"⁗ 7₱", cppurses::Attribute::Bold, in TEST() local
150 EXPECT_EQ(gs1.str(), "⁗ 7₱"); in TEST()
158 cppurses::Glyph_string gs1{"⁗ 7₱", cppurses::Attribute::Bold, in TEST() local
164 cppurses::Glyph_string gs = gs1 + gs2; in TEST()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/util/
H A Dline_search.F17 double precision gs0, gs1, e0, e1, step0, step1, ediff, ls_ratio
69 gs1 = gradients(nstep)
76 ls_hessian = (gs1 - gs0) / (step1 - step0)
79 ls_ratio = abs(gs1 / gradients(1))
82 write(6,3) step1, e1, gs1,
129 ls_step = (gs1*step0 - gs0*step1)/(gs1 - gs0) - step1
136 if (abs((ls_grad-gs1)/gs1) .lt. 0.01) then
152 ls_step = sign(step_neg_h,-gs1)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/util/
H A Dline_search.F17 double precision gs0, gs1, e0, e1, step0, step1, ediff, ls_ratio
69 gs1 = gradients(nstep)
76 ls_hessian = (gs1 - gs0) / (step1 - step0)
79 ls_ratio = abs(gs1 / gradients(1))
82 write(6,3) step1, e1, gs1,
129 ls_step = (gs1*step0 - gs0*step1)/(gs1 - gs0) - step1
136 if (abs((ls_grad-gs1)/gs1) .lt. 0.01) then
152 ls_step = sign(step_neg_h,-gs1)
/dports/devel/ppl/ppl-1.2/tests/Grid/
H A Doutputoperator3.cc37 Grid_Generator_System gs1(grid_point(A + 7*B)); in test01() local
40 ss1 << gs1; in test01()
42 print_generators(gs1, "*** gs1 ***"); in test01()
64 Grid_Generator_System gs1(grid_point(A + 7*B)); in test02() local
65 gs1.insert(parameter(2*C)); in test02()
68 ss1 << gs1; in test02()
70 print_generators(gs1, "*** gs1 ***"); in test02()
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/subplots_axes_and_figures/
H A Ddemo_tight_layout.py98 gs1 = gridspec.GridSpec(3, 1) variable
99 ax1 = fig.add_subplot(gs1[0])
100 ax2 = fig.add_subplot(gs1[1])
101 ax3 = fig.add_subplot(gs1[2])
112 gs1.tight_layout(fig, rect=[None, None, 0.45, None])
129 top = min(gs1.top, gs2.top)
130 bottom = max(gs1.bottom, gs2.bottom)
132 gs1.update(top=top, bottom=bottom)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/subplots_axes_and_figures/
H A Ddemo_tight_layout.py98 gs1 = gridspec.GridSpec(3, 1) variable
99 ax1 = fig.add_subplot(gs1[0])
100 ax2 = fig.add_subplot(gs1[1])
101 ax3 = fig.add_subplot(gs1[2])
112 gs1.tight_layout(fig, rect=[None, None, 0.45, None])
129 top = min(gs1.top, gs2.top)
130 bottom = max(gs1.bottom, gs2.bottom)
132 gs1.update(top=top, bottom=bottom)
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/subplots_axes_and_figures/
H A Ddemo_tight_layout.py102 gs1 = fig.add_gridspec(3, 1) variable
103 ax1 = fig.add_subplot(gs1[0])
104 ax2 = fig.add_subplot(gs1[1])
105 ax3 = fig.add_subplot(gs1[2])
111 gs1.tight_layout(fig, rect=[None, None, 0.45, None])
128 top = min(gs1.top, gs2.top)
129 bottom = max(gs1.bottom, gs2.bottom)
131 gs1.update(top=top, bottom=bottom)
/dports/biology/py-orange3-bioinformatics/Orange3-Bioinformatics-4.3.1/orangecontrib/bioinformatics/tests/
H A Dtest_geneset.py59 gs1 = GeneSet(
70 … self.assertEqual(gs1.gmt_description(), 'test_gs,GO-biological_process,9606,test_name,_,_,_')
71 self.assertFalse(gs1 == gs2)
72 self.assertNotEqual(gs1, gs2)
73 self.assertTrue(gs1 == gs1)
76 gs1 = GeneSet(
88 sets = GeneSets([gs1, gs2, gs3])

12345678910>>...47