Home
last modified time | relevance | path

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

/external/eigen/bench/btl/data/
Dsmooth.cxx33 void smooth_curve(const vector<double> & tab_mflops, vector<double> & smooth_tab_mflops,int window_…
34 void centered_smooth_curve(const vector<double> & tab_mflops, vector<double> & smooth_tab_mflops,in…
64 vector<double> smooth_tab_mflops; in main() local
67 centered_smooth_curve(tab_mflops,smooth_tab_mflops,window_half_width); in main()
71 write_xy_file(smooth_filename,tab_sizes,smooth_tab_mflops); in main()
100 void smooth_curve(const vector<double> & tab_mflops, vector<double> & smooth_tab_mflops,int window_… in smooth_curve() argument
119 smooth_tab_mflops.push_back(weighted_mean(sample)); in smooth_curve()
125 void centered_smooth_curve(const vector<double> & tab_mflops, vector<double> & smooth_tab_mflops,in… in centered_smooth_curve() argument
151 smooth_tab_mflops.push_back(weighted_mean(sample)); in centered_smooth_curve()