Home
last modified time | relevance | path

Searched defs:Histogram (Results 1 – 25 of 2223) sorted by path

12345678910>>...89

/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dctmf.c119 } Histogram; typedef
/dports/astro/phd2/phd2-2.6.10/
H A Ddarks_dialog.cpp436 struct Histogram struct
442 Histogram(const usImage& img) in Histogram() argument
468 void Dump() in Dump()
/dports/audio/gonic/gonic-0.8.4/vendor/google.golang.org/appengine/internal/image/
H A Dimages_service.pb.go1064Histogram *ImagesHistogram `protobuf:"bytes,1,req,name=histogram" json:"histogram,omite… member
/dports/audio/murmur-cli/murmur-cli-8f83169/vendor/google.golang.org/genproto/googleapis/cloud/talent/v4beta1/
H A Dhistogram.pb.go93Histogram map[string]int64 `protobuf:"bytes,2,rep,name=histogram,proto3" json:"histogra… member
/dports/audio/murmur-cli/murmur-cli-8f83169/vendor/google.golang.org/grpc/benchmark/client/
H A Dmain.go187 func parseHist(hist *stats.Histogram) {
195 func median(percentile float64, h *stats.Histogram) int64 {
/dports/audio/murmur-cli/murmur-cli-8f83169/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go33 type Histogram struct { struct
35 Count int64
37 Sum int64
39 SumOfSquares int64
41 Min int64
43 Max int64
45 Buckets []HistogramBucket
48 logBaseBucketSize float64
49 oneOverLogOnePlusGrowthFactor float64
147 func (h *Histogram) String() string {
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/reqwest-0.11.7/src/blocking/
H A Dclient.rs4 use std::fmt;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Ioctl/
H A Dmod.rs3983 pub Histogram: *mut HISTOGRAM_BUCKET, field
/dports/audio/py-music21/music21-7.1.0/music21/graph/
H A Dplot.py540 class Histogram(primitives.GraphHistogram, PlotStreamMixin): class
/dports/audio/visp-go/visp-2585747/vendor/github.com/beorn7/perks/histogram/
H A Dhistogram.go48 type Histogram struct { struct
49 res *reservoir
56 func (h *Histogram) Insert(f float64) {
61 func (h *Histogram) Bins() Bins {
/dports/audio/visp-go/visp-2585747/vendor/github.com/prometheus/client_golang/prometheus/
H A Dhistogram.go44 type Histogram interface { interface
/dports/audio/visp-go/visp-2585747/vendor/github.com/prometheus/client_model/cpp/
H A Dmetrics.pb.cc1927 Histogram::Histogram() in Histogram() function in io::prometheus::client::Histogram
1936 Histogram::Histogram(const Histogram& from) in Histogram() function in io::prometheus::client::Histogram
H A Dmetrics.pb.h45 class Histogram; variable
/dports/audio/visp-go/visp-2585747/vendor/github.com/prometheus/client_model/go/
H A Dmetrics.pb.go326 type Histogram struct { struct
330 XXX_NoUnkeyedLiteral struct{} `json:"-"`
331 XXX_unrecognized []byte `json:"-"`
332 XXX_sizecache int32 `json:"-"`
337 func (*Histogram) ProtoMessage() {}
338 func (*Histogram) Descriptor() ([]byte, []int) {
350 func (m *Histogram) XXX_Size() int {
353 func (m *Histogram) XXX_DiscardUnknown() {
359 func (m *Histogram) GetSampleCount() uint64 {
366 func (m *Histogram) GetSampleSum() float64 {
[all …]
/dports/audio/visp-go/visp-2585747/vendor/github.com/prometheus/client_model/
H A Dmetrics.proto56 message Histogram { message
/dports/audio/visp-go/visp-2585747/vendor/github.com/prometheus/client_model/python/prometheus/client/model/
H A Dmetrics_pb2.py544 Histogram = _reflection.GeneratedProtocolMessageType('Histogram', (_message.Message,), dict( variable
/dports/audio/visp-go/visp-2585747/vendor/github.com/prometheus/client_model/ruby/lib/prometheus/client/model/
H A Dmetrics.pb.rb39 class Histogram class
83 class Histogram class
/dports/audio/visp-go/visp-2585747/vendor/github.com/prometheus/client_model/src/main/java/io/prometheus/client/
H A DMetrics.java3323 public static final class Histogram extends class in Metrics
3328 private Histogram(com.google.protobuf.GeneratedMessage.Builder<?> builder) { in Histogram() method in Metrics.Histogram
3332 …private Histogram(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDe… in Histogram() method in Metrics.Histogram
3349 private Histogram( in Histogram() method in Metrics.Histogram
/dports/audio/visp-go/visp-2585747/vendor/google.golang.org/appengine/internal/image/
H A Dimages_service.pb.go1064Histogram *ImagesHistogram `protobuf:"bytes,1,req,name=histogram" json:"histogram,omite… member
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/system_wrappers/include/
H A Dmetrics.h368 class Histogram; variable
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/agc/
H A Dagc.h21 class Histogram; variable
H A Dhistogram.cc61 Histogram::Histogram() in Histogram() function in webrtc::Histogram
76 Histogram::Histogram(int window_size) in Histogram() function in webrtc::Histogram
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/system_wrappers/include/
H A Dmetrics.h116 class Histogram; variable
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/tsenart/vegeta/v12/lib/
H A Dhistogram.go14 type Histogram struct { struct
15 Buckets Buckets
16 Counts []uint64
17 Total uint64
23 func (h *Histogram) Add(r *Result) {
40 func (h *Histogram) MarshalJSON() ([]byte, error) {
H A Dmetrics.go16 Histogram *Histogram `json:"buckets,omitempty"` member

12345678910>>...89