| /openbsd/src/gnu/gcc/libstdc++-v3/src/ |
| D | strstream.cc | 233 bool do_put = false; in seekoff() local 238 do_get = do_put = true; in seekoff() 242 do_put = true; in seekoff() 246 if ((!do_get && !do_put) || (do_put && !pptr()) || !gptr()) in seekoff() 262 newoff = do_put ? pptr() - seeklow : gptr() - seeklow; in seekoff() 272 if (do_put) in seekoff()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/src/ |
| D | strstream.cc | 233 bool do_put = false; in seekoff() local 238 do_get = do_put = true; in seekoff() 242 do_put = true; in seekoff() 246 if ((!do_get && !do_put) || (do_put && !pptr()) || !gptr()) in seekoff() 262 newoff = do_put ? pptr() - seeklow : gptr() - seeklow; in seekoff() 272 if (do_put) in seekoff()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | locale_facets.h | 867 { return this->do_put(__s, __f, __fill, __v); } in put() 871 { return this->do_put(__s, __f, __fill, __v); } in put() 876 { return this->do_put(__s, __f, __fill, __v); } in put() 881 { return this->do_put(__s, __f, __fill, __v); } in put() 886 { return this->do_put(__s, __f, __fill, __v); } in put() 891 { return this->do_put(__s, __f, __fill, __v); } in put() 896 { return this->do_put(__s, __f, __fill, __v); } in put() 901 { return this->do_put(__s, __f, __fill, __v); } in put() 952 do_put(iter_type, ios_base&, char_type __fill, bool __v) const; 955 do_put(iter_type, ios_base&, char_type __fill, long __v) const; [all …]
|
| D | locale_facets.tcc | 986 do_put(iter_type __s, ios_base& __io, char_type __fill, bool __v) const in do_put() function in std::num_put 1028 do_put(iter_type __s, ios_base& __io, char_type __fill, long __v) const in do_put() function in std::num_put 1034 do_put(iter_type __s, ios_base& __io, char_type __fill, in do_put() function in std::num_put 1042 do_put(iter_type __s, ios_base& __b, char_type __fill, long long __v) const in do_put() function in std::num_put 1048 do_put(iter_type __s, ios_base& __io, char_type __fill, in do_put() function in std::num_put 1056 do_put(iter_type __s, ios_base& __io, char_type __fill, double __v) const in do_put() function in std::num_put 1062 do_put(iter_type __s, ios_base& __io, char_type __fill, in do_put() function in std::num_put 1069 do_put(iter_type __s, ios_base& __io, char_type __fill, in do_put() function in std::num_put 1309 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill, in do_put() function in std::money_put 1340 return this->do_put(__s, __intl, __io, __fill, __digits); in do_put() [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | locale_facets.h | 2303 { return this->do_put(__s, __f, __fill, __v); } in put() 2345 { return this->do_put(__s, __f, __fill, __v); } in put() 2350 { return this->do_put(__s, __f, __fill, __v); } in put() 2355 { return this->do_put(__s, __f, __fill, __v); } in put() 2360 { return this->do_put(__s, __f, __fill, __v); } in put() 2408 { return this->do_put(__s, __f, __fill, __v); } in put() 2413 { return this->do_put(__s, __f, __fill, __v); } in put() 2434 { return this->do_put(__s, __f, __fill, __v); } in put() 2480 do_put(iter_type, ios_base&, char_type __fill, bool __v) const; 2483 do_put(iter_type, ios_base&, char_type __fill, long __v) const; [all …]
|
| D | locale_facets.tcc | 1214 do_put(iter_type __s, ios_base& __io, char_type __fill, bool __v) const in do_put() function in num_put 1252 do_put(iter_type __s, ios_base& __io, char_type __fill, long __v) const in do_put() function in num_put 1258 do_put(iter_type __s, ios_base& __io, char_type __fill, in do_put() function in num_put 1266 do_put(iter_type __s, ios_base& __io, char_type __fill, long long __v) const in do_put() function in num_put 1272 do_put(iter_type __s, ios_base& __io, char_type __fill, in do_put() function in num_put 1280 do_put(iter_type __s, ios_base& __io, char_type __fill, double __v) const in do_put() function in num_put 1294 do_put(iter_type __s, ios_base& __io, char_type __fill, in do_put() function in num_put 1301 do_put(iter_type __s, ios_base& __io, char_type __fill, in do_put() function in num_put 1749 { return this->do_put(__s, __intl, __io, __fill, (long double) __units); } in __do_put() 1755 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill, in do_put() function in money_put [all …]
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | locale | 1298 return do_put(__s, __iob, __fl, __v); 1305 return do_put(__s, __iob, __fl, __v); 1312 return do_put(__s, __iob, __fl, __v); 1319 return do_put(__s, __iob, __fl, __v); 1326 return do_put(__s, __iob, __fl, __v); 1333 return do_put(__s, __iob, __fl, __v); 1340 return do_put(__s, __iob, __fl, __v); 1347 return do_put(__s, __iob, __fl, __v); 1355 virtual iter_type do_put(iter_type __s, ios_base& __iob, char_type __fl, 1357 virtual iter_type do_put(iter_type __s, ios_base& __iob, char_type __fl, [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/ |
| D | ChangeLog | 138 (money_put::do_put(..., long double)): Use the basic_string 140 __digits to do_put(..., const string_type&): __ws isn't 153 (money_put::do_put(..., long double)): Fix conversion 444 (num_put::_M_convert_int,_M_convert_float,do_put): Use it. 722 (num_put::do_put(bool)): Same. 1441 * include/bits/locale_facets.tcc (time_put::do_put): Use __write. 1442 (money_put::do_put): Same. 5154 money_put::do_put): Ditto. 5312 (money_put::do_put(long double)): Same here. 5339 (money_put::do_put(long double)): Fix dimensioning of [all …]
|
| D | ChangeLog-2001 | 719 (num_put::do_put(bool)): Simplify, remove __pad. 1054 * include/bits/locale_facets.tcc (num_put::do_put(bool)): Fix. 1623 * libstdc++-v3/include/bits/locale_facets.tcc (money_put::do_put): 1647 * include/bits/locale_facets.tcc (do_put): Put generic versions here. 1778 * include/bits/locale_facets.tcc (money_put::do_put): Move member 5249 (num_put<_CharT, _OutIter>::do_put): Use __throw_exception_again.
|
| D | ChangeLog-2000 | 4405 * bits/locale_facets.tcc (do_put): Allow a couple extra digits of 5912 (num_put::do_put(iter_type, ios_base, char_type, const void*)): 6003 * bits/locale_facets.tcc (num_put::do_put(bool): Fix. 6202 (num_put::do_put(double)): Use 'em. 6203 (num_put::do_put(long double)): Use 'em. 8795 * bits/locfacets.tcc: Add do_put long long here. 9547 * bits/locfacets.tcc: Do complete, optimized num_put<>::do_put 9921 define the long long version of do_put.
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| D | CHECKLIST | 1886 T virtual iter_type do_put(iter_type, ios_base&, char_type fill, 1888 T virtual iter_type do_put(iter_type, ios_base&, char_type fill, 1890 T virtual iter_type do_put(iter_type, ios_base&, char_type fill, 1892 S virtual iter_type do_put(iter_type, ios_base&, char_type fill, 1894 S virtual iter_type do_put(iter_type, ios_base&, char_type fill, 1896 T virtual iter_type do_put(iter_type, ios_base&, char_type fill, 2076 S virtual iter_type do_put(iter_type s, ios_base&, char_type, const tm* t, 2095 S virtual iter_type do_put(iter_type s, ios_base&, char_type, const tm* t, 2144 do_put(iter_type, bool, ios_base&, char_type fill, 2147 do_put(iter_type, bool, ios_base&, char_type fill,
|
| /openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| D | CHECKLIST | 1886 T virtual iter_type do_put(iter_type, ios_base&, char_type fill, 1888 T virtual iter_type do_put(iter_type, ios_base&, char_type fill, 1890 T virtual iter_type do_put(iter_type, ios_base&, char_type fill, 1892 S virtual iter_type do_put(iter_type, ios_base&, char_type fill, 1894 S virtual iter_type do_put(iter_type, ios_base&, char_type fill, 1896 T virtual iter_type do_put(iter_type, ios_base&, char_type fill, 2076 S virtual iter_type do_put(iter_type s, ios_base&, char_type, const tm* t, 2095 S virtual iter_type do_put(iter_type s, ios_base&, char_type, const tm* t, 2144 do_put(iter_type, bool, ios_base&, char_type fill, 2147 do_put(iter_type, bool, ios_base&, char_type fill,
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | contrib.texi | 210 Kevin Ediger for the floating point formatting of num_put::do_put in
|
| /openbsd/src/sys/dev/pci/drm/i915/gt/uc/ |
| D | intel_guc_submission.c | 1090 bool do_put = kref_get_unless_zero(&ce->ref); in scrub_guc_desc_for_outstanding_g2h() local 1148 if (do_put) in scrub_guc_desc_for_outstanding_g2h()
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | contrib.texi | 246 Kevin Ediger for the floating point formatting of num_put::do_put in
|
| D | gcc.info | 28745 * Kevin Ediger for the floating point formatting of num_put::do_put
|
| D | gccint.info | 30020 * Kevin Ediger for the floating point formatting of num_put::do_put
|