Home
last modified time | relevance | path

Searched defs:histogram (Results 1 – 25 of 160) sorted by relevance

1234567

/third_party/node/src/
Dhistogram.cc19 hdr_histogram* histogram; in Histogram() local
31 HistogramImpl::HistogramImpl(std::shared_ptr<Histogram> histogram) in HistogramImpl()
48 std::shared_ptr<Histogram> histogram) in HistogramBase()
59 HistogramBase* histogram; in GetMin() local
66 HistogramBase* histogram; in GetMax() local
73 HistogramBase* histogram; in GetMean() local
79 HistogramBase* histogram; in GetExceeds() local
86 HistogramBase* histogram; in GetStddev() local
92 HistogramBase* histogram; in GetPercentile() local
101 HistogramBase* histogram; in GetPercentiles() local
[all …]
Dhistogram.h70 const std::shared_ptr<Histogram>& histogram() const { return histogram_; } in histogram() function
130 explicit HistogramTransferData(const HistogramBase* histogram) in HistogramTransferData()
133 explicit HistogramTransferData(std::shared_ptr<Histogram> histogram) in HistogramTransferData()
/third_party/ffmpeg/libavfilter/
Dvf_thumbnail_cuda.cu26 int *histogram, int src_width, int src_height) in Thumbnail_uchar()
38 int *histogram, int src_width, int src_height) in Thumbnail_uchar2()
52 int *histogram, int src_width, int src_height) in Thumbnail_ushort()
65 int *histogram, int src_width, int src_height) in Thumbnail_ushort2()
/third_party/boost/libs/accumulators/test/
Dp_square_cumul_dist.cpp63 histogram_type histogram = p_square_cumulative_distribution(acc); in test_stat() local
95 histogram_type histogram = p_square_cumulative_distribution(acc); in test_persistency() local
106 histogram_type histogram = p_square_cumulative_distribution(acc); in test_persistency() local
/third_party/grpc/src/core/lib/debug/
Dstats.h46 #define GRPC_STATS_INC_HISTOGRAM(histogram, index) \ argument
52 #define GRPC_STATS_INC_HISTOGRAM(histogram, index) argument
/third_party/boost/boost/histogram/detail/
Dnonmember_container_access.hpp15 namespace histogram { namespace
31 namespace histogram { namespace
Dnon_member_container_access.hpp15 namespace histogram { namespace
31 namespace histogram { namespace
Dconvert_integer.hpp13 namespace histogram { namespace
Dpriority.hpp13 namespace histogram { namespace
Dreplace_type.hpp15 namespace histogram { namespace
Dcommon_type.hpp18 namespace histogram { namespace
Dmake_default.hpp11 namespace histogram { namespace
Dtuple_slice.hpp15 namespace histogram { namespace
Dlimits.hpp13 namespace histogram { namespace
Drelaxed_tuple_size.hpp13 namespace histogram { namespace
/third_party/boost/boost/histogram/
Dfwd.hpp22 namespace histogram { namespace
149 class BOOST_ATTRIBUTE_NODISCARD histogram; variable
Dhistogram.hpp40 namespace histogram { namespace
61 class histogram : detail::mutex_base<Axes, Storage> { class
82 explicit histogram(histogram<A, S>&& rhs) in histogram() function in boost::histogram::histogram
90 explicit histogram(const histogram<A, S>& rhs) in histogram() function in boost::histogram::histogram
115 histogram(A&& a, Storage s) in histogram() function in boost::histogram::histogram
123 explicit histogram(Axes axes) : histogram(axes, storage_type()) {} in histogram() function in boost::histogram::histogram
126 explicit histogram(As&&... as) in histogram() function in boost::histogram::histogram
Dsample.hpp14 namespace histogram { namespace
Dweight.hpp13 namespace histogram { namespace
/third_party/node/test/sequential/
Dtest-performance-eventloopdelay.js12 const histogram = monitorEventLoopDelay(); constant
54 const histogram = monitorEventLoopDelay({ resolution: 1 }); constant
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DStressTestClient.cs68 Histogram histogram = new Histogram(0.01, 60 * SecondsToNanos); field in Grpc.IntegrationTesting.StressTestClient
245 readonly Histogram histogram; field in Grpc.IntegrationTesting.StressTestClient.MetricsServiceImpl
248 public MetricsServiceImpl(Histogram histogram) in MetricsServiceImpl()
/third_party/boost/boost/histogram/algorithm/
Dempty.hpp14 namespace histogram { namespace
/third_party/gettext/gettext-tools/src/
Dplural-distrib.h47 unsigned int (*histogram) (const struct plural_distribution *self, member
/third_party/boost/libs/test/doc/examples/
Dexception_api.run-fail.cpp44 std::map<std::string, std::size_t> histogram; member in FileWordHistogram
/third_party/boost/libs/gil/example/
Dhistogram.cpp39 int histogram[256]; in main() local

1234567