HomeSort by relevance Sort by last modified time
    Searched refs:size_max (Results 1 - 11 of 11) sorted by null

  /external/eigen/bench/btl/generic_bench/utils/
size_log.hh 29 void size_log(const int nb_point, const int size_min, const int size_max, Vector & X)
34 float ls_max=log(float(size_max));
size_lin_log.hh 26 void size_lin_log(const int nb_point, const int size_min, const int size_max, Vector & X)
42 size_log(nb_point-nine,ten,size_max,log_size);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
virtio_blk.h 18 __le32 size_max; member in struct:virtio_blk_config
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
virtio_blk.h 18 __le32 size_max; member in struct:virtio_blk_config
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
virtio_blk.h 18 __le32 size_max; member in struct:virtio_blk_config
  /external/eigen/bench/btl/generic_bench/
bench.hh 41 BTL_DONT_INLINE void bench( int size_min, int size_max, int nb_point )
56 size_lin_log(nb_point,size_min,size_max,tab_sizes);
154 BTL_DONT_INLINE void bench( int size_min, int size_max, int nb_point ){
157 bench<Portable_Perf_Analyzer,Action>(size_min,size_max,nb_point);
159 // bench<Mixed_Perf_Analyzer,Action>(size_min,size_max,nb_point);
163 // bench<X86_Perf_Analyzer,Action>(size_min,size_max,nb_point);
164 // bench<STL_Perf_Analyzer,Action>(size_min,size_max,nb_point);
  /external/eigen/bench/btl/data/
mean.cxx 31 double mean_calc(const vector<int> & tab_sizes, const vector<double> & tab_mflops, const int size_min, const int size_max);
153 double mean_calc(const vector<int> & tab_sizes, const vector<double> & tab_mflops, const int size_min, const int size_max){
162 if ((tab_sizes[i]>=size_min)&&(tab_sizes[i]<=size_max)){
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 90 unsigned long size_min, size_max; member in struct:PERF_RTdata_sts
  /external/libnfc-nci/src/nfc/include/
ce_api.h 101 UINT32 size_max,
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 97 me->dSTS->size_max = me->dSTS->size_min = me->dSTS->capturing = 0;
623 ulSize > me->dSTS->size_max)
643 me->dSTS->size_max = ulSize;
663 ulSize <= me->dSTS->size_max)
    [all...]
  /external/bison/lib/
gnulib.mk     [all...]

Completed in 938 milliseconds