Home
last modified time | relevance | path

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

/test/dittosuite/src/
Dresult.cpp33 const int kMaxHistogramWidth = 50; // used for normalizing the histogram (represents the variable
200 std::cout << std::setfill('-') << std::setw(kMaxHistogramWidth) << "" << std::setfill(' '); in PrintHistogramHeader()
212 int hist_width = ceil(static_cast<double>(freq_vector[i]) * kMaxHistogramWidth / max_frequency); in MakeHistogramFromVector()