Home
last modified time | relevance | path

Searched +defs:v +defs:e (Results 1 – 25 of 54925) sorted by relevance

12345678910>>...2197

/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/DeviceDb/
H A Dfromelement.h45 fromElement(const pugi::xml_node e, ElementType& element) in fromElement()
57 inline void fromElement(const pugi::xml_node e, std::string& v) { v = e.text().get(); } in fromElement()
58 inline void fromElement(const pugi::xml_node e, int8_t& v) { v = (int8_t)strtol(e.text().get(), nul… in fromElement()
59 inline void fromElement(const pugi::xml_node e, int16_t& v) { v = (int16_t)strtol(e.text().get(), n… in fromElement()
60 inline void fromElement(const pugi::xml_node e, int32_t& v) { v = strtol(e.text().get(), nullptr, 0… in fromElement()
61 inline void fromElement(const pugi::xml_node e, uint8_t& v) { v = (uint8_t)strtoul(e.text().get(), … in fromElement()
62 inline void fromElement(const pugi::xml_node e, uint16_t& v) { v = (uint16_t)strtoul(e.text().get()… in fromElement()
63 inline void fromElement(const pugi::xml_node e, uint32_t& v) { v = strtoul(e.text().get(), nullptr,… in fromElement()
64 inline void fromElement(const pugi::xml_node e, float& v) { v = (float)strtod(e.text().get(), nullp… in fromElement()
65 inline void fromElement(const pugi::xml_node e, double& v) { v = strtod(e.text().get(), nullptr); } in fromElement()
[all …]
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/detail/insn/
H A Dmake_const.h31 void i_make_const(float32<4>& v, const expr_vec_make_const<VE,1>& e, unsigned) in i_make_const()
38 void i_make_const(float32<4>& v, const expr_vec_make_const<VE,2>& e, unsigned off) in i_make_const()
50 void i_make_const(float32<4>& v, const expr_vec_make_const<VE,N>& e, unsigned off) in i_make_const()
76 void i_make_const(float32<8>& v, const expr_vec_make_const<VE,N>& e, unsigned off) in i_make_const()
98 void i_make_const(float64<2>& v, const expr_vec_make_const<VE,N>& e, unsigned off) in i_make_const()
139 void i_make_const(uint8<16>& v, const expr_vec_make_const<VE,1>& e, unsigned off) in i_make_const()
146 void i_make_const(uint8<16>& v, const expr_vec_make_const<VE,2>& e, unsigned off) in i_make_const()
153 void i_make_const(uint8<16>& v, const expr_vec_make_const<VE,4>& e, unsigned off) in i_make_const()
498 void i_make_const(V& v, const expr_vec_make_const<VE,NE>& e, unsigned off) in i_make_const()
519 void construct_eval(V& v, const expr_vec_make_const<VE, N>& e) in construct_eval()
[all …]
/dports/math/ogdf/OGDF/include/ogdf/basic/
H A DGraphAttributes.h704 DPolyline &bends(edge e) { in bends()
723 EdgeArrow &arrowType(edge e) { in arrowType()
742 StrokeType &strokeType(edge e) { in strokeType()
761 Color &strokeColor(edge e) { in strokeColor()
780 float &strokeWidth(edge e) { in strokeWidth()
799 string &label(edge e) { in label()
809 int intWeight(edge e) const { in intWeight()
818 int &intWeight(edge e) { in intWeight()
837 double &doubleWeight(edge e) { in doubleWeight()
856 Graph::EdgeType &type(edge e) { in type()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/ron/tests/
H A D123_enum_representation.rs69 let v = EnumStructExternally::VariantA { in test_externally_a_ser() localVariable
81 let e = "VariantB(foo:1,bar:2)"; in test_externally_b_ser() localVariable
87 let v = EnumStructInternally::VariantA { in test_internally_a_ser() localVariable
105 let v = EnumStructAdjacently::VariantA { in test_adjacently_a_ser() localVariable
123 let v = EnumStructUntagged::VariantA { in test_untagged_a_ser() localVariable
128 let e = "(foo:1,bar:2,different:3)"; in test_untagged_a_ser() localVariable
135 let e = "(foo:1,bar:2)"; in test_untagged_b_ser() localVariable
142 let e = EnumStructExternally::VariantA { in test_externally_a_de() localVariable
160 let e = EnumStructInternally::VariantA { in test_internally_a_de() localVariable
196 let e = EnumStructUntagged::VariantA { in test_untagged_a_de() localVariable
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/ron/tests/
H A D123_enum_representation.rs69 let v = EnumStructExternally::VariantA { in test_externally_a_ser() localVariable
81 let e = "VariantB(foo:1,bar:2)"; in test_externally_b_ser() localVariable
87 let v = EnumStructInternally::VariantA { in test_internally_a_ser() localVariable
105 let v = EnumStructAdjacently::VariantA { in test_adjacently_a_ser() localVariable
123 let v = EnumStructUntagged::VariantA { in test_untagged_a_ser() localVariable
128 let e = "(foo:1,bar:2,different:3)"; in test_untagged_a_ser() localVariable
135 let e = "(foo:1,bar:2)"; in test_untagged_b_ser() localVariable
142 let e = EnumStructExternally::VariantA { in test_externally_a_de() localVariable
160 let e = EnumStructInternally::VariantA { in test_internally_a_de() localVariable
196 let e = EnumStructUntagged::VariantA { in test_untagged_a_de() localVariable
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/ron-0.6.1/tests/
H A D123_enum_representation.rs69 let v = EnumStructExternally::VariantA { in test_externally_a_ser() localVariable
81 let e = "VariantB(foo:1,bar:2)"; in test_externally_b_ser() localVariable
87 let v = EnumStructInternally::VariantA { in test_internally_a_ser() localVariable
105 let v = EnumStructAdjacently::VariantA { in test_adjacently_a_ser() localVariable
123 let v = EnumStructUntagged::VariantA { in test_untagged_a_ser() localVariable
128 let e = "(foo:1,bar:2,different:3)"; in test_untagged_a_ser() localVariable
135 let e = "(foo:1,bar:2)"; in test_untagged_b_ser() localVariable
142 let e = EnumStructExternally::VariantA { in test_externally_a_de() localVariable
160 let e = EnumStructInternally::VariantA { in test_internally_a_de() localVariable
196 let e = EnumStructUntagged::VariantA { in test_untagged_a_de() localVariable
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/ron/tests/
H A D123_enum_representation.rs69 let v = EnumStructExternally::VariantA { in test_externally_a_ser() localVariable
81 let e = "VariantB(foo:1,bar:2)"; in test_externally_b_ser() localVariable
87 let v = EnumStructInternally::VariantA { in test_internally_a_ser() localVariable
105 let v = EnumStructAdjacently::VariantA { in test_adjacently_a_ser() localVariable
123 let v = EnumStructUntagged::VariantA { in test_untagged_a_ser() localVariable
128 let e = "(foo:1,bar:2,different:3)"; in test_untagged_a_ser() localVariable
135 let e = "(foo:1,bar:2)"; in test_untagged_b_ser() localVariable
142 let e = EnumStructExternally::VariantA { in test_externally_a_de() localVariable
160 let e = EnumStructInternally::VariantA { in test_internally_a_de() localVariable
196 let e = EnumStructUntagged::VariantA { in test_untagged_a_de() localVariable
[all …]
/dports/devel/ice37/ice-3.7.2/ruby/src/IceRuby/
H A DUtil.cpp34 getVersion(VALUE p, T& v) in getVersion()
88 T v; in versionToString() local
594 volatile VALUE v; in setExceptionMembers() local
602 volatile VALUE v; in setExceptionMembers() local
670 volatile VALUE v; in setExceptionMembers() local
678 catch(const Ice::FileException& e) in setExceptionMembers() local
690 catch(const Ice::DNSException& e) in setExceptionMembers() local
692 volatile VALUE v; in setExceptionMembers() local
721 volatile VALUE v; in setExceptionMembers() local
729 volatile VALUE v; in setExceptionMembers() local
[all …]
/dports/devel/php-ice37/ice-3.7.2/ruby/src/IceRuby/
H A DUtil.cpp34 getVersion(VALUE p, T& v) in getVersion()
88 T v; in versionToString() local
594 volatile VALUE v; in setExceptionMembers() local
602 volatile VALUE v; in setExceptionMembers() local
670 volatile VALUE v; in setExceptionMembers() local
678 catch(const Ice::FileException& e) in setExceptionMembers() local
690 catch(const Ice::DNSException& e) in setExceptionMembers() local
692 volatile VALUE v; in setExceptionMembers() local
721 volatile VALUE v; in setExceptionMembers() local
729 volatile VALUE v; in setExceptionMembers() local
[all …]
/dports/devel/py-ice37/ice-3.7.2/ruby/src/IceRuby/
H A DUtil.cpp34 getVersion(VALUE p, T& v) in getVersion()
88 T v; in versionToString() local
594 volatile VALUE v; in setExceptionMembers() local
602 volatile VALUE v; in setExceptionMembers() local
670 volatile VALUE v; in setExceptionMembers() local
678 catch(const Ice::FileException& e) in setExceptionMembers() local
690 catch(const Ice::DNSException& e) in setExceptionMembers() local
692 volatile VALUE v; in setExceptionMembers() local
721 volatile VALUE v; in setExceptionMembers() local
729 volatile VALUE v; in setExceptionMembers() local
[all …]
/dports/graphics/metacam/metacam-1.2/
H A Ddpyfuncs.cc36 vector<tiffUNSIGNED> v = e.getUVALUE(); in dpyISO() local
44 vector<string> v = e.getSTRING(); in dpyString() local
74 vector<tiffRATIONAL> v = e.getRATIONAL(); in dpyLens() local
160 vector<tiffUNSIGNED> v = e.getUVALUE(); in dpyPixels() local
169 vector<tiffSIGNED> v = e.getSVALUE(); in dpySigned() local
183 vector<tiffUNSIGNED> v = e.getUVALUE(); in dpyUnsigned() local
213 vector<tiffUNSIGNED> v = e.getUVALUE(); in dpyResolutionType() local
232 vector<tiffUNSIGNED> v = e.getUVALUE(); in dpyBitsPerSample() local
261 vector<tiffUNSIGNED> v = e.getUVALUE(); in dpyUnsignedLookup() local
344 vector<tiffRATIONAL> v = e.getRATIONAL(); in dpyRationalAsDouble() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/libcxx/containers/sequences/vector/
H A Dasan_throw.pass.cpp59 std::vector<X> v; in test_push_back() local
66 } catch (int e) { in test_push_back() local
75 std::vector<X> v; in test_emplace_back() local
82 } catch (int e) { in test_emplace_back() local
91 std::vector<X> v; in test_insert_range() local
101 } catch (int e) { in test_insert_range() local
109 std::vector<X> v; in test_insert() local
117 } catch (int e) { in test_insert() local
126 std::vector<X> v; in test_emplace() local
134 } catch (int e) { in test_emplace() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/libcxx/containers/sequences/vector/
H A Dasan_throw.pass.cpp58 std::vector<X> v; in test_push_back() local
65 } catch (int e) { in test_push_back() local
74 std::vector<X> v; in test_emplace_back() local
81 } catch (int e) { in test_emplace_back() local
90 std::vector<X> v; in test_insert_range() local
100 } catch (int e) { in test_insert_range() local
108 std::vector<X> v; in test_insert() local
116 } catch (int e) { in test_insert() local
125 std::vector<X> v; in test_emplace() local
133 } catch (int e) { in test_emplace() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/libcxx/containers/sequences/vector/
H A Dasan_throw.pass.cpp59 std::vector<X> v; in test_push_back() local
66 } catch (int e) { in test_push_back() local
75 std::vector<X> v; in test_emplace_back() local
82 } catch (int e) { in test_emplace_back() local
91 std::vector<X> v; in test_insert_range() local
101 } catch (int e) { in test_insert_range() local
109 std::vector<X> v; in test_insert() local
117 } catch (int e) { in test_insert() local
126 std::vector<X> v; in test_emplace() local
134 } catch (int e) { in test_emplace() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/libcxx/containers/sequences/vector/
H A Dasan_throw.pass.cpp59 std::vector<X> v; in test_push_back() local
66 } catch (int e) { in test_push_back() local
75 std::vector<X> v; in test_emplace_back() local
82 } catch (int e) { in test_emplace_back() local
91 std::vector<X> v; in test_insert_range() local
101 } catch (int e) { in test_insert_range() local
109 std::vector<X> v; in test_insert() local
117 } catch (int e) { in test_insert() local
126 std::vector<X> v; in test_emplace() local
134 } catch (int e) { in test_emplace() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/libcxx/containers/sequences/vector/
H A Dasan_throw.pass.cpp59 std::vector<X> v; in test_push_back() local
66 } catch (int e) { in test_push_back() local
75 std::vector<X> v; in test_emplace_back() local
82 } catch (int e) { in test_emplace_back() local
91 std::vector<X> v; in test_insert_range() local
101 } catch (int e) { in test_insert_range() local
109 std::vector<X> v; in test_insert() local
117 } catch (int e) { in test_insert() local
126 std::vector<X> v; in test_emplace() local
134 } catch (int e) { in test_emplace() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/libcxx/containers/sequences/vector/
H A Dasan_throw.pass.cpp59 std::vector<X> v; in test_push_back() local
66 } catch (int e) { in test_push_back() local
75 std::vector<X> v; in test_emplace_back() local
82 } catch (int e) { in test_emplace_back() local
91 std::vector<X> v; in test_insert_range() local
101 } catch (int e) { in test_insert_range() local
109 std::vector<X> v; in test_insert() local
117 } catch (int e) { in test_insert() local
126 std::vector<X> v; in test_emplace() local
134 } catch (int e) { in test_emplace() local
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/libcxx/containers/sequences/vector/
H A Dasan_throw.pass.cpp59 std::vector<X> v; in test_push_back() local
66 } catch (int e) { in test_push_back() local
75 std::vector<X> v; in test_emplace_back() local
82 } catch (int e) { in test_emplace_back() local
91 std::vector<X> v; in test_insert_range() local
101 } catch (int e) { in test_insert_range() local
109 std::vector<X> v; in test_insert() local
117 } catch (int e) { in test_insert() local
126 std::vector<X> v; in test_emplace() local
134 } catch (int e) { in test_emplace() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/libcxx/containers/sequences/vector/
H A Dasan_throw.pass.cpp59 std::vector<X> v; in test_push_back() local
66 } catch (int e) { in test_push_back() local
75 std::vector<X> v; in test_emplace_back() local
82 } catch (int e) { in test_emplace_back() local
91 std::vector<X> v; in test_insert_range() local
101 } catch (int e) { in test_insert_range() local
109 std::vector<X> v; in test_insert() local
117 } catch (int e) { in test_insert() local
126 std::vector<X> v; in test_emplace() local
134 } catch (int e) { in test_emplace() local
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/libcxx/containers/sequences/vector/
H A Dasan_throw.pass.cpp59 std::vector<X> v; in test_push_back() local
66 } catch (int e) { in test_push_back() local
75 std::vector<X> v; in test_emplace_back() local
82 } catch (int e) { in test_emplace_back() local
91 std::vector<X> v; in test_insert_range() local
101 } catch (int e) { in test_insert_range() local
109 std::vector<X> v; in test_insert() local
117 } catch (int e) { in test_insert() local
126 std::vector<X> v; in test_emplace() local
134 } catch (int e) { in test_emplace() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/libcxx/containers/sequences/vector/
H A Dasan_throw.pass.cpp59 std::vector<X> v; in test_push_back() local
66 } catch (int e) { in test_push_back() local
75 std::vector<X> v; in test_emplace_back() local
82 } catch (int e) { in test_emplace_back() local
91 std::vector<X> v; in test_insert_range() local
101 } catch (int e) { in test_insert_range() local
109 std::vector<X> v; in test_insert() local
117 } catch (int e) { in test_insert() local
126 std::vector<X> v; in test_emplace() local
134 } catch (int e) { in test_emplace() local
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/intern/
H A Dbmesh_structure_inline.h26 BLI_INLINE BMDiskLink *bmesh_disk_edge_link_from_vert(const BMEdge *e, const BMVert *v) in bmesh_disk_edge_link_from_vert()
40 BLI_INLINE BMEdge *bmesh_disk_edge_next_safe(const BMEdge *e, const BMVert *v) in bmesh_disk_edge_next_safe()
52 BLI_INLINE BMEdge *bmesh_disk_edge_prev_safe(const BMEdge *e, const BMVert *v) in bmesh_disk_edge_prev_safe()
63 ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(1, 2) BLI_INLINE BMEdge *bmesh_disk_edge_next(const BMEdge *e, in bmesh_disk_edge_next()
64 const BMVert *v) in bmesh_disk_edge_next()
69 ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(1, 2) BLI_INLINE BMEdge *bmesh_disk_edge_prev(const BMEdge *e, in bmesh_disk_edge_prev()
70 const BMVert *v) in bmesh_disk_edge_prev()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/transforms/
H A Dto_a_normal_form.cc125 Expr Fill::VisitExpr(const Expr& e, const Var& v) { in VisitExpr()
139 Expr Fill::Atomic(const Expr& e, const Var& v) { in Atomic()
156 Expr e = GetRef<Expr>(c); in VisitExpr_() local
165 Expr e = GetRef<Expr>(t); in VisitExpr_() local
174 Expr e = GetRef<Expr>(t); in VisitExpr_() local
179 Expr e = GetRef<Expr>(r); in VisitExpr_() local
184 Expr e = GetRef<Expr>(r); in VisitExpr_() local
189 Expr e = GetRef<Expr>(r); in VisitExpr_() local
194 Expr e = GetRef<Expr>(i); in VisitExpr_() local
201 Expr e = GetRef<Expr>(f); in VisitExpr_() local
[all …]
/dports/math/mathgl/mathgl-2.5/mgllab/
H A Dtable.cpp25 void addto_cb(Fl_Widget*, void*v) in addto_cb()
27 TableWindow* e = (TableWindow*)v; in addto_cb() local
35 void subto_cb(Fl_Widget*, void*v) in subto_cb()
37 TableWindow* e = (TableWindow*)v; in subto_cb() local
45 void multo_cb(Fl_Widget*, void*v) in multo_cb()
47 TableWindow* e = (TableWindow*)v; in multo_cb() local
57 TableWindow* e = (TableWindow*)v; in divto_cb() local
113 TableWindow* e = (TableWindow*)v; in new_dat_cb() local
128 TableWindow* e = (TableWindow*)v; in resize_cb() local
143 TableWindow* e = (TableWindow*)v; in squeeze_cb() local
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bgrl2/
H A Dbgrl2_graph.hxx22 bool bgrl2_graph<V,E>::add_vertex(V_sptr v) in add_vertex()
32 bool bgrl2_graph<V,E>::exists(V_sptr v) in exists()
46 bool bgrl2_graph<V,E>::remove_vertex(V_sptr v) in remove_vertex()
64 bool bgrl2_graph<V,E>::add_edge(E_sptr e) in add_edge()
78 bool bgrl2_graph<V,E>::add_edge_no_check(E_sptr e) in add_edge_no_check()
108 E_sptr e = new E(v1, v2); in add_edge() local
123 bool bgrl2_graph<V,E>::remove_edge(E_sptr e) in remove_edge()
151 E_sptr e = (*e_itr); in remove_edge() local
261 typename bgrl2_graph<V,E>::E_sptr bgrl2_graph<V,E>::last_in_edge(V_sptr v) in last_in_edge()
381 typename bgrl2_graph<V,E>::E_sptr bgrl2_graph<V,E>::cyclic_adj_succ(E_sptr e, V_sptr v) in cyclic_adj_succ()
[all …]

12345678910>>...2197