Searched refs:float_format (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/
H A Dcprintf.cc170 fmt.float_format = Format::best;
179 fmt.float_format = Format::scientific;
185 fmt.float_format = Format::fixed;
H A Dcprintf_formats.hh50 enum { best, fixed, scientific } float_format; member in struct:cp::Format
68 float_format = best;
157 switch (fmt.float_format) {

Completed in 4 milliseconds