Searched refs:oct (Results 1 - 25 of 38) sorted by relevance

12

/haiku-buildtools/legacy/gcc/libio/
H A Dstream.h48 extern char* oct(long, int=0);
49 extern char* oct(int, int=0);
50 extern char* oct(unsigned long, int=0);
51 extern char* oct(unsigned int, int=0);
H A Dstream.cc130 char* oct(long i, int len /* = 0 */) function
134 char* oct(int i, int len /* = 0 */) function
138 char* oct(unsigned long i, int len /* = 0 */) function
142 char* oct(unsigned int i, int len /* = 0 */) function
H A Diomanip.cc41 b = ios::oct; break;
H A Diostream.h282 { i.setf(ios::dec, ios::dec|ios::hex|ios::oct); return i; }
284 { i.setf(ios::hex, ios::dec|ios::hex|ios::oct); return i; }
285 inline ios& oct(ios& i) function
286 { i.setf(ios::oct, ios::dec|ios::hex|ios::oct); return i; }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A D7.cc32 ostr1.setf(ios_base::oct);
39 ostr2.setf(ios_base::oct);
46 ostr3.setf(ios_base::oct);
54 ostr4.setf(ios_base::oct);
H A D3.cc45 o << oct << n << ' ' << hex << n;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/
H A D7.cc32 ostr1.setf(ios_base::oct);
39 ostr2.setf(ios_base::oct);
46 ostr3.setf(ios_base::oct);
54 ostr4.setf(ios_base::oct);
H A D3.cc42 o << oct << n << L' ' << hex << n;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Denum2.C15 dec=020, oct=040, hex=0100, enumerator in enum:ios::__anon1232
26 { i.setf(ios::dec, ios::dec|ios::hex|ios::oct); return i; }
/haiku-buildtools/legacy/gcc/libio/tests/
H A Dtiomanip.cc15 << oct << 1234 << endl;
H A DtFile.exp58 +__34567(dec) = 0x__8707(hex) = _0103407(oct) [showbase on]
59 +__34567(dec) = ____8707(hex) = __103407(oct) [showbase off]
60 -__34567(dec) = 0x__78f9(hex) = __074371(oct) [showbase on]
61 -__34567(dec) = ____78f9(hex) = ___74371(oct) [showbase off]
62 ______+0(dec) = _____0x0(hex) = _______0(oct) [showbase on]
63 ______+0(dec) = _______0(hex) = _______0(oct) [showbase off]
64 ___34567(dec) = __0X8707(hex) = _0103407(oct) [showbase on]
65 ___34567(dec) = ____8707(hex) = __103407(oct) [showbase off]
66 -34567__(dec) = 0X78F9__(hex) = 074371__(oct) [showbase on]
67 -34567__(dec) = 78F9____(hex) = 74371___(oct) [showbas
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug014.go10 var c00 uint8 = '\0'; // ERROR "oct|char"
11 var c01 uint8 = '\07'; // ERROR "oct|char"
/haiku-buildtools/gcc/gmp/tests/cxx/
H A Dt-ostream.cc87 { "0", "0", ios::oct },
88 { "0", "0", ios::oct | ios::showbase },
118 { "123", "173", ios::oct },
119 { "123", "173", ios::oct | ios::uppercase },
120 { "123", "0173", ios::oct | ios::showbase },
121 { "123", "0173", ios::oct | ios::showbase | ios::uppercase },
122 { "-123", "-0173", ios::oct | ios::showbase },
123 { "-123", "-0173", ios::oct | ios::showbase | ios::uppercase },
139 // no negatives or showpos in hex or oct
141 || (data[i].flags & ios::basefield) == ios::oct)
[all...]
H A Dt-istream.cc111 { "0", -1, "0", ios::oct },
112 { "123", -1, "83", ios::oct },
113 { "-123", -1, "-83", ios::oct },
114 { "+123", -1, "83", ios::oct },
245 { "123/456", -1, "83/302", ios::oct },
246 { "0123/456", -1, "83/302", ios::oct },
247 { "123/0456", -1, "83/302", ios::oct },
248 { "0123/0456", -1, "83/302", ios::oct },
/haiku-buildtools/gcc/gmp/cxx/
H A Disfuns.cc43 case ios::oct:
H A Dosfuns.cc58 if ((o.flags() & ios::basefield) == ios::oct)
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtypedef03.C18 oct = 0x0020, enumerator in enum:QTextStream::__anon1193
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/
H A Dcase_label.cc47 case std::ios_base::oct:
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D5.cc59 oss.setf(ios::oct, ios::basefield);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D5.cc59 oss.setf(ios::oct, ios::basefield);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/headers/ios/
H A Dsynopsis.cc55 ios_base& oct (ios_base& str);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C38 dec=020, oct=040, hex=0100, enumerator in enum:ios::__anon1246
478 { i.setf(ios::dec, ios::dec|ios::hex|ios::oct); return i; }
480 { i.setf(ios::hex, ios::dec|ios::hex|ios::oct); return i; }
481 inline ios& oct(ios& i) function
482 { i.setf(ios::oct, ios::dec|ios::hex|ios::oct); return i; }
500 extern char* oct(long, int=0);
501 extern char* oct(int, int=0);
502 extern char* oct(unsigned long, int=0);
503 extern char* oct(unsigne
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/
H A D5.cc66 iss.setf(ios::oct, ios::basefield);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/char/
H A D5.cc66 iss.setf(ios::oct, ios::basefield);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/manipulators/basefield/char/
H A D1.cc65 oss << std::oct << std::showbase;

Completed in 389 milliseconds

12