Searched refs:log_max (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dprogress.c57 progress->log_max = int_log10(max);
81 printf("%*llu/%*llu", progress->log_max, val,
82 progress->log_max, progress->max);
83 fprintf(stdout, "%.*s", (2*progress->log_max)+1, backspaces);
92 fprintf(stdout, "%.*s", (2*progress->log_max)+1, spaces);
93 fprintf(stdout, "%.*s", (2*progress->log_max)+1, backspaces);
H A Dext2fsP.h94 int log_max; member in struct:ext2fs_numeric_progress_struct
/external/opencv3/modules/photo/src/
H A Dtonemap.cpp301 double log_min, log_max; local
302 minMaxLoc(log_img, &log_min, &log_max);
305 double key = static_cast<float>((log_max - log_mean) / (log_max - log_min));
/external/libchrome/base/metrics/
H A Dhistogram.cc166 double log_max = log(static_cast<double>(maximum)); local
177 log_ratio = (log_max - log_current) / (bucket_count - bucket_index);

Completed in 205 milliseconds