Searched refs:PERCENT (Results 1 – 4 of 4) sorted by relevance
70 PERCENT enumerator
289 static const int PERCENT = 100; in HilogShowLogStatsInfo() local293 …"(" << setprecision(FLOAT_PRECSION) << (static_cast<float>(rsp.totalLines[i] * PERCENT) / lines) << in HilogShowLogStatsInfo()296 …< "(" << setprecision(FLOAT_PRECSION) << (static_cast<float>(rsp.totalLens[i] * PERCENT) / lens) << in HilogShowLogStatsInfo()
351 if (type == PERCENT) { // percent,the decimal needs to be multiplied by 100. in Format()373 if (type == PERCENT) { // percent,the decimal needs to be multiplied by 100. in FormatNoGroup()
507 std::string out = formatter.Format(percentNum1, NumberFormatType::PERCENT, status);508 std::string out2 = formatter.Format(percentNum2, NumberFormatType::PERCENT, status);993 std::string out = format.Format(0.12, NumberFormatType::PERCENT, status);