Home
last modified time | relevance | path

Searched refs:int_width (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/libutil++/
Dstring_manip.cpp107 format_percent(double value, size_t int_width, size_t fract_width, bool showpos) in format_percent() argument
112 return string(int_width + fract_width, ' ') + "0"; in format_percent()
120 os << setw(int_width + fract_width + 1) in format_percent()
125 os << setw(int_width + fract_width + 1) in format_percent()
Dstring_manip.h69 format_percent(double value, size_t int_width,