Searched refs:setw (Results 1 – 10 of 10) sorted by relevance
29 is >> std::setw(10); in main()35 os << std::setw(10); in main()41 is >> std::setw(10); in main()47 os << std::setw(10); in main()
6 using ::setw;
6 using _STLP_NEW_IO_NAMESPACE::setw;
37 using _STLP_STD::setw;
470 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()478 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()486 … ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f; in num_put_float()494 …ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f; in num_put_float()618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \1020 s << hex << setw( 4 ) << 0xff; in inhex()1025 s << hex << setw( 4 ) << 0; in inhex()1040 s << hex << showbase << setw( 4 ) << 0xff; in inhex()1046 s << hex << showbase << setw(8+2) << 0; in inhex()
236 of << "line " << setiosflags(ios_base::right) << setfill('0') << setw(2) << i << "\n"; in tellg()778 out << setw(1023) << index << '\n'; in big_file()
470 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()478 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()486 … ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f; in num_put_float()494 …ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f; in num_put_float()618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \1022 s << hex << setw( 4 ) << 0xff; in inhex()1027 s << hex << setw( 4 ) << 0; in inhex()1042 s << hex << showbase << setw( 4 ) << 0xff; in inhex()1048 s << hex << showbase << setw(8+2) << 0; in inhex()
125 setw(int __n) { in setw() function
23 T6 setw(int n);225 // setw257 setw(int __n)