Home
last modified time | relevance | path

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

/external/libchrome/base/i18n/
Dnumber_formatting_unittest.cc22 TEST(NumberFormattingTest, FormatNumber) { in TEST() argument
43 UTF16ToUTF8(FormatNumber(cases[i].number))); in TEST()
47 UTF16ToUTF8(FormatNumber(cases[i].number))); in TEST()
Dnumber_formatting.h17 BASE_I18N_EXPORT string16 FormatNumber(int64_t number);
Dnumber_formatting.cc53 string16 FormatNumber(int64_t number) { in FormatNumber() function
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show.cc156 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()
Dtfprof_utils.h30 string FormatNumber(int64 n);
Dtfprof_op.cc272 FormatNumber(node->proto().parameters()), in FormatNode()
287 FormatNumber(node->proto().float_ops()), in FormatNode()
Dtfprof_code.cc669 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()
Dtfprof_utils.cc34 string FormatNumber(int64 n) { in FormatNumber() function
/external/fastrpc/src/
Dstd_strlprintf.c109 FormatNumber(FieldFormat *me, char pcBuf[FORMATNUMBER_SIZE], uint64 uNum64) in FormatNumber() function
649 FormatNumber(&ff, achBuf, uArg64); in std_strlprintf_inner()