Home
last modified time | relevance | path

Searched refs:ys_ (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/criterion/src/plot/plotters_backend/
Dpdf.rs128 let ys_ = Sample::new(&ys); in pdf_small() localVariable
130 let y_limit = ys_.max() * 1.1; in pdf_small()
/external/rust/crates/criterion/src/plot/gnuplot_backend/
Dpdf.rs243 let ys_ = Sample::new(&ys); in pdf_small() localVariable
245 let y_limit = ys_.max() * 1.1; in pdf_small()