Lines Matching defs:f64
42 fn scale_values(&self, typical_value: f64, values: &mut [f64]) -> &'static str; in scale_values()
53 typical_value: f64, in scale_throughputs()
55 values: &mut [f64], in scale_throughputs()
99 fn to_f64(&self, value: &Self::Value) -> f64; in to_f64()
107 fn bytes_per_second(&self, bytes: f64, typical: f64, values: &mut [f64]) -> &'static str { in bytes_per_second()
129 bytes: f64, in bytes_per_second_decimal()
130 typical: f64, in bytes_per_second_decimal()
131 values: &mut [f64], in bytes_per_second_decimal()
152 fn elements_per_second(&self, elems: f64, typical: f64, values: &mut [f64]) -> &'static str { in elements_per_second()
175 typical: f64, in scale_throughputs()
177 values: &mut [f64], in scale_throughputs()
188 fn scale_values(&self, ns: f64, values: &mut [f64]) -> &'static str { in scale_values()
233 fn to_f64(&self, val: &Self::Value) -> f64 { in to_f64()