Home
last modified time | relevance | path

Searched refs:depth_ (Results 1 – 25 of 987) sorted by relevance

12345678910>>...40

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/Data/Format/
H A DRIFF.cpp13 depth_ = 0; in RIFFReader()
32 if (depth_ > 30) in Descend()
40 stack[depth_].parentEOF = eof_; in Descend()
55 stack[depth_].ID = intoId; in Descend()
56 stack[depth_].length = length; in Descend()
79 eof_ = stack[depth_].startLocation + stack[depth_].length; in Descend()
80 depth_++; in Descend()
86 depth_--; in Ascend()
88 eof_ = stack[depth_].parentEOF; in Ascend()
102 if (depth_) in GetCurrentChunkSize()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/Data/Format/
H A DRIFF.cpp13 depth_ = 0; in RIFFReader()
32 if (depth_ > 30) in Descend()
40 stack[depth_].parentEOF = eof_; in Descend()
55 stack[depth_].ID = intoId; in Descend()
56 stack[depth_].length = length; in Descend()
79 eof_ = stack[depth_].startLocation + stack[depth_].length; in Descend()
80 depth_++; in Descend()
86 depth_--; in Ascend()
88 eof_ = stack[depth_].parentEOF; in Ascend()
102 if (depth_) in GetCurrentChunkSize()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/Data/Format/
H A DRIFF.cpp13 depth_ = 0; in RIFFReader()
32 if (depth_ > 30) in Descend()
40 stack[depth_].parentEOF = eof_; in Descend()
55 stack[depth_].ID = intoId; in Descend()
56 stack[depth_].length = length; in Descend()
79 eof_ = stack[depth_].startLocation + stack[depth_].length; in Descend()
80 depth_++; in Descend()
86 depth_--; in Ascend()
88 eof_ = stack[depth_].parentEOF; in Ascend()
102 if (depth_) in GetCurrentChunkSize()
[all …]
/dports/misc/frugally-deep/frugally-deep-0.15.13-p0/include/fdeep/
H A Dtensor_shape.hpp39 depth_(depth), in tensor_shape()
53 depth_(depth), in tensor_shape()
160 std::size_t depth_; member in fdeep::internal::tensor_shape
202 fplus::just_with_default(default_shape.depth_, shape.depth_)); in make_tensor_shape_with()
206 fplus::just_with_default(default_shape.depth_, shape.depth_)); in make_tensor_shape_with()
211 fplus::just_with_default(default_shape.depth_, shape.depth_)); in make_tensor_shape_with()
217 fplus::just_with_default(default_shape.depth_, shape.depth_)); in make_tensor_shape_with()
224 fplus::just_with_default(default_shape.depth_, shape.depth_)); in make_tensor_shape_with()
245 (rhs.depth_.is_nothing() || lhs.depth_ == rhs.depth_.unsafe_get_just()); in tensor_shape_equals_tensor_shape_variable()
268 lhs.depth_ == rhs.depth_; in operator ==()
[all …]
H A Dtensor_shape_variable.hpp35 depth_(depth), in tensor_shape_variable()
49 depth_(depth), in tensor_shape_variable()
62 depth_(depth), in tensor_shape_variable()
74 depth_(depth), in tensor_shape_variable()
85 depth_(depth), in tensor_shape_variable()
97 fplus::just_with_default<std::size_t>(1, depth_); in minimal_volume()
109 fplus::maybe<std::size_t> depth_; member in fdeep::internal::tensor_shape_variable
122 lhs.depth_ == rhs.depth_; in operator ==()
141 s.depth_ in show_tensor_shape_variable()
/dports/misc/quantum++/qpp-3.0/include/classes/
H A Dreversible.hpp455 depth_["NOT"] = 1; in NOT()
464 ++depth_["NOT"]; in NOT()
500 depth_["CNOT"] = 1; in CNOT()
509 ++depth_["CNOT"]; in CNOT()
547 depth_["TOF"] = 1; in TOF()
556 ++depth_["TOF"]; in TOF()
593 depth_["SWAP"] = 1; in SWAP()
602 ++depth_["SWAP"]; in SWAP()
639 depth_["FRED"] = 1; in FRED()
648 ++depth_["FRED"]; in FRED()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rgbd/src/
H A Ddepth_cleaner.cpp20 depth_(depth), in DepthCleanerImpl()
37 return (window_size == window_size_) && (depth == depth_) && (method == method_); in validate()
40 int depth_; member in cv::rgbd::DepthCleanerImpl
172 depth_(depth), in DepthCleaner()
190 switch (depth_) in ~DepthCleaner()
210 CV_Assert(depth_ == CV_16U || depth_ == CV_32F || depth_ == CV_64F); in initialize_cleaner_impl()
217 switch (depth_) in initialize_cleaner_impl()
223 depth_cleaner_impl_ = new NIL<float>(window_size_, depth_, DEPTH_CLEANER_NIL); in initialize_cleaner_impl()
226 depth_cleaner_impl_ = new NIL<double>(window_size_, depth_, DEPTH_CLEANER_NIL); in initialize_cleaner_impl()
263 depth_out_array.create(depth_in.size(), depth_); in operator ()()
[all …]
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tlx/sort/strings/
H A Dparallel_sample_sort.hpp300 size_t depth_; member in tlx::sort_strings_detail::PS5SmallsortJob
311 << "enqueue depth=" << depth_ in PS5SmallsortJob()
337 sort_sample_sort(strptr_, depth_); in run()
342 sort_mkqs_cache(strptr_, depth_); in run()
357 size_t depth_; member in tlx::sort_strings_detail::PS5SmallsortJob::SeqSampleSortStep
754 size_t num_lt_, num_eq_, num_gt_, depth_; member in tlx::sort_strings_detail::PS5SmallsortJob::MKQSStep
996 ms.depth_, false); in sort_mkqs_cache()
1059 ms.depth_); in mkqs_free_work()
1072 << "SmallSort[" << depth_ << "] " in substep_all_done()
1110 size_t depth_; member in tlx::sort_strings_detail::PS5BigSortStep
[all …]
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/sort/strings/
H A Dparallel_sample_sort.hpp300 size_t depth_; member in tlx::sort_strings_detail::PS5SmallsortJob
311 << "enqueue depth=" << depth_ in PS5SmallsortJob()
337 sort_sample_sort(strptr_, depth_); in run()
342 sort_mkqs_cache(strptr_, depth_); in run()
357 size_t depth_; member in tlx::sort_strings_detail::PS5SmallsortJob::SeqSampleSortStep
754 size_t num_lt_, num_eq_, num_gt_, depth_; member in tlx::sort_strings_detail::PS5SmallsortJob::MKQSStep
996 ms.depth_, false); in sort_mkqs_cache()
1059 ms.depth_); in mkqs_free_work()
1072 << "SmallSort[" << depth_ << "] " in substep_all_done()
1110 size_t depth_; member in tlx::sort_strings_detail::PS5BigSortStep
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/recognition/include/pcl/recognition/impl/hv/
H A Docclusion_reasoning.hpp47 f_ (f), cx_ (resx), cy_ (resy), depth_ (nullptr) in ZBuffering()
54 f_ (), cx_ (), cy_ (), depth_ (nullptr) in ZBuffering()
62 delete[] depth_; in ~ZBuffering()
99 if ((z - thres) > depth_[u * cy_ + v] || !std::isfinite(depth_[u * cy_ + v])) in filter()
145 depth_ = new float[cx_ * cy_]; in computeDepthMap()
146 std::fill_n(depth_, cx * cy, std::numeric_limits<float>::quiet_NaN()); in computeDepthMap()
159 if ((z < depth_[u * cy_ + v]) || (!std::isfinite(depth_[u * cy_ + v]))) in computeDepthMap()
160 depth_[u * cx_ + v] = z; in computeDepthMap()
181 if (std::isfinite(depth_[j * cx_ + i]) && (depth_[j * cx_ + i] < min)) in computeDepthMap()
183 min = depth_[j * cx_ + i]; in computeDepthMap()
[all …]
/dports/math/spot/spot-2.10.2/spot/twaalgos/
H A Demptiness_stats.hh64 : states_(0), transitions_(0), depth_(0), max_depth_(0) in ec_statistics()
97 depth_ += n; in inc_depth()
98 if (depth_ > max_depth_) in inc_depth()
99 max_depth_ = depth_; in inc_depth()
105 SPOT_ASSERT(depth_ >= n); in dec_depth()
106 depth_ -= n; in dec_depth()
130 return depth_; in depth()
136 unsigned depth_; /// maximal depth of the stack(s) member in spot::ec_statistics
/dports/math/py-spot/spot-2.10.2/spot/twaalgos/
H A Demptiness_stats.hh64 : states_(0), transitions_(0), depth_(0), max_depth_(0) in ec_statistics()
97 depth_ += n; in inc_depth()
98 if (depth_ > max_depth_) in inc_depth()
99 max_depth_ = depth_; in inc_depth()
105 SPOT_ASSERT(depth_ >= n); in dec_depth()
106 depth_ -= n; in dec_depth()
130 return depth_; in depth()
136 unsigned depth_; /// maximal depth of the stack(s) member in spot::ec_statistics
/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/src/
H A DAlpsSolution.h50 int depth_; variable
56 index_(-1), depth_(-1) { in AlpsSolution()
60 AlpsSolution(const AlpsNodeIndex_t i, const int d): index_(i), depth_(d) { in AlpsSolution()
74 int getDepth() { return depth_; } in getDepth()
77 void setDepth(const int d) { depth_ = d; } in setDepth()
90 encoded->writeRep(depth_); in encode()
97 encoded.readRep(depth_); in decodeToSelf()
/dports/graphics/tesseract/tesseract-5.0.0/src/lstm/
H A Dstatic_shape.h40 StaticShape() : batch_(0), height_(0), width_(0), depth_(0), loss_type_(LT_NONE) {} in StaticShape()
60 return depth_; in depth()
63 depth_ = value; in set_depth()
75 depth_ = depth; in SetShape()
79 tprintf("Batch=%d, Height=%d, Width=%d, Depth=%d, loss=%d\n", batch_, height_, width_, depth_, in Print()
86 fp->DeSerialize(&width_) && fp->DeSerialize(&depth_) && fp->DeSerialize(&tmp); in DeSerialize()
94 fp->Serialize(&depth_) && fp->Serialize(&tmp); in Serialize()
108 int32_t depth_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/json/
H A Djson_common.h24 : max_depth_(max_depth), depth_(depth) { in StackMarker()
25 ++(*depth_); in StackMarker()
26 DCHECK_LE(*depth_, max_depth_); in StackMarker()
28 ~StackMarker() { --(*depth_); } in ~StackMarker()
30 bool IsTooDeep() const { return *depth_ >= max_depth_; } in IsTooDeep()
34 size_t* const depth_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/json/
H A Djson_common.h24 : max_depth_(max_depth), depth_(depth) { in StackMarker()
25 ++(*depth_); in StackMarker()
26 DCHECK_LE(*depth_, max_depth_); in StackMarker()
28 ~StackMarker() { --(*depth_); } in ~StackMarker()
30 bool IsTooDeep() const { return *depth_ >= max_depth_; } in IsTooDeep()
34 size_t* const depth_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/geometry/
H A Dfloat_box.h46 : x_(0), y_(0), z_(0), width_(0), height_(0), depth_(0) {} in FloatBox()
54 : x_(x), y_(y), z_(z), width_(width), height_(height), depth_(depth) {} in FloatBox()
62 depth_(box.Depth()) {} in FloatBox()
77 depth_ = origin.Z(); in SetSize()
88 depth_ = 0; in Flatten()
112 return (width_ <= 0 && height_ <= 0) || (width_ <= 0 && depth_ <= 0) || in IsEmpty()
113 (height_ <= 0 && depth_ <= 0); in IsEmpty()
118 constexpr float front() const { return z_ + depth_; } in front()
124 constexpr float Depth() const { return depth_; } in Depth()
134 float depth_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/geometry/
H A Dfloat_box.h46 : x_(0), y_(0), z_(0), width_(0), height_(0), depth_(0) {} in FloatBox()
54 : x_(x), y_(y), z_(z), width_(width), height_(height), depth_(depth) {} in FloatBox()
62 depth_(box.Depth()) {} in FloatBox()
77 depth_ = origin.Z(); in SetSize()
88 depth_ = 0; in Flatten()
112 return (width_ <= 0 && height_ <= 0) || (width_ <= 0 && depth_ <= 0) || in IsEmpty()
113 (height_ <= 0 && depth_ <= 0); in IsEmpty()
118 constexpr float front() const { return z_ + depth_; } in front()
124 constexpr float Depth() const { return depth_; } in Depth()
134 float depth_; variable
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/ir/
H A Dindexed_graph.h72 size_t depth_ = 0; member
84 current->depth_ = 1; in PostDom()
88 current->depth_ = parent ? parent->depth_ + 1 : 1; in PostDom()
120 if (lhs->depth_ < rhs->depth_) { in LeastCommonAncestor()
122 } else if (lhs->depth_ > rhs->depth_) { in LeastCommonAncestor()
/dports/misc/vxl/vxl-3.3.2/core/vil1/file_formats/
H A Dvil1_ras.cxx181 depth_ = components_ * bits_per_component_; in vil1_ras_generic_image()
193 length_ = compute_length(width_, height_, depth_); in vil1_ras_generic_image()
242 if (depth_ != 8 && depth_ != 24) in read_header()
244 std::cerr << __FILE__ << ": depth " << depth_ << " not implemented\n"; in read_header()
251 length_ = compute_length(width_, height_, depth_); in read_header()
258 if (type_ != RT_BYTE_ENCODED && length_ != compute_length(width_, height_, depth_)) in read_header()
278 assert(depth_ == 8 || depth_ == 24); in read_header()
280 if (map_type_ != RMT_NONE || depth_ == 24) in read_header()
302 write_uint_32(vs_, depth_); in write_header()
321 int file_bytes_per_pixel = (depth_ + 7) / 8; in get_section()
[all …]
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/examples/cxx/tree/streaming/
H A Dparser.cxx80 size_t depth_; member in parser_impl
141 depth_ = 0; in start()
176 size_t d (depth_); in peek()
185 while (r && depth_ == d && doc_.get () == 0) in peek()
225 if (depth_ != next_depth_) in next()
237 size_t d (peek_ ? depth_ - 1 : depth_); in next()
258 while (r && depth_ != d) in next()
308 depth_++; in startElement()
311 next_depth_ = depth_; in startElement()
321 if (--depth_ > 1) in endElement()
[all …]
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/cxx/src/
H A Dclient_status.cpp68 const svn_opt_revision_t* rev, depth depth_, status_flags flags, in status() argument
76 impl::convert(depth_), in status()
94 const revision& rev_, depth depth_, status_flags flags, in status() argument
100 return impl::status(ctx->get_ctx(), path, &rev, depth_, flags, in status()
108 const revision& rev_, depth depth_, status_flags flags, in status() argument
115 [weak_ctx, path, rev_, depth_, flags, callback] in status()
124 return impl::status(ctx->get_ctx(), path, &rev, depth_, flags, in status()
132 const revision& rev_, depth depth_, status_flags flags, in status() argument
136 return status(policy, ctx_, path, rev_, depth_, flags, callback); in status()
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/cxx/src/
H A Dclient_status.cpp68 const svn_opt_revision_t* rev, depth depth_, status_flags flags, in status() argument
76 impl::convert(depth_), in status()
94 const revision& rev_, depth depth_, status_flags flags, in status() argument
100 return impl::status(ctx->get_ctx(), path, &rev, depth_, flags, in status()
108 const revision& rev_, depth depth_, status_flags flags, in status() argument
115 [weak_ctx, path, rev_, depth_, flags, callback] in status()
124 return impl::status(ctx->get_ctx(), path, &rev, depth_, flags, in status()
132 const revision& rev_, depth depth_, status_flags flags, in status() argument
136 return status(policy, ctx_, path, rev_, depth_, flags, callback); in status()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/cxx/src/
H A Dclient_status.cpp68 const svn_opt_revision_t* rev, depth depth_, status_flags flags, in status() argument
76 impl::convert(depth_), in status()
94 const revision& rev_, depth depth_, status_flags flags, in status() argument
100 return impl::status(ctx->get_ctx(), path, &rev, depth_, flags, in status()
108 const revision& rev_, depth depth_, status_flags flags, in status() argument
115 [weak_ctx, path, rev_, depth_, flags, callback] in status()
124 return impl::status(ctx->get_ctx(), path, &rev, depth_, flags, in status()
132 const revision& rev_, depth depth_, status_flags flags, in status() argument
136 return status(policy, ctx_, path, rev_, depth_, flags, callback); in status()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/cxx/src/
H A Dclient_status.cpp68 const svn_opt_revision_t* rev, depth depth_, status_flags flags, in status() argument
76 impl::convert(depth_), in status()
94 const revision& rev_, depth depth_, status_flags flags, in status() argument
100 return impl::status(ctx->get_ctx(), path, &rev, depth_, flags, in status()
108 const revision& rev_, depth depth_, status_flags flags, in status() argument
115 [weak_ctx, path, rev_, depth_, flags, callback] in status()
124 return impl::status(ctx->get_ctx(), path, &rev, depth_, flags, in status()
132 const revision& rev_, depth depth_, status_flags flags, in status() argument
136 return status(policy, ctx_, path, rev_, depth_, flags, callback); in status()

12345678910>>...40