Home
last modified time | relevance | path

Searched defs:Intervals (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/swarm/network/stream/intervals/
H A Dintervals.go31 type Intervals struct { struct
32 start uint64
33 ranges [][2]uint64
34 mu sync.RWMutex
52 func (i *Intervals) Add(start, end uint64) {
59 func (i *Intervals) add(start, end uint64) {
105 func (i *Intervals) Merge(m *Intervals) {
123 func (i *Intervals) Next() (start, end uint64) {
141 func (i *Intervals) Last() (end uint64) {
154 func (i *Intervals) String() string {
[all …]
/dports/science/py-OpenMC/openmc-0.12.2/docs/source/methods/
H A Dtallies.rst487 .. _following approximation: https://doi.org/10.1080/03610918708812641
489 .. _Bessel's correction: https://en.wikipedia.org/wiki/Bessel's_correction
491 .. _random variable: https://en.wikipedia.org/wiki/Random_variable
493 .. _stochastic process: https://en.wikipedia.org/wiki/Stochastic_process
497 .. _law of large numbers: https://en.wikipedia.org/wiki/Law_of_large_numbers
499 .. _expected value: https://en.wikipedia.org/wiki/Expected_value
503 .. _normal distribution: https://en.wikipedia.org/wiki/Normal_distribution
507 .. _confidence intervals: https://en.wikipedia.org/wiki/Confidence_interval
509 .. _Student's t-distribution: https://en.wikipedia.org/wiki/Student%27s_t-distribution
511 .. _Cauchy distribution: https://en.wikipedia.org/wiki/Cauchy_distribution
[all …]
/dports/science/openmc/openmc-0.12.2/docs/source/methods/
H A Dtallies.rst487 .. _following approximation: https://doi.org/10.1080/03610918708812641
489 .. _Bessel's correction: https://en.wikipedia.org/wiki/Bessel's_correction
491 .. _random variable: https://en.wikipedia.org/wiki/Random_variable
493 .. _stochastic process: https://en.wikipedia.org/wiki/Stochastic_process
497 .. _law of large numbers: https://en.wikipedia.org/wiki/Law_of_large_numbers
499 .. _expected value: https://en.wikipedia.org/wiki/Expected_value
503 .. _normal distribution: https://en.wikipedia.org/wiki/Normal_distribution
507 .. _confidence intervals: https://en.wikipedia.org/wiki/Confidence_interval
509 .. _Student's t-distribution: https://en.wikipedia.org/wiki/Student%27s_t-distribution
511 .. _Cauchy distribution: https://en.wikipedia.org/wiki/Cauchy_distribution
[all …]
/dports/www/twiki/twiki/pub/TWiki/TWikiSheetPlugin/ruleJS/lib/jstat/doc/md/
H A Dtest.md129 ### jStat.normalci( value, alpha, sd, n)
135 ### jStat.normalci( value, alpha, array)
140 ### jStat.tci( value, alpha, sd, n)
145 ### jStat.tci( value, alpha, array)
/dports/math/R-cran-intervals/intervals/R/
H A Dinterval_included-methods.R5 signature( "Intervals", "Intervals" ),
H A DIntervals-class.R67 "Intervals", class
81 signature( "Intervals" ),
150 Intervals <- function( ... ) function
163 signature( "Intervals" ),
H A Dplot.Intervals_virtual.R73 setMethod( "plot", c( "Intervals", "missing" ), function( x, y, ... ) plot.Intervals( x, ... ) )
74 setMethod( "plot", c( "Intervals", "ANY" ), function( x, y, ... ) plot.Intervals( x, y, ... ) )
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/tsdb/tombstones/
H A Dtombstones.go150 Intervals Intervals member
213 func NewTestMemTombstones(intervals []Intervals) *memTombstones {
284 type Intervals []Interval type
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/regalloc/src/linear_scan/
H A Dmod.rs204 pub(crate) struct Intervals { struct
210 impl Intervals { argument
478 intervals: &Intervals, in next_use()
556 intervals: &Intervals, in ref_next_use()
627 intervals: &Intervals, in last_use()
709 intervals: &Intervals, in ref_last_use()
1003 intervals: &Intervals, in apply_registers()
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/tsdb/tombstones/
H A Dtombstones.go186 Intervals Intervals member
239 func NewTestMemTombstones(intervals []Intervals) *MemTombstones {
310 type Intervals []Interval type
/dports/net-mgmt/prometheus2/prometheus-2.30.3/tsdb/tombstones/
H A Dtombstones.go186 Intervals Intervals member
239 func NewTestMemTombstones(intervals []Intervals) *MemTombstones {
310 type Intervals []Interval type
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Ddashing.cpp69 struct Intervals { in onDraw() struct
70 int fOnInterval; in onDraw()
71 int fOffInterval; in onDraw()
321 struct Intervals { in onDraw() struct
322 int fOnInterval; in onDraw()
323 int fOffInterval; in onDraw()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/prometheus/tsdb/tombstones/
H A Dtombstones.go186 Intervals Intervals member
239 func NewTestMemTombstones(intervals []Intervals) *MemTombstones {
338 type Intervals []Interval type
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/prometheus/tsdb/tombstones/
H A Dtombstones.go186 Intervals Intervals member
239 func NewTestMemTombstones(intervals []Intervals) *MemTombstones {
338 type Intervals []Interval type
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/tsdb/tombstones/
H A Dtombstones.go186 Intervals Intervals member
239 func NewTestMemTombstones(intervals []Intervals) *MemTombstones {
338 type Intervals []Interval type
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/t/parse/
H A Dparens.tex14 \section{Intervals} section
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/d3-time/
H A DREADME.md173 ### Intervals subsection
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/d3-time/
H A DREADME.md177 ### Intervals subsection
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/d3-time/
H A DREADME.md177 ### Intervals subsection
/dports/misc/netron/node_modules/d3-time/
H A DREADME.md177 ### Intervals subsection
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.Analysis.Numerical/
H A DAnalysers.cs36 Intervals, enumerator
/dports/sysutils/edk2/edk2-edk2-stable202102/MdePkg/Library/BaseMemoryLibSse2/
H A DCompareMemWrapper.c49 )
50 {
51 if (Length == 0 || DestinationBuffer == SourceBuffer) {
/dports/audio/audacity/audacity-Audacity-3.1.3/src/tracks/ui/
H A DTimeShiftHandle.h47 Intervals, //!< Shift intervals only of selected track and sister channels enumerator
69 using Intervals = std::vector<TrackInterval>; variable
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/compactv2/
H A Dmodifiers.go111 func intersection(i tombstones.Interval, dranges tombstones.Intervals) tombstones.Intervals {
161 intervals tombstones.Intervals,
162 logDelete func(intervals tombstones.Intervals),
/dports/www/firefox/firefox-99.0/docs/nspr/reference/
H A Dinterval_timing.rst65 .. _Converting_Platform-Dependent_Intervals_to_Standard_Clock_Units:

12345678910>>...21