Searched refs:FLOAT_PRECSION (Results 1 – 1 of 1) sorted by relevance
46 static constexpr int FLOAT_PRECSION = 2; variable118 cout << setw(FREQ_W) << setprecision(FLOAT_PRECSION) << rsp.freqMax << colCmd; in PrintStats()120 cout << setw(TP_W) << setprecision(FLOAT_PRECSION) << rsp.throughputMax << colCmd; in PrintStats()293 …cout << "(" << setprecision(FLOAT_PRECSION) << (static_cast<float>(rsp.totalLines[i] * PERCENT) / … in HilogShowLogStatsInfo()296 …cout << "(" << setprecision(FLOAT_PRECSION) << (static_cast<float>(rsp.totalLens[i] * PERCENT) / l… in HilogShowLogStatsInfo()