Home
last modified time | relevance | path

Searched refs:sample_it (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/simgear/simgear-2020.3.11/simgear/sound/
H A Dsample_group.cxx141 auto sample_it = _samples.find( refname ); in add() local
142 if ( sample_it != _samples.end() ) { in add()
155 auto sample_it = _samples.find( refname ); in remove() local
156 if ( sample_it == _samples.end() ) { in remove()
161 if ( sample_it->second->is_valid_buffer() ) in remove()
164 _samples.erase( sample_it ); in remove()
172 auto sample_it = _samples.find( refname ); in exists() local
173 if ( sample_it == _samples.end() ) { in exists()
185 auto sample_it = _samples.find( refname ); in find() local
186 if ( sample_it == _samples.end() ) { in find()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-seq-count/
H A Drange.hpp263 std::list< range * >::const_iterator sample_it; in compare_sample() local
264 …for ( sample_it = sample.range_list.begin(); sample_it != sample.range_list.end() && !done; ++samp… in compare_sample()
266 const range * sample_range = *sample_it; in compare_sample()
/dports/graphics/tesseract/tesseract-5.0.0/src/training/common/
H A Dmastertrainer.cpp255 SampleIterator sample_it; in PostLoadCleanup() local
256 sample_it.Init(nullptr, nullptr, true, &verify_samples_); in PostLoadCleanup()
257 sample_it.NormalizeSamples(); in PostLoadCleanup()
812 SampleIterator sample_it; in TestClassifierVOld() local
813 sample_it.Init(nullptr, nullptr, replicate_samples, &samples_); in TestClassifierVOld()
816 page_images_, &sample_it); in TestClassifierVOld()
848 SampleIterator sample_it; in TestClassifier() local
849 sample_it.Init(nullptr, nullptr, replicate_samples, samples); in TestClassifier()
852 for (sample_it.Begin(); !sample_it.AtEnd(); sample_it.Next()) { in TestClassifier()
856 sample_it.SparseCharsetSize(), sample_it.CompactCharsetSize(), in TestClassifier()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/Surface_mesh_segmentation/
H A DSDF_calculation.h299 for(Disk_samples_list::const_iterator sample_it = disk_samples.begin(); in calculate_sdf_value_of_point() local
300 sample_it != disk_samples.end(); ++sample_it) { in calculate_sdf_value_of_point()
306 scale_functor(v1, FT(disk_multiplier * sample_it->get<0>())), in calculate_sdf_value_of_point()
307 scale_functor(v2, FT(disk_multiplier * sample_it->get<1>())) ); in calculate_sdf_value_of_point()
345 ray_distances.push_back(std::make_pair(min_distance, sample_it->get<2>())); in calculate_sdf_value_of_point()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/importers/proto/
H A Dproto_trace_parser.cc307 for (auto sample_it = entry.samples(); sample_it; ++sample_it) { in ParseProfilePacket() local
308 protos::pbzero::ProfilePacket::HeapSample::Decoder sample(*sample_it); in ParseProfilePacket()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/importers/proto/
H A Dproto_trace_parser.cc324 for (auto sample_it = entry.samples(); sample_it; ++sample_it) { in ParseProfilePacket() local
325 protos::pbzero::ProfilePacket::HeapSample::Decoder sample(*sample_it); in ParseProfilePacket()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/access/heap/
H A Dheapam_handler.c1058 bool sample_it = false; in heapam_scan_analyze_next_tuple() local
1085 sample_it = true; in heapam_scan_analyze_next_tuple()
1117 sample_it = true; in heapam_scan_analyze_next_tuple()
1150 sample_it = true; in heapam_scan_analyze_next_tuple()
1160 if (sample_it) in heapam_scan_analyze_next_tuple()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/access/heap/
H A Dheapam_handler.c1058 bool sample_it = false; in heapam_scan_analyze_next_tuple() local
1085 sample_it = true; in heapam_scan_analyze_next_tuple()
1117 sample_it = true; in heapam_scan_analyze_next_tuple()
1150 sample_it = true; in heapam_scan_analyze_next_tuple()
1160 if (sample_it) in heapam_scan_analyze_next_tuple()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/access/heap/
H A Dheapam_handler.c1039 bool sample_it = false; in heapam_scan_analyze_next_tuple() local
1066 sample_it = true; in heapam_scan_analyze_next_tuple()
1098 sample_it = true; in heapam_scan_analyze_next_tuple()
1131 sample_it = true; in heapam_scan_analyze_next_tuple()
1141 if (sample_it) in heapam_scan_analyze_next_tuple()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/access/heap/
H A Dheapam_handler.c1039 bool sample_it = false; in heapam_scan_analyze_next_tuple() local
1066 sample_it = true; in heapam_scan_analyze_next_tuple()
1098 sample_it = true; in heapam_scan_analyze_next_tuple()
1131 sample_it = true; in heapam_scan_analyze_next_tuple()
1141 if (sample_it) in heapam_scan_analyze_next_tuple()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/access/heap/
H A Dheapam_handler.c1039 bool sample_it = false;
1066 sample_it = true;
1098 sample_it = true;
1131 sample_it = true;
1141 if (sample_it)
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/access/heap/
H A Dheapam_handler.c1039 bool sample_it = false; in heapam_scan_analyze_next_tuple() local
1066 sample_it = true; in heapam_scan_analyze_next_tuple()
1098 sample_it = true; in heapam_scan_analyze_next_tuple()
1131 sample_it = true; in heapam_scan_analyze_next_tuple()
1141 if (sample_it) in heapam_scan_analyze_next_tuple()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/access/heap/
H A Dheapam_handler.c1039 bool sample_it = false; in heapam_scan_analyze_next_tuple() local
1066 sample_it = true; in heapam_scan_analyze_next_tuple()
1098 sample_it = true; in heapam_scan_analyze_next_tuple()
1131 sample_it = true; in heapam_scan_analyze_next_tuple()
1141 if (sample_it) in heapam_scan_analyze_next_tuple()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/access/heap/
H A Dheapam_handler.c1039 bool sample_it = false; in heapam_scan_analyze_next_tuple() local
1066 sample_it = true; in heapam_scan_analyze_next_tuple()
1098 sample_it = true; in heapam_scan_analyze_next_tuple()
1131 sample_it = true; in heapam_scan_analyze_next_tuple()
1141 if (sample_it) in heapam_scan_analyze_next_tuple()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/access/heap/
H A Dheapam_handler.c1037 bool sample_it = false; in heapam_scan_analyze_next_tuple() local
1064 sample_it = true; in heapam_scan_analyze_next_tuple()
1096 sample_it = true; in heapam_scan_analyze_next_tuple()
1129 sample_it = true; in heapam_scan_analyze_next_tuple()
1139 if (sample_it) in heapam_scan_analyze_next_tuple()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/access/heap/
H A Dheapam_handler.c1039 bool sample_it = false; in heapam_scan_analyze_next_tuple() local
1066 sample_it = true; in heapam_scan_analyze_next_tuple()
1098 sample_it = true; in heapam_scan_analyze_next_tuple()
1131 sample_it = true; in heapam_scan_analyze_next_tuple()
1141 if (sample_it) in heapam_scan_analyze_next_tuple()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/heap/
H A Dheapam_handler.c1037 bool sample_it = false; in heapam_scan_analyze_next_tuple() local
1064 sample_it = true; in heapam_scan_analyze_next_tuple()
1096 sample_it = true; in heapam_scan_analyze_next_tuple()
1129 sample_it = true; in heapam_scan_analyze_next_tuple()
1139 if (sample_it) in heapam_scan_analyze_next_tuple()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/access/heap/
H A Dheapam_handler.c1037 bool sample_it = false; in heapam_scan_analyze_next_tuple() local
1064 sample_it = true; in heapam_scan_analyze_next_tuple()
1096 sample_it = true; in heapam_scan_analyze_next_tuple()
1129 sample_it = true; in heapam_scan_analyze_next_tuple()
1139 if (sample_it) in heapam_scan_analyze_next_tuple()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/access/heap/
H A Dheapam_handler.c1058 bool sample_it = false; in heapam_scan_analyze_next_tuple() local
1085 sample_it = true; in heapam_scan_analyze_next_tuple()
1117 sample_it = true; in heapam_scan_analyze_next_tuple()
1150 sample_it = true; in heapam_scan_analyze_next_tuple()
1160 if (sample_it) in heapam_scan_analyze_next_tuple()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/access/heap/
H A Dheapam_handler.c1037 bool sample_it = false; in heapam_scan_analyze_next_tuple() local
1064 sample_it = true; in heapam_scan_analyze_next_tuple()
1096 sample_it = true; in heapam_scan_analyze_next_tuple()
1129 sample_it = true; in heapam_scan_analyze_next_tuple()
1139 if (sample_it) in heapam_scan_analyze_next_tuple()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/access/heap/
H A Dheapam_handler.c1058 bool sample_it = false;
1085 sample_it = true;
1117 sample_it = true;
1150 sample_it = true;
1160 if (sample_it)
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/access/heap/
H A Dheapam_handler.c1058 bool sample_it = false; in heapam_scan_analyze_next_tuple() local
1085 sample_it = true; in heapam_scan_analyze_next_tuple()
1117 sample_it = true; in heapam_scan_analyze_next_tuple()
1150 sample_it = true; in heapam_scan_analyze_next_tuple()
1160 if (sample_it) in heapam_scan_analyze_next_tuple()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/access/heap/
H A Dheapam_handler.c1058 bool sample_it = false; in heapam_scan_analyze_next_tuple() local
1085 sample_it = true; in heapam_scan_analyze_next_tuple()
1117 sample_it = true; in heapam_scan_analyze_next_tuple()
1150 sample_it = true; in heapam_scan_analyze_next_tuple()
1160 if (sample_it) in heapam_scan_analyze_next_tuple()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/access/heap/
H A Dheapam_handler.c1058 bool sample_it = false; in heapam_scan_analyze_next_tuple() local
1085 sample_it = true; in heapam_scan_analyze_next_tuple()
1117 sample_it = true; in heapam_scan_analyze_next_tuple()
1150 sample_it = true; in heapam_scan_analyze_next_tuple()
1160 if (sample_it) in heapam_scan_analyze_next_tuple()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/access/heap/
H A Dheapam_handler.c1037 bool sample_it = false; in heapam_scan_analyze_next_tuple() local
1064 sample_it = true; in heapam_scan_analyze_next_tuple()
1096 sample_it = true; in heapam_scan_analyze_next_tuple()
1129 sample_it = true; in heapam_scan_analyze_next_tuple()
1139 if (sample_it) in heapam_scan_analyze_next_tuple()

12