Home
last modified time | relevance | path

Searched refs:mark_ (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_S2/
H A DSM_items.h78 mark_ = v.mark_; in SVertex()
86 mark_ = v.mark_;
158 mark_ = e.mark_; in SHalfedge()
169 mark_ = e.mark_;
182 return mark_; in mark()
185 return mark_; in mark()
254 mark_ = l.mark_; in SHalfloop()
262 mark_ = l.mark_;
272 return mark_; in mark()
329 { mark_ = f.mark_; in SFace()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/yaml-cpp/include/yaml-cpp/
H A Dexceptions.h113 Exception(const Mark& mark_, const std::string& msg_) in Exception() argument
114 : std::runtime_error(build_what(mark_, msg_)), mark(mark_), msg(msg_) {} in Exception()
136 ParserException(const Mark& mark_, const std::string& msg_) in ParserException() argument
137 : Exception(mark_, msg_) {} in ParserException()
143 : Exception(mark_, msg_) {} in RepresentationException()
149 InvalidScalar(const Mark& mark_) in InvalidScalar() argument
156 KeyNotFound(const Mark& mark_, const T& key_) in KeyNotFound() argument
164 TypedKeyNotFound(const Mark& mark_, const T& key_) in TypedKeyNotFound() argument
165 : KeyNotFound(mark_, key_), key(key_) {} in TypedKeyNotFound()
185 explicit BadConversion(const Mark& mark_) in BadConversion() argument
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgtl/
H A Drgtl_object_once.cxx22 rgtl_object_once::rgtl_object_once(): marks_(), mark_(0) in rgtl_object_once()
27 rgtl_object_once::rgtl_object_once(size_type n): marks_(n, 0), mark_(0) in rgtl_object_once()
34 this->mark_ = 0; in set_number_of_objects()
43 if (this->mark_ == 0xFFFFFFFF) in reset()
46 this->mark_ = 0; in reset()
52 ++this->mark_; in reset()
58 if (this->marks_[i] != this->mark_) in visit()
60 this->marks_[i] = this->mark_; in visit()
69 return this->marks_[i] == this->mark_; in visited()
/dports/devel/yaml-cpp03/yaml-cpp-release-0.3.0/include/yaml-cpp03/
H A Dexceptions.h95 Exception(const Mark& mark_, const std::string& msg_) in Exception() argument
96 : std::runtime_error(build_what(mark_, msg_)), mark(mark_), msg(msg_) {} in Exception()
112 ParserException(const Mark& mark_, const std::string& msg_) in ParserException() argument
113 : Exception(mark_, msg_) {} in ParserException()
118 RepresentationException(const Mark& mark_, const std::string& msg_) in RepresentationException() argument
119 : Exception(mark_, msg_) {} in RepresentationException()
125 InvalidScalar(const Mark& mark_) in InvalidScalar() argument
126 : RepresentationException(mark_, ErrorMsg::INVALID_SCALAR) {} in InvalidScalar()
132 KeyNotFound(const Mark& mark_, const T& key_) in KeyNotFound() argument
139 TypedKeyNotFound(const Mark& mark_, const T& key_) in TypedKeyNotFound() argument
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/yaml-cpp/include/yaml-cpp/
H A Dexceptions.h115 Exception(const Mark& mark_, const std::string& msg_) in Exception() argument
116 : std::runtime_error(build_what(mark_, msg_)), mark(mark_), msg(msg_) {} in Exception()
140 ParserException(const Mark& mark_, const std::string& msg_) in ParserException() argument
141 : Exception(mark_, msg_) {} in ParserException()
149 : Exception(mark_, msg_) {} in RepresentationException()
157 InvalidScalar(const Mark& mark_) in InvalidScalar() argument
166 KeyNotFound(const Mark& mark_, const T& key_) in KeyNotFound() argument
176 TypedKeyNotFound(const Mark& mark_, const T& key_) in TypedKeyNotFound() argument
177 : KeyNotFound(mark_, key_), key(key_) {} in TypedKeyNotFound()
199 explicit BadConversion(const Mark& mark_) in BadConversion() argument
[all …]
/dports/science/yoda/YODA-1.9.1/src/yamlcpp/yaml-cpp/
H A Dexceptions.h121 Exception(const Mark& mark_, const std::string& msg_) in Exception() argument
122 : std::runtime_error(build_what(mark_, msg_)), mark(mark_), msg(msg_) {} in Exception()
146 ParserException(const Mark& mark_, const std::string& msg_) in ParserException() argument
147 : Exception(mark_, msg_) {} in ParserException()
155 : Exception(mark_, msg_) {} in RepresentationException()
163 InvalidScalar(const Mark& mark_) in InvalidScalar() argument
172 KeyNotFound(const Mark& mark_, const T& key_) in KeyNotFound() argument
182 TypedKeyNotFound(const Mark& mark_, const T& key_) in TypedKeyNotFound() argument
183 : KeyNotFound(mark_, key_), key(key_) {} in TypedKeyNotFound()
205 explicit BadConversion(const Mark& mark_) in BadConversion() argument
[all …]
/dports/biology/iqtree/IQ-TREE-2.0.6/yaml-cpp/include/yaml-cpp/
H A Dexceptions.h121 Exception(const Mark& mark_, const std::string& msg_) in Exception() argument
122 : std::runtime_error(build_what(mark_, msg_)), mark(mark_), msg(msg_) {} in Exception()
146 ParserException(const Mark& mark_, const std::string& msg_) in ParserException() argument
147 : Exception(mark_, msg_) {} in ParserException()
155 : Exception(mark_, msg_) {} in RepresentationException()
163 InvalidScalar(const Mark& mark_) in InvalidScalar() argument
172 KeyNotFound(const Mark& mark_, const T& key_) in KeyNotFound() argument
182 TypedKeyNotFound(const Mark& mark_, const T& key_) in TypedKeyNotFound() argument
183 : KeyNotFound(mark_, key_), key(key_) {} in TypedKeyNotFound()
205 explicit BadConversion(const Mark& mark_) in BadConversion() argument
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/yaml-cpp-0.6.2/include/yaml-cpp/
H A Dexceptions.h121 Exception(const Mark& mark_, const std::string& msg_) in Exception() argument
122 : std::runtime_error(build_what(mark_, msg_)), mark(mark_), msg(msg_) {} in Exception()
146 ParserException(const Mark& mark_, const std::string& msg_) in ParserException() argument
147 : Exception(mark_, msg_) {} in ParserException()
155 : Exception(mark_, msg_) {} in RepresentationException()
163 InvalidScalar(const Mark& mark_) in InvalidScalar() argument
172 KeyNotFound(const Mark& mark_, const T& key_) in KeyNotFound() argument
182 TypedKeyNotFound(const Mark& mark_, const T& key_) in TypedKeyNotFound() argument
183 : KeyNotFound(mark_, key_), key(key_) {} in TypedKeyNotFound()
205 explicit BadConversion(const Mark& mark_) in BadConversion() argument
[all …]
/dports/devel/yaml-cpp/yaml-cpp-yaml-cpp-0.7.0/include/yaml-cpp/
H A Dexceptions.h155 Exception(const Mark& mark_, const std::string& msg_) in Exception() argument
156 : std::runtime_error(build_what(mark_, msg_)), mark(mark_), msg(msg_) {} in Exception()
181 : Exception(mark_, msg_) {} in ParserException()
189 : Exception(mark_, msg_) {} in RepresentationException()
197 InvalidScalar(const Mark& mark_) in InvalidScalar() argument
206 KeyNotFound(const Mark& mark_, const T& key_) in KeyNotFound() argument
216 TypedKeyNotFound(const Mark& mark_, const T& key_) in TypedKeyNotFound() argument
217 : KeyNotFound(mark_, key_), key(key_) {} in TypedKeyNotFound()
240 explicit BadConversion(const Mark& mark_) in BadConversion() argument
249 explicit TypedBadConversion(const Mark& mark_) : BadConversion(mark_) {} in TypedBadConversion() argument
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/yaml-cpp/yaml-cpp/include/yaml-cpp/
H A Dexceptions.h150 Exception(const Mark& mark_, const std::string& msg_) in Exception() argument
151 : std::runtime_error(build_what(mark_, msg_)), mark(mark_), msg(msg_) {} in Exception()
175 ParserException(const Mark& mark_, const std::string& msg_) in ParserException() argument
176 : Exception(mark_, msg_) {} in ParserException()
184 : Exception(mark_, msg_) {} in RepresentationException()
192 InvalidScalar(const Mark& mark_) in InvalidScalar() argument
201 KeyNotFound(const Mark& mark_, const T& key_) in KeyNotFound() argument
211 TypedKeyNotFound(const Mark& mark_, const T& key_) in TypedKeyNotFound() argument
212 : KeyNotFound(mark_, key_), key(key_) {} in TypedKeyNotFound()
235 explicit BadConversion(const Mark& mark_) in BadConversion() argument
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/lib/yamlcpp/include/yaml-cpp/
H A Dexceptions.h150 Exception(const Mark& mark_, const std::string& msg_) in Exception() argument
151 : std::runtime_error(build_what(mark_, msg_)), mark(mark_), msg(msg_) {} in Exception()
175 ParserException(const Mark& mark_, const std::string& msg_) in ParserException() argument
176 : Exception(mark_, msg_) {} in ParserException()
184 : Exception(mark_, msg_) {} in RepresentationException()
192 InvalidScalar(const Mark& mark_) in InvalidScalar() argument
201 KeyNotFound(const Mark& mark_, const T& key_) in KeyNotFound() argument
211 TypedKeyNotFound(const Mark& mark_, const T& key_) in TypedKeyNotFound() argument
212 : KeyNotFound(mark_, key_), key(key_) {} in TypedKeyNotFound()
235 explicit BadConversion(const Mark& mark_) in BadConversion() argument
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_3/
H A DVolume.h45 Mark mark_; variable
52 Volume_base(Mark m) : mark_(m) {} in Volume_base()
59 { mark_ = v.mark_; in Volume_base()
65 mark_ = v.mark_;
70 Mark& mark() { return mark_; } in mark()
71 const Mark& mark() const { return mark_; } in mark()
H A DSHalfloop.h50 Mark mark_; variable
56 mark_(), circle_() {} in SHalfloop_base()
65 mark_ = l.mark_; in SHalfloop_base()
73 mark_ = l.mark_;
82 mark_ = std::move(l.mark_);
87 Mark& mark() { return mark_;} in mark()
88 const Mark& mark() const { return mark_; } in mark()
H A DHalffacet.h49 Mark mark_; variable
56 Halffacet_base() : supporting_plane_(), mark_() {} in Halffacet_base()
59 supporting_plane_(h), mark_(m) {} in Halffacet_base()
67 mark_ = f.mark_; in Halffacet_base()
77 mark_ = f.mark_;
85 Mark& mark() { return mark_; } in mark()
86 const Mark& mark() const { return mark_; } in mark()
H A DHalfedge.h61 Mark mark_; variable
70 Halfedge_base() : center_vertex_(), mark_(), twin_(), in Halfedge_base()
74 Halfedge_base(Mark m) : center_vertex_(), mark_(m), twin_(), in Halfedge_base()
85 mark_ = e.mark_; in Halfedge_base()
95 mark_ = e.mark_;
106 mark_ = std::move(e.mark_);
123 Mark& mark() { return mark_; } in mark()
124 const Mark& mark() const { return mark_; } in mark()
H A DSFace.h60 Mark mark_; variable
65 SFace_base() : center_vertex_(), volume_(), info_(), mark_() {} in SFace_base()
76 mark_ = f.mark_; in SFace_base()
85 mark_ = f.mark_;
98 Mark& mark() { return mark_; } in mark()
99 const Mark& mark() const { return mark_; } in mark()
H A DSHalfedge.h72 Mark mark_; variable
80 info_(), mark_(), circle_() {} in SHalfedge_base()
97 mark_ = e.mark_; in SHalfedge_base()
112 mark_ = e.mark_;
128 mark_ = std::move(e.mark_);
133 Mark& mark() { return mark_; } in mark()
134 const Mark& mark() const { return mark_; } in mark()
H A DVertex.h67 Mark mark_; variable
79 Vertex_base() : point_at_center_(), mark_(), sncp_(), in Vertex_base()
88 point_at_center_(p), mark_(m), sncp_(), in Vertex_base()
100 mark_ = v.mark_; in Vertex_base()
115 mark_ = v.mark_;
295 Mark& mark() { return mark_; } in mark()
296 const Mark& mark() const { return mark_;} in mark()
310 os<<"{ "<<this<<", "<<point_at_center_<<", "<<mark_<<", "<<&*sncp_<<", " in debug()
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpNetworkBasis.cpp39 mark_ = NULL; in ClpNetworkBasis()
80 mark_[i] = 0; in ClpNetworkBasis()
82 mark_[numberRows_] = 1; in ClpNetworkBasis()
211 if (rhs.mark_) { in ClpNetworkBasis()
213 CoinMemcpyN(rhs.mark_, (numberRows_ + 1), mark_); in ClpNetworkBasis()
215 mark_ = NULL; in ClpNetworkBasis()
236 delete [] mark_; in ~ClpNetworkBasis()
257 delete [] mark_; in operator =()
329 if (rhs.mark_) { in operator =()
331 CoinMemcpyN(rhs.mark_, (numberRows_ + 1), mark_); in operator =()
[all …]
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpNetworkBasis.cpp38 mark_ = NULL; in ClpNetworkBasis()
79 mark_[i] = 0; in ClpNetworkBasis()
210 if (rhs.mark_) { in ClpNetworkBasis()
212 CoinMemcpyN(rhs.mark_, (numberRows_ + 1), mark_); in ClpNetworkBasis()
214 mark_ = NULL; in ClpNetworkBasis()
235 delete[] mark_; in ~ClpNetworkBasis()
256 delete[] mark_; in operator =()
328 if (rhs.mark_) { in operator =()
330 CoinMemcpyN(rhs.mark_, (numberRows_ + 1), mark_); in operator =()
332 mark_ = NULL; in operator =()
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmark.h16 #define SET_FMARK(fmarkp_, mark_, fnum_) \ argument
19 fmarkp__->mark = mark_; \
26 #define RESET_FMARK(fmarkp_, mark_, fnum_) \ argument
30 SET_FMARK(fmarkp___, mark_, fnum_); \
38 #define SET_XFMARK(xfmarkp_, mark_, fnum_, fname_) \ argument
42 SET_FMARK(&(xfmarkp__->fmark), mark_, fnum_); \
46 #define RESET_XFMARK(xfmarkp_, mark_, fnum_, fname_) \ argument
51 SET_FMARK(&(xfmarkp__->fmark), mark_, fnum_); \
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcBranchToFixLots.cpp34 , mark_(NULL) in CbcBranchToFixLots()
60 mark_ = NULL; in CbcBranchToFixLots()
76 mark_ = CoinCopyOfArray(rhs.mark_, numberColumns); in CbcBranchToFixLots()
99 delete[] mark_; in operator =()
100 mark_ = CoinCopyOfArray(rhs.mark_, numberColumns); in operator =()
112 delete[] mark_; in ~CbcBranchToFixLots()
145 if (!mark_ || !mark_[iColumn]) { in createCbcBranch()
227 if (!mark_ || !mark_[iColumn]) { in createCbcBranch()
352 if (!mark_ || !mark_[iColumn]) { in shallWe()
389 if (!mark_ || !mark_[iColumn]) { in shallWe()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/prip/vmap/
H A Dvmap_oriented_kernel.hxx13 mark_.reserve(elts) ; in initialise()
16 mark_.push_back(false) ; in initialise()
23 if (mark_[this->permutation().index_of(arg)] || !Base_::add(arg)) in add()
31 mark_[this->permutation().index_of(tmp)]=true ; in add()
36 mark_[this->permutation().index_of(tmp)]=true ; in add()
/dports/devel/arduino-irremote/Arduino-IRremote-3.5.2/src/
H A Dir_MagiQuest.hpp116 unsigned int mark_; in decodeMagiQuest() local
137 mark_ = decodedIRData.rawDataPtr->rawbuf[offset++]; in decodeMagiQuest()
139 ratio_ = space_ / mark_; in decodeMagiQuest()
142 IR_TRACE_PRINT(mark_ * MICROS_PER_TICK); in decodeMagiQuest()
148 if (matchMark(space_ + mark_, MAGIQUEST_PERIOD)) { in decodeMagiQuest()
/dports/devel/emscripten/emscripten-2.0.3/tests/nbody-java/
H A Djava_nio_Buffer.c126 ((java_nio_Buffer*) me)->fields.java_nio_Buffer.mark_ = 0; in __INIT_INSTANCE_MEMBERS_java_nio_Buffer()
175 ((java_nio_Buffer*) _r1.o)->fields.java_nio_Buffer.mark_ = _r0.i; in java_nio_Buffer___INIT____int()
233 ((java_nio_Buffer*) _r1.o)->fields.java_nio_Buffer.mark_ = _r0.i; in java_nio_Buffer_clear__()
264 ((java_nio_Buffer*) _r1.o)->fields.java_nio_Buffer.mark_ = _r0.i; in java_nio_Buffer_flip__()
351 _r0.i = ((java_nio_Buffer*) _r2.o)->fields.java_nio_Buffer.mark_; in java_nio_Buffer_limit___int()
354 _r0.i = ((java_nio_Buffer*) _r2.o)->fields.java_nio_Buffer.mark_; in java_nio_Buffer_limit___int()
358 ((java_nio_Buffer*) _r2.o)->fields.java_nio_Buffer.mark_ = _r1.i; in java_nio_Buffer_limit___int()
377 ((java_nio_Buffer*) _r1.o)->fields.java_nio_Buffer.mark_ = _r0.i; in java_nio_Buffer_mark__()
433 _r0.i = ((java_nio_Buffer*) _r3.o)->fields.java_nio_Buffer.mark_; in java_nio_Buffer_position___int()
436 _r0.i = ((java_nio_Buffer*) _r3.o)->fields.java_nio_Buffer.mark_; in java_nio_Buffer_position___int()
[all …]

12345678910>>...13