Home
last modified time | relevance | path

Searched defs:size_min (Results 1 – 5 of 5) sorted by relevance

/external/eigen/bench/btl/generic_bench/
Dbench.hh41 BTL_DONT_INLINE void bench( int size_min, int size_max, int nb_point ) in bench()
154 BTL_DONT_INLINE void bench( int size_min, int size_max, int nb_point ){ in bench()
/external/eigen/bench/btl/generic_bench/utils/
Dsize_log.hh29 void size_log(const int nb_point, const int size_min, const int size_max, Vector & X) in size_log()
Dsize_lin_log.hh26 void size_lin_log(const int nb_point, const int size_min, const int size_max, Vector & X) in size_lin_log()
/external/libyuv/files/util/
Dcompare.cc37 uint64 size_min = 0; in main() local
/external/eigen/bench/btl/data/
Dmean.cxx153 …(const vector<int> & tab_sizes, const vector<double> & tab_mflops, const int size_min, const int s… in mean_calc()