Searched refs:format_percent (Results 1 - 7 of 7) sorted by relevance

/external/oprofile/libutil++/
H A Dstring_manip.h56 * format_percent - smart format of double percentage value
69 format_percent(double value, size_t int_width,
H A Dstring_manip.cpp107 format_percent(double value, size_t int_width, size_t fract_width, bool showpos) function
/external/oprofile/libpp/
H A Dformat_output.cpp70 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,
H A Dformat_output.h113 std::string format_percent(field_datum const &);
/external/oprofile/libutil++/tests/
H A Dstring_manip_tests.cpp253 string result = format_percent(cur->input, percent_int_width,
255 check_result("format_percent()", cur->input, cur->output,
/external/oprofile/pp/
H A Dopannotate.cpp144 os << format_percent(op_ratio(count[i], total[i]) * 100.0,
H A Dopreport.cpp229 cout << format_percent(ratio * 100, percent_int_width,

Completed in 1270 milliseconds