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

  /external/oprofile/libutil++/
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,

Completed in 36 milliseconds