Searched refs:showpoint (Results 1 - 19 of 19) sorted by relevance

/haiku-buildtools/gcc/gmp/cxx/
H A Dosfuns.cc97 p->showpoint = ((o.flags() & ios::showpoint) != 0);
100 show them if showpoint is set (or so it seems) */
105 p->showtrailing = p->showpoint;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Denum2.C16 showbase=0200, showpoint=0400, uppercase=01000, showpos=02000, enumerator in enum:ios::__anon1232
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtypedef03.C22 showpoint = 0x0200, enumerator in enum:QTextStream::__anon1193
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/
H A Dcase_label.cc55 case std::ios_base::showpoint:
/haiku-buildtools/gcc/gmp/tests/cxx/
H A Dt-ostream.cc271 { "0", "0.00000", ios::dec | ios::showpoint },
273 { "0", "0.", ios::dec | ios::fixed | ios::showpoint },
275 { "0", "0.000000e+00", ios::dec | ios::scientific | ios::showpoint },
278 { "0", "0.000", ios::dec | ios::showpoint, 0, 4 },
280 { "0", "0.0000", ios::dec | ios::fixed | ios::showpoint, 0, 4 },
282 { "0", "0.0000e+00", ios::dec | ios::scientific | ios::showpoint, 0, 4 },
286 { "1", "1.00000", ios::dec | ios::showpoint },
288 { "1", "1.", ios::dec | ios::fixed | ios::showpoint },
290 { "1", "1.000000e+00", ios::dec | ios::scientific | ios::showpoint },
293 { "1", "1.000", ios::dec | ios::showpoint,
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/headers/ios/
H A Dsynopsis.cc38 ios_base& showpoint (ios_base& str);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A D1.cc45 bool showpoint; member in struct:_TestCase
134 if (tc.showpoint)
135 os.setf(ios::showpoint);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/
H A D1.cc45 bool showpoint; member in struct:_TestCase
135 if (tc.showpoint)
136 os.setf(ios::showpoint);
/haiku-buildtools/legacy/gcc/libio/
H A Dioextend.cc36 | ios::dec | ios::oct | ios::hex | ios::showbase | ios::showpoint
H A Diostream.cc712 /* alt: */ (flags() & ios::showpoint) != 0,
752 flags() & ios::showpoint ? 0x80 : 0,
822 /* alt: */ (flags() & ios::showpoint) != 0,
H A Dstreambuf.h155 showbase=_IO_SHOWBASE, showpoint=_IO_SHOWPOINT, enumerator in enum:ios::__anon3529
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dlocale_facets.cc70 if (__flags & ios_base::showpoint)
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dios_base.h314 * - showpoint
362 static const fmtflags showpoint = _S_showpoint; member in class:io_errc::ios_base
908 /// Calls base.setf(ios_base::showpoint).
910 showpoint(ios_base& __base) function in class:io_errc
912 __base.setf(ios_base::showpoint);
916 /// Calls base.unsetf(ios_base::showpoint).
920 __base.unsetf(ios_base::showpoint);
/haiku-buildtools/gcc/gmp/printf/
H A Ddoprnt.c220 param.showpoint = 0;
361 param.showpoint = 1;
H A Ddoprntf.c311 pointlen = ((fraczeros + fraclen + preczeros) != 0 || p->showpoint != 0)
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dios.cc47 const ios_base::fmtflags ios_base::showpoint; member in class:ios_base
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C39 showbase=0200, showpoint=0400, uppercase=01000, showpos=02000, enumerator in enum:ios::__anon1246
H A Dp784.C378 showbase=0200, showpoint=0400, uppercase=01000, showpos=02000, enumerator in enum:ios::__anon1245
/haiku-buildtools/gcc/gmp/
H A Dgmp-impl.h3939 int showpoint; /* if radix point always shown */ member in struct:doprnt_params_t

Completed in 235 milliseconds