Searched refs:FormatNumber (Results 1 – 9 of 9) sorted by relevance
22 TEST(NumberFormattingTest, FormatNumber) { in TEST() argument43 UTF16ToUTF8(FormatNumber(cases[i].number))); in TEST()47 UTF16ToUTF8(FormatNumber(cases[i].number))); in TEST()
17 BASE_I18N_EXPORT string16 FormatNumber(int64_t number);
53 string16 FormatNumber(int64_t number) { in FormatNumber() function
156 string params = FormatNumber(node->proto().total_parameters()) + " params"; in FormatNode()158 params = FormatNumber(node->proto().parameters()) + "/" + params; in FormatNode()165 string fops = FormatNumber(node->proto().total_float_ops()) + " flops"; in FormatNode()167 fops = FormatNumber(node->proto().float_ops()) + "/" + fops; in FormatNode()212 string run = FormatNumber(node->proto().total_run_count()); in FormatNode()214 run = FormatNumber(node->proto().run_count()) + "/" + run; in FormatNode()218 string definition = FormatNumber(node->proto().total_definition_count()); in FormatNode()
30 string FormatNumber(int64 n);
272 FormatNumber(node->proto().parameters()), in FormatNode()287 FormatNumber(node->proto().float_ops()), in FormatNode()
669 string params = FormatNumber(node->proto().total_parameters()) + " params"; in FormatNode()671 params = FormatNumber(node->proto().parameters()) + "/" + params; in FormatNode()679 string fops = FormatNumber(node->proto().total_float_ops()) + " flops"; in FormatNode()681 fops = FormatNumber(node->proto().float_ops()) + "/" + fops; in FormatNode()
34 string FormatNumber(int64 n) { in FormatNumber() function
109 FormatNumber(FieldFormat *me, char pcBuf[FORMATNUMBER_SIZE], uint64 uNum64) in FormatNumber() function649 FormatNumber(&ff, achBuf, uArg64); in std_strlprintf_inner()