Home
last modified time | relevance | path

Searched refs:Minmax (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/quiche/src/
Dminmax.rs64 pub struct Minmax<T> { struct
68 impl<T: PartialOrd + Copy> Minmax<T> { impl
70 Minmax { in new()
176 let mut f = Minmax::new(Duration::new(0, 0)); in reset_filter_rtt()
195 let mut f = Minmax::new(0); in reset_filter_bandwidth()
214 let mut f = Minmax::new(Duration::new(0, 0)); in get_windowed_min_rtt()
238 let mut f = Minmax::new(0); in get_windowed_min_bandwidth()
262 let mut f = Minmax::new(Duration::new(0, 0)); in get_windowed_max_rtt()
286 let mut f = Minmax::new(0); in get_windowed_max_bandwidth()
310 let mut f = Minmax::new(Duration::new(0, 0)); in get_windowed_min_estimates_rtt()
[all …]
/external/llvm/test/Transforms/InstCombine/
Dshufflemask-undef.ll20 …, %struct.Convolution, %struct.Convolution, %struct.ColorMatrix, %struct.Minmax, %struct.Histogram…
28 %struct.Minmax = type { %struct.MinmaxTable*, i16, i8, i8, [0 x i32] }
/external/llvm-project/llvm/test/Transforms/InstCombine/X86/
Dshufflemask-undef.ll21 …, %struct.Convolution, %struct.Convolution, %struct.ColorMatrix, %struct.Minmax, %struct.Histogram…
29 %struct.Minmax = type { %struct.MinmaxTable*, i16, i8, i8, [0 x i32] }
/external/rust/crates/quiche/src/recovery/
Dmod.rs88 minmax_filter: minmax::Minmax<Duration>,
152 minmax_filter: minmax::Minmax::new(Duration::new(0, 0)), in new()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp932 { "glMinmax", _O(Minmax) },