Home
last modified time | relevance | path

Searched refs:ph3 (Results 1 – 25 of 561) sorted by relevance

12345678910>>...23

/dports/devel/ppl/ppl-1.2/tests/Polyhedron/
H A Dtimeelapse1.cc69 C_Polyhedron ph3(2, EMPTY); in test02() local
75 ph3.time_elapse_assign(ph4); in test02()
161 C_Polyhedron ph3(2, EMPTY); in test05() local
162 ph3.add_generator(point()); in test05()
163 ph3.constraints(); in test05()
173 bool ok = (ph1 == ph3); in test05()
201 C_Polyhedron ph3(2); in test06() local
203 ph3.add_constraint(x >= 2); in test06()
204 ph3.add_constraint(x <= 4); in test06()
205 ph3.add_constraint(y == 3); in test06()
[all …]
H A Duniverse2.cc32 NNC_Polyhedron ph3(3); in test01() local
35 ph3.add_constraint(Linear_Expression(1) < 0); in test01()
42 print_constraints(ph3, "*** ph3 ***"); in test01()
59 bool universe3 = ph3.is_universe(); in test01()
H A Dhybrid.cc40 NNC_Polyhedron ph3(2, EMPTY); in test01() local
60 ph_tmp = ph3; in test01()
149 ph3 = ph2; in test01()
154 ph3.add_constraint(w == 5); in test01()
156 ph3.affine_image(x, 0*x); in test01()
158 ph3.add_constraint(x < 2); in test01()
162 ph3.add_constraint(x < 2); in test01()
180 NNC_Polyhedron ph3(5, EMPTY); in test02() local
207 ph_tmp = ph3; in test02()
245 ph3 = ph2; in test02()
[all …]
H A Dbounded1.cc65 C_Polyhedron ph3; in test03() local
67 print_constraints(ph3, "*** ph3 ***"); in test03()
69 return ph3.is_bounded(); in test03()
H A Dgenerators1.cc88 C_Polyhedron ph3(2); in test03() local
89 ph3.add_constraint(A >= 1); in test03()
90 ph3.add_constraint(A <= -1); in test03()
94 print_generators(ph3, "*** ph3 ***"); in test03()
98 Generator_System gs3 = ph3.generators(); in test03()
H A Dtopclosed1.cc37 NNC_Polyhedron ph3; in test01() local
41 && ph3.is_topologically_closed(); in test01()
45 print_constraints(ph3, "*** ph3 ***"); in test01()
H A Dgeomcovers1.cc39 C_Polyhedron ph1(cs1), ph2(cs2), ph3(cs3); in test01() local
46 ps3.add_disjunct(ph3); in test01()
H A Dpolydifference1.cc63 C_Polyhedron ph3(2); in test01() local
64 ph3.add_constraint(2*y >= 3); in test01()
66 known_result.difference_assign(ph3); in test01()
H A Daddconstraints1.cc42 C_Polyhedron ph3; in test01() local
43 ph3.add_constraints(cs3); in test01()
50 && ph3 == univ_result); in test01()
54 print_constraints(ph3, "*** ph3 ***"); in test01()
/dports/science/py-phono3py/phono3py-1.22.3/test/phonon3/
H A Dtest_displacements.py6 ph3 = phono3py.load(unitcell=agno2_cell,
8 ph3.generate_displacements()
13 np.testing.assert_equal(duplicates_ref, ph3.dataset['duplicates'])
17 ph3 = nacl_pbe
18 ph3.generate_displacements()
20 ph3.dataset['duplicates']
21 np.testing.assert_equal(duplicates_ref, ph3.dataset['duplicates'])
34 for first_atoms in ph3.dataset['first_atoms']:
H A Dtest_kappa_RTA.py53 def _get_kappa(ph3, mesh, is_isotope=False, is_full_pp=False): argument
54 ph3.mesh_numbers = mesh
55 ph3.init_phph_interaction()
56 ph3.run_thermal_conductivity(temperatures=[300, ],
59 return ph3.thermal_conductivity.kappa
/dports/science/py-phono3py/phono3py-1.22.3/test/sscha/
H A Dtest_sscha.py28 def get_supercell_phonon(ph3): argument
29 ph3.mesh_numbers = [1, 1, 1]
30 ph3.init_phph_interaction()
31 fc2 = ph3.dynamical_matrix.force_constants
32 supercell = ph3.phonon_supercell
33 factor = ph3.unit_conversion_factor
95 def _test_disp_corr_matrix(ph3): argument
96 supercell_phonon = get_supercell_phonon(ph3)
105 rd = RandomDisplacements(ph3.supercell,
106 ph3.primitive,
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aquasecurity/trivy/integration/testdata/
H A Dphoton-30.json.golden9 "InstalledVersion": "4.4.18-1.ph3",
10 "FixedVersion": "4.4.18-2.ph3",
27 "InstalledVersion": "7.61.1-4.ph3",
28 "FixedVersion": "7.61.1-5.ph3",
49 "FixedVersion": "7.61.1-5.ph3",
72 "FixedVersion": "7.61.1-5.ph3",
93 "FixedVersion": "7.61.1-5.ph3",
116 "FixedVersion": "1.44.3-3.ph3",
137 "FixedVersion": "1.45.5-1.ph3",
158 "FixedVersion": "0.6.35-2.ph3",
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc574 ASSERT_EQ(ph3, handlers[0]); in TEST_F()
700 registry()->RemoveHandler(ph3); in TEST_F()
706 registry()->RemoveHandler(ph3); in TEST_F()
717 registry()->RemoveHandler(ph3); in TEST_F()
743 ProtocolHandler ph3 = in TEST_F() local
749 ASSERT_EQ(handler.url(), ph3.url()); in TEST_F()
757 ProtocolHandler ph3 = in TEST_F() local
766 registry()->RemoveHandler(ph3); in TEST_F()
775 ProtocolHandler ph3 = in TEST_F() local
782 ph2.IsSameOrigin(ph3)); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc574 ASSERT_EQ(ph3, handlers[0]); in TEST_F()
700 registry()->RemoveHandler(ph3); in TEST_F()
706 registry()->RemoveHandler(ph3); in TEST_F()
717 registry()->RemoveHandler(ph3); in TEST_F()
743 ProtocolHandler ph3 = in TEST_F() local
749 ASSERT_EQ(handler.url(), ph3.url()); in TEST_F()
757 ProtocolHandler ph3 = in TEST_F() local
766 registry()->RemoveHandler(ph3); in TEST_F()
775 ProtocolHandler ph3 = in TEST_F() local
782 ph2.IsSameOrigin(ph3)); in TEST_F()
[all …]
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_toolbar.c124 ph3 = elm_photo_add(win); in test_toolbar()
178 ph = ph3; in test_toolbar()
228 ph3 = elm_photo_add(win); in test_toolbar2()
282 ph = ph3; in test_toolbar2()
385 ph = ph3; in test_toolbar3()
489 ph = ph3; in test_toolbar4()
598 ph = ph3; in test_toolbar5()
702 ph = ph3; in test_toolbar_vertical()
807 ph = ph3; in test_toolbar6()
946 ph = ph3; in test_toolbar7()
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Button/
H A Dbutton_widget.cpp73 SI pw1= 0, ph1= 0, pw2= 0, ph2= 0, pw3= 0, ph3= 0; in handle_get_size() local
76 a[2] << get_size (pw3, ph3, -1); in handle_get_size()
79 ev->h = max (ph1, max (ph2, ph3)); in handle_get_size()
103 SI pw1= 0, ph1= 0, pw2= 0, ph2= 0, pw3= 0, ph3= 0; in handle_position() local
106 a[2] << get_size (pw3, ph3, -1); in handle_position()
113 a[2] << emit_position (w-PIXEL-extra_right, PIXEL, pw3, ph3, south_west); in handle_position()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/LoopVersioning/
H A Dincorrect-phi.ll30 ; CHECK: %split.ph3 = phi i16 [ undef, %bb6 ]
31 ; CHECK: %split = phi i16 [ %split.ph, %loop.exit.loopexit ], [ %split.ph3, %loop.exit.loopexit1 ]
58 ; CHECK: %split.ph3 = phi i16 [ %t, %bb6 ]
59 ; CHECK: %split = phi i16 [ %split.ph, %loop.exit.loopexit ], [ %split.ph3, %loop.exit.loopexit1 ]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/LoopVersioning/
H A Dincorrect-phi.ll30 ; CHECK: %split.ph3 = phi i16 [ undef, %bb6 ]
31 ; CHECK: %split = phi i16 [ %split.ph, %loop.exit.loopexit ], [ %split.ph3, %loop.exit.loopexit1 ]
58 ; CHECK: %split.ph3 = phi i16 [ %t, %bb6 ]
59 ; CHECK: %split = phi i16 [ %split.ph, %loop.exit.loopexit ], [ %split.ph3, %loop.exit.loopexit1 ]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/LoopVersioning/
H A Dincorrect-phi.ll30 ; CHECK: %split.ph3 = phi i16 [ undef, %bb6 ]
31 ; CHECK: %split = phi i16 [ %split.ph, %loop.exit.loopexit ], [ %split.ph3, %loop.exit.loopexit1 ]
58 ; CHECK: %split.ph3 = phi i16 [ %t, %bb6 ]
59 ; CHECK: %split = phi i16 [ %split.ph, %loop.exit.loopexit ], [ %split.ph3, %loop.exit.loopexit1 ]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/LoopVersioning/
H A Dincorrect-phi.ll30 ; CHECK: %split.ph3 = phi i16 [ undef, %bb6 ]
31 ; CHECK: %split = phi i16 [ %split.ph, %loop.exit.loopexit ], [ %split.ph3, %loop.exit.loopexit1 ]
58 ; CHECK: %split.ph3 = phi i16 [ %t, %bb6 ]
59 ; CHECK: %split = phi i16 [ %split.ph, %loop.exit.loopexit ], [ %split.ph3, %loop.exit.loopexit1 ]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/LoopVersioning/
H A Dincorrect-phi.ll30 ; CHECK: %split.ph3 = phi i16 [ undef, %bb6 ]
31 ; CHECK: %split = phi i16 [ %split.ph, %loop.exit.loopexit ], [ %split.ph3, %loop.exit.loopexit1 ]
58 ; CHECK: %split.ph3 = phi i16 [ %t, %bb6 ]
59 ; CHECK: %split = phi i16 [ %split.ph, %loop.exit.loopexit ], [ %split.ph3, %loop.exit.loopexit1 ]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/LoopVersioning/
H A Dincorrect-phi.ll30 ; CHECK: %split.ph3 = phi i16 [ undef, %bb6 ]
31 ; CHECK: %split = phi i16 [ %split.ph, %loop.exit.loopexit ], [ %split.ph3, %loop.exit.loopexit1 ]
58 ; CHECK: %split.ph3 = phi i16 [ %t, %bb6 ]
59 ; CHECK: %split = phi i16 [ %split.ph, %loop.exit.loopexit ], [ %split.ph3, %loop.exit.loopexit1 ]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/LoopVersioning/
H A Dincorrect-phi.ll30 ; CHECK: %split.ph3 = phi i16 [ undef, %bb6 ]
31 ; CHECK: %split = phi i16 [ %split.ph, %loop.exit.loopexit ], [ %split.ph3, %loop.exit.loopexit1 ]
58 ; CHECK: %split.ph3 = phi i16 [ %t, %bb6 ]
59 ; CHECK: %split = phi i16 [ %split.ph, %loop.exit.loopexit ], [ %split.ph3, %loop.exit.loopexit1 ]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/LoopVersioning/
H A Dincorrect-phi.ll30 ; CHECK: %split.ph3 = phi i16 [ undef, %bb6 ]
31 ; CHECK: %split = phi i16 [ %split.ph, %loop.exit.loopexit ], [ %split.ph3, %loop.exit.loopexit1 ]
58 ; CHECK: %split.ph3 = phi i16 [ %t, %bb6 ]
59 ; CHECK: %split = phi i16 [ %split.ph, %loop.exit.loopexit ], [ %split.ph3, %loop.exit.loopexit1 ]

12345678910>>...23