Home
last modified time | relevance | path

Searched +defs:E +defs:it (Results 1 – 25 of 2252) sorted by relevance

12345678910>>...91

/dports/math/libpgmath/flang-d07daf3/tools/shared/utils/common/
H A Dutils.h734 auto it = listStack.begin(); in parseList() local
735 for (auto E = listStack.end(); it != E; ++it) { in parseList() local
966 E = s.end(); variable
1070 auto it = tokens.begin(); in generateTable() local
1081 for (auto E = tokens.end(); it != E; ++it) { in generateTable() local
1190 it = widths.begin(), in generateTable() local
1191 E = widths.end(); in generateTable() local
1227 it = widths.begin(), in generateTable() local
1228 E = widths.end(); in generateTable() local
1275 it = widths.begin(), in generateTable() local
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/
H A Dbmsh3d_mesh.h84 std::map<int, bmsh3d_face*>::iterator it = facemap_.begin(); in _clear_facemap() local
100 std::map<int, bmsh3d_face*>::iterator it = facemap_.find(i); in facemap() local
113 std::map<int, bmsh3d_face*>::iterator it = facemap_.find(fid); in contains_F() local
247 std::map<int, bmsh3d_face*>::iterator it = facemap_.begin(); in clear_faces() local
258 std::map<int, bmsh3d_edge*>::iterator it = edgemap_.begin(); in clear_edges() local
260 bmsh3d_edge* E = (*it).second; in clear_edges() local
289 std::map<int, bmsh3d_edge*>::iterator it = edgemap_.find(i); in edgemap() local
312 bool next_edge(bmsh3d_edge* &E) in next_edge()
338 virtual void _del_edge(bmsh3d_edge* E) { delete E; } in _del_edge()
339 void _add_edge(bmsh3d_edge* E) in _add_edge()
[all …]
H A Dbmsh3d_graph.h45 std::map<int, bmsh3d_edge*>::iterator it = edgemap_.begin(); in clear() local
52 std::map<int, bmsh3d_vertex*>::iterator it = vertexmap_.begin(); in clear() local
71 std::map<int, bmsh3d_edge*>::iterator it = edgemap_.find (i); in edgemap() local
97 virtual void _del_edge (bmsh3d_edge* E) { in _del_edge()
98 delete E; in _del_edge() local
101 void _add_edge (bmsh3d_edge* E) { in _add_edge()
105 void add_edge_incidence (bmsh3d_edge* E) { in add_edge_incidence()
125 bmsh3d_edge* E = _new_edge (V1, V2); in add_new_edge() local
176 void remove_edge (bmsh3d_edge* E) { in remove_edge()
190 bmsh3d_edge* E = edgemap (id); in remove_edge() local
[all …]
H A Dbmsh3d_graph.cxx63 std::map<int, bmsh3d_edge*>::iterator it = G->edgemap().begin(); in remove_graph_loops() local
65 bmsh3d_edge* E = (*it).second; in remove_graph_loops() local
85 std::map<int, bmsh3d_edge*>::iterator it = inputG->edgemap().begin(); in clone_graph() local
87 bmsh3d_edge* E = (*it).second; in clone_graph() local
H A Dbmsh3d_mesh.cxx47 auto it = facemap_.begin(); in get_avg_edge_len_from_F() local
124 auto it = facemap_.begin(); in _count_faces_indices_ifs() local
140 auto it = facemap_.begin(); in _count_visited_faces_indices_ifs() local
158 auto it = facemap_.begin(); in ifs_assign_Vs_vid_by_id() local
230 auto it = facemap_.begin(); in get_avg_edge_len_from_F() local
262 auto it = facemap_.begin(); in _count_faces_indices_mhe() local
277 auto it = facemap_.begin(); in _update_incident_Es_Vs() local
283 bmsh3d_edge* E = HE->edge(); in _update_incident_Es_Vs() local
299 bmsh3d_edge* E = HE->edge(); in remove_F_del_isolated_Es() local
436 bmsh3d_edge* E = E_sharing_2V (V0, V1); in add_F_to_M() local
[all …]
/dports/multimedia/simplescreenrecorder/ssr-0.4.3/src/common/
H A DEnumStrings.h33 …inline static bool CompareFirst(const std::pair<E, QString>& a, const std::pair<E, QString>& b) { … in CompareFirst()
34 …inline static bool CompareSecond(const std::pair<E, QString>& a, const std::pair<E, QString>& b) {… in CompareSecond()
37 EnumStrings(std::initializer_list<std::pair<E, QString> > list) { in EnumStrings()
43 …auto it = std::lower_bound(SINGLETON.m_to_string.begin(), SINGLETON.m_to_string.end(), std::make_p… in ToString() local
51 …auto it = std::lower_bound(SINGLETON.m_from_string.begin(), SINGLETON.m_from_string.end(), std::ma… in FromString() local
64 #define ENUMSTRINGS(E) template<> const EnumStrings<E> EnumStrings<E>::SINGLETON argument
/dports/astro/gpstk/GPSTk-8.0.0/ext/apps/geomatics/relposition/
H A DProcessRawData.cpp161 catch(std::exception& e) { Exception E("std except: "+string(e.what())); GPSTK_THROW(E); } in ProcessRawData() local
172 RinexObsData::RinexSatMap::const_iterator it; in FillRawData() local
245 catch(std::exception& e) { Exception E("std except: "+string(e.what())); GPSTK_THROW(E); } in FillRawData() local
258 map<GSatID,DataStruct>::iterator it; in GetEphemerisRange() local
294 catch(std::exception& e) { Exception E("std except: "+string(e.what())); GPSTK_THROW(E); } in GetEphemerisRange() local
307 map<GSatID,DataStruct>::iterator it; in EditRawData() local
330 catch(std::exception& e) { Exception E("std except: "+string(e.what())); GPSTK_THROW(E); } in EditRawData() local
343 map<GSatID,DataStruct>::iterator it; in BufferRawData() local
387 catch(std::exception& e) { Exception E("std except: "+string(e.what())); GPSTK_THROW(E); } in BufferRawData() local
H A DDataOutput.cpp79 map<string,Station>::const_iterator it; in OutputRawData() local
133 catch(std::exception& e) { Exception E("std except: "+string(e.what())); GPSTK_THROW(E); } in OutputRawData() local
216 catch(std::exception& e) { Exception E("std except: "+string(e.what())); GPSTK_THROW(E); } in OutputRawDData() local
231 map<DDid,DDData>::const_iterator it; in OutputDDData() local
281 catch(std::exception& e) { Exception E("std except: "+string(e.what())); GPSTK_THROW(E); } in OutputDDData() local
295 map<string,Station>::const_iterator it; in OutputClockData() local
336 catch(std::exception& e) { Exception E("std except: "+string(e.what())); GPSTK_THROW(E); } in OutputClockData() local
H A DEstimation.cpp280 catch(std::exception& e) { Exception E("std except: "+string(e.what())); GPSTK_THROW(E); } in Estimation() local
316 catch(std::exception& e) { Exception E("std except: "+string(e.what())); GPSTK_THROW(E); } in ConfigureEstimation() local
336 map<string,Station>::const_iterator it; in DefineStateVector() local
395 catch(std::exception& e) { Exception E("std except: "+string(e.what())); GPSTK_THROW(E); } in DefineStateVector() local
410 map<DDid,DDData>::iterator it; in EditDDdata() local
466 map<string,Station>::const_iterator it; in ModifyState() local
584 map<string,Station>::const_iterator it; in aPrioriConstraints() local
758 map<DDid,DDData>::iterator it; in FillDataVector() local
1019 map<string,Station>::const_iterator it; in UpdateNominalState() local
1323 map<string,Station>::const_iterator it; in OutputFinalResults() local
[all …]
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dtheme_editor_plugin.cpp94 for (List<StringName>::Element *E = names.front(); E; E = E->next()) { in _name_menu_about_to_show() local
140 for (List<StringName>::Element *E = type_list.front(); E; E = E->next()) { in _save_template_cbk() local
152 _TECategory::RefItem<StyleBox> it; in _save_template_cbk() local
161 _TECategory::RefItem<Font> it; in _save_template_cbk() local
170 _TECategory::RefItem<Texture> it; in _save_template_cbk() local
179 _TECategory::Item<Color> it; in _save_template_cbk() local
188 _TECategory::Item<int> it; in _save_template_cbk() local
343 for (List<StringName>::Element *E = names.front(); E; E = E->next()) { in _dialog_cbk() local
350 for (List<StringName>::Element *E = names.front(); E; E = E->next()) { in _dialog_cbk() local
564 for (List<StringName>::Element *E = types.front(); E; E = E->next()) { in _theme_menu_cbk() local
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dtheme_editor_plugin.cpp94 for (List<StringName>::Element *E = names.front(); E; E = E->next()) { in _name_menu_about_to_show() local
140 for (List<StringName>::Element *E = type_list.front(); E; E = E->next()) { in _save_template_cbk() local
152 _TECategory::RefItem<StyleBox> it; in _save_template_cbk() local
161 _TECategory::RefItem<Font> it; in _save_template_cbk() local
170 _TECategory::RefItem<Texture> it; in _save_template_cbk() local
179 _TECategory::Item<Color> it; in _save_template_cbk() local
188 _TECategory::Item<int> it; in _save_template_cbk() local
343 for (List<StringName>::Element *E = names.front(); E; E = E->next()) { in _dialog_cbk() local
350 for (List<StringName>::Element *E = names.front(); E; E = E->next()) { in _dialog_cbk() local
564 for (List<StringName>::Element *E = types.front(); E; E = E->next()) { in _theme_menu_cbk() local
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dtheme_editor_plugin.cpp88 for (List<StringName>::Element *E = names.front(); E; E = E->next()) { in _name_menu_about_to_show() local
134 for (List<StringName>::Element *E = type_list.front(); E; E = E->next()) { in _save_template_cbk() local
146 _TECategory::RefItem<StyleBox> it; in _save_template_cbk() local
155 _TECategory::RefItem<Font> it; in _save_template_cbk() local
164 _TECategory::RefItem<Texture> it; in _save_template_cbk() local
173 _TECategory::Item<Color> it; in _save_template_cbk() local
182 _TECategory::Item<int> it; in _save_template_cbk() local
339 for (List<StringName>::Element *E = names.front(); E; E = E->next()) { in _dialog_cbk() local
346 for (List<StringName>::Element *E = names.front(); E; E = E->next()) { in _dialog_cbk() local
563 for (List<StringName>::Element *E = types.front(); E; E = E->next()) { in _theme_menu_cbk() local
[all …]
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dtheme_editor_plugin.cpp88 for (List<StringName>::Element *E = names.front(); E; E = E->next()) { in _name_menu_about_to_show() local
134 for (List<StringName>::Element *E = type_list.front(); E; E = E->next()) { in _save_template_cbk() local
146 _TECategory::RefItem<StyleBox> it; in _save_template_cbk() local
155 _TECategory::RefItem<Font> it; in _save_template_cbk() local
164 _TECategory::RefItem<Texture> it; in _save_template_cbk() local
173 _TECategory::Item<Color> it; in _save_template_cbk() local
182 _TECategory::Item<int> it; in _save_template_cbk() local
339 for (List<StringName>::Element *E = names.front(); E; E = E->next()) { in _dialog_cbk() local
346 for (List<StringName>::Element *E = names.front(); E; E = E->next()) { in _dialog_cbk() local
563 for (List<StringName>::Element *E = types.front(); E; E = E->next()) { in _theme_menu_cbk() local
[all …]
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tlx/logger/
H A Dunordered_set.hpp25 const std::unordered_set<T, H, E, A>& data) { in print() argument
28 it = data.begin(); it != data.end(); ++it) in print() local
42 const std::unordered_multiset<T, H, E, A>& data) { in print() argument
45 it = data.begin(); it != data.end(); ++it) in print() local
H A Dunordered_map.hpp25 const std::unordered_map<K, V, H, E, A>& data) { in print() argument
28 it = data.begin(); it != data.end(); ++it) in print() local
44 const std::unordered_multimap<K, V, H, E, A>& data) { in print() argument
47 it = data.begin(); it != data.end(); ++it) in print() local
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/logger/
H A Dunordered_set.hpp25 const std::unordered_set<T, H, E, A>& data) { in print() argument
28 it = data.begin(); it != data.end(); ++it) in print() local
42 const std::unordered_multiset<T, H, E, A>& data) { in print() argument
45 it = data.begin(); it != data.end(); ++it) in print() local
H A Dunordered_map.hpp25 const std::unordered_map<K, V, H, E, A>& data) { in print() argument
28 it = data.begin(); it != data.end(); ++it) in print() local
44 const std::unordered_multimap<K, V, H, E, A>& data) { in print() argument
47 it = data.begin(); it != data.end(); ++it) in print() local
/dports/math/libpgmath/flang-d07daf3/tools/shared/utils/
H A Dn2rst.cpp46 for (std::vector<std::string>::const_iterator it = args.begin(), in N2Rst() local
47 E = args.end(); in N2Rst() local
67 for (std::vector<std::string>::const_iterator it = input_filenames.begin(), in run() local
68 E = input_filenames.end(); in run() local
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/Geomatics/
H A DDiscCorr.cpp139 map<string,double>::const_iterator it; in DisplayParameterUsage() local
815 list<Segment>::iterator it; in preprocess() local
949 list<Segment>::iterator it; in linearCombinations() local
1004 list<Segment>::iterator it; in detectWLslips() local
1083 list<Segment>::iterator it; in detectObviousSlips() local
1512 list<Segment>::iterator it; in detectWLsmallSlips() local
1733 list<Segment>::iterator it, kt; in fixAllSlips() local
1917 list<Segment>::iterator it = right; in WLslipFix() local
2268 list<Segment>::iterator it; in detectGFslips() local
2410 list<Segment>::iterator it; in detectGFsmallSlips() local
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/unordered_map/operations/
H A D1.cc68 auto it = x.find(1L); in test01() local
113 auto it = x.equal_range(1L); in test03() local
137 struct E in test04() struct
139 bool operator()(int l, int r) const { return l == r; } in test04()
141 struct Partition { }; in test04()
143 bool operator()(int l, Partition) const { return l < 6; } in test04()
144 bool operator()(Partition, int r) const { return 3 < r; } in test04()
146 using is_transparent = void; in test04()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/23_containers/unordered_map/operations/
H A D1.cc68 auto it = x.find(1L); in test01() local
113 auto it = x.equal_range(1L); in test03() local
137 struct E in test04() struct
139 bool operator()(int l, int r) const { return l == r; } in test04()
141 struct Partition { }; in test04()
143 bool operator()(int l, Partition) const { return l < 6; } in test04()
144 bool operator()(Partition, int r) const { return 3 < r; } in test04()
146 using is_transparent = void; in test04()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/23_containers/unordered_map/operations/
H A D1.cc68 auto it = x.find(1L); in test01() local
113 auto it = x.equal_range(1L); in test03() local
137 struct E in test04() struct
139 bool operator()(int l, int r) const { return l == r; } in test04()
141 struct Partition { }; in test04()
143 bool operator()(int l, Partition) const { return l < 6; } in test04()
144 bool operator()(Partition, int r) const { return 3 < r; } in test04()
146 using is_transparent = void; in test04()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/unordered_map/operations/
H A D1.cc68 auto it = x.find(1L); in test01() local
113 auto it = x.equal_range(1L); in test03() local
137 struct E in test04() struct
139 bool operator()(int l, int r) const { return l == r; } in test04()
141 struct Partition { }; in test04()
143 bool operator()(int l, Partition) const { return l < 6; } in test04()
144 bool operator()(Partition, int r) const { return 3 < r; } in test04()
146 using is_transparent = void; in test04()
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepDS/
H A DTopOpeBRepDS_GapFiller.cxx74 for (TopOpeBRepDS_ListIteratorOfListOfInterference it(LI); it.More(); it.Next()) { in Perform() local
96 Standard_Boolean Contains (const TopoDS_Shape& F,const TopoDS_Shape& E) in Contains()
129 TopoDS_Shape E ; in FindAssociatedPoints() local
235 TopOpeBRepDS_ListIteratorOfListOfInterference it(LI); in FilterByFace() local
271 void TopOpeBRepDS_GapFiller::FilterByEdge(const TopoDS_Edge& E, in FilterByEdge()
276 TopOpeBRepDS_ListIteratorOfListOfInterference it(LI); in FilterByEdge() local
297 for (TopOpeBRepDS_ListIteratorOfListOfInterference it(LI); it.More(); it.Next()) { in IsOnEdge() local
334 for (TopOpeBRepDS_ListIteratorOfListOfInterference it(LI); it.More(); it.Next()) { in Normal() local
389 for (TopOpeBRepDS_ListIteratorOfListOfInterference it(LI);it.More(); it.Next()) { in FilterByIncidentDistance() local
437 TopOpeBRepDS_ListIteratorOfListOfInterference it(LI); in ReBuildGeom() local
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepTools/
H A DBRepTools_WireExplorer.cxx237 TopoDS_Iterator it(W); in Init() local
240 const TopoDS_Edge& E = TopoDS::Edge(it.Value()); in Init() local
347 const TopoDS_Edge& E = TopoDS::Edge(it.Value()); in Init() local
461 TopoDS_Edge E = myEdge; in Next() local
473 TopTools_ListIteratorOfListOfShape it(l); in Next() local
533 TopTools_ListIteratorOfListOfShape it; in Next() local
682 TopoDS_Iterator it(myEdge,Standard_False); in Orientation() local
722 TopoDS_Edge& E) in SelectDouble()
724 TopTools_ListIteratorOfListOfShape it(L); in SelectDouble() local
743 TopoDS_Edge& E) in SelectDegenerated()
[all …]

12345678910>>...91