HomeSort by relevance Sort by last modified time
    Searched refs:format_percent (Results 1 - 7 of 7) sorted by null

  /external/oprofile/libutil++/
string_manip.h 56 * format_percent - smart format of double percentage value
69 format_percent(double value, size_t int_width,
string_manip.cpp 107 format_percent(double value, size_t int_width, size_t fract_width, bool showpos) function
  /external/oprofile/libpp/
format_output.cpp 70 return ::format_percent(ratio * 100, percent_int_width,
106 format_map[ff_percent] = field_description(9, "%", &formatter::format_percent);
321 string formatter::format_percent(field_datum const & f) function in class:format_output::formatter
363 return ::format_percent(f.diff, percent_int_width,
format_output.h 113 std::string format_percent(field_datum const &);
  /external/oprofile/libutil++/tests/
string_manip_tests.cpp 253 string result = format_percent(cur->input, percent_int_width,
255 check_result("format_percent()", cur->input, cur->output,
  /external/oprofile/pp/
opannotate.cpp 144 os << format_percent(op_ratio(count[i], total[i]) * 100.0,
opreport.cpp 229 cout << format_percent(ratio * 100, percent_int_width,

Completed in 491 milliseconds