/third_party/node/src/ |
D | histogram.cc | 19 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 …]
|
D | histogram.h | 70 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/ |
D | vf_thumbnail_cuda.cu | 26 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/ |
D | p_square_cumul_dist.cpp | 63 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/ |
D | stats.h | 46 #define GRPC_STATS_INC_HISTOGRAM(histogram, index) \ argument 52 #define GRPC_STATS_INC_HISTOGRAM(histogram, index) argument
|
/third_party/boost/boost/histogram/detail/ |
D | nonmember_container_access.hpp | 15 namespace histogram { namespace 31 namespace histogram { namespace
|
D | non_member_container_access.hpp | 15 namespace histogram { namespace 31 namespace histogram { namespace
|
D | convert_integer.hpp | 13 namespace histogram { namespace
|
D | priority.hpp | 13 namespace histogram { namespace
|
D | replace_type.hpp | 15 namespace histogram { namespace
|
D | common_type.hpp | 18 namespace histogram { namespace
|
D | make_default.hpp | 11 namespace histogram { namespace
|
D | tuple_slice.hpp | 15 namespace histogram { namespace
|
D | limits.hpp | 13 namespace histogram { namespace
|
D | relaxed_tuple_size.hpp | 13 namespace histogram { namespace
|
/third_party/boost/boost/histogram/ |
D | fwd.hpp | 22 namespace histogram { namespace 149 class BOOST_ATTRIBUTE_NODISCARD histogram; variable
|
D | histogram.hpp | 40 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
|
D | sample.hpp | 14 namespace histogram { namespace
|
D | weight.hpp | 13 namespace histogram { namespace
|
/third_party/node/test/sequential/ |
D | test-performance-eventloopdelay.js | 12 const histogram = monitorEventLoopDelay(); constant 54 const histogram = monitorEventLoopDelay({ resolution: 1 }); constant
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | StressTestClient.cs | 68 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/ |
D | empty.hpp | 14 namespace histogram { namespace
|
/third_party/gettext/gettext-tools/src/ |
D | plural-distrib.h | 47 unsigned int (*histogram) (const struct plural_distribution *self, member
|
/third_party/boost/libs/test/doc/examples/ |
D | exception_api.run-fail.cpp | 44 std::map<std::string, std::size_t> histogram; member in FileWordHistogram
|
/third_party/boost/libs/gil/example/ |
D | histogram.cpp | 39 int histogram[256]; in main() local
|