OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size_min
(Results
1 - 7
of
7
) 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)
33
float ls_min=log(float(
size_min
));
size_lin_log.hh
26
void size_lin_log(const int nb_point, const int
size_min
, const int size_max, Vector & X)
/external/libyuv/files/util/
compare.cc
37
uint64
size_min
= 0;
local
47
size_min
+= amt_min;
56
static_cast<double>(
size_min
);
58
double psnr = libyuv::SumSquareErrorToPsnr(sum_square_err,
size_min
);
/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
/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;
364
fprintf(me->fRt, "rtPERF: %s[0x%lX]: ", tag, me->dSTS->
size_min
);
622
if (ulSize < me->dSTS->
size_min
||
642
me->dSTS->
size_min
= ulSize > 2048 ? ulSize - 2048 : 0;
662
ulSize >= me->dSTS->
size_min
&&
677
me->dSTS->dBurst2.n, me->dSTS->
size_min
, 1e-6 * me->dSTS->last_burst);
691
me->dSTS->dSingle.n + 1, me->dSTS->
size_min
, 1e-6 * TIME_DELTA(perf->time, me->dSTS->dSingle.last_timestamp));
702
me->dSTS->dBurst.n + 1, me->dSTS->
size_min
, 1e-6 * TIME_DELTA(perf->time, me->dSTS->dBurst.last_timestamp));
[
all
...]
Completed in 292 milliseconds