Searched defs:scaled_y (Results 1 – 6 of 6) sorted by relevance
14 let mut scaled_y: Vec<_> = data.iter().map(|(f, _)| f).collect(); in iteration_times_figure() localVariable16 let scaled_y = Sample::new(&scaled_y); in iteration_times_figure() localVariable
23 let mut scaled_y: Vec<f64> = data.y().iter().cloned().collect(); in regression_figure() localVariable25 let scaled_y = Sample::new(&scaled_y); in regression_figure() localVariable
17 let mut scaled_y: Vec<_> = data.iter().map(|(f, _)| f).collect(); in iteration_times_figure() localVariable19 let scaled_y = Sample::new(&scaled_y); in iteration_times_figure() localVariable
26 let mut scaled_y: Vec<f64> = data.y().iter().cloned().collect(); in regression_figure() localVariable28 let scaled_y = Sample::new(&scaled_y); in regression_figure() localVariable
20 static INLINE int scaled_y(int val, const struct scale_factors *sf) { in scaled_y() function
29 static INLINE int scaled_y(int val, const struct scale_factors *sf) { in scaled_y() function