HomeSort by: relevance | last modified time | path
    Searched defs:showbase (Results 1 - 8 of 8) sorted by relevancy

  /src/external/lgpl3/gmp/dist/cxx/
ismpznw.cc 47 bool ok = false, zero, showbase; local
56 base = __gmp_istream_set_base(i, c, zero, showbase); // select the base
  /src/external/lgpl3/gmp/dist/printf/
doprnti.c 52 const char *slash, *showbase; local
70 showbase = NULL;
73 if (p->showbase != DOPRNT_SHOWBASE_NO)
76 case 16: showbase = "0x"; showbaselen = 2; break;
77 case -16: showbase = "0X"; showbaselen = 2; break;
78 case 8: showbase = "0"; showbaselen = 1; break;
84 || (p->showbase == DOPRNT_SHOWBASE_NONZERO && slash[1] == '0'))
87 if (p->showbase == DOPRNT_SHOWBASE_NONZERO && s[0] == '0')
106 DOPRNT_MEMORY_MAYBE (showbase, showbaselen); /* base */
113 /* if there's a showbase on the denominator, then print the numerato
    [all...]
doprntf.c 70 const char *showbase; local
321 showbase = NULL;
323 switch (p->showbase) {
335 case 16: showbase = "0x"; showbaselen = 2; break;
336 case -16: showbase = "0X"; showbaselen = 2; break;
337 case 8: showbase = "0"; showbaselen = 1; break;
341 TRACE (printf (" showbase %s showbaselen %d\n",
342 showbase == NULL ? "" : showbase, showbaselen));
362 DOPRNT_MEMORY_MAYBE (showbase, showbaselen); /* base *
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
ios.cc 46 const ios_base::fmtflags ios_base::showbase; member in class:ios_base
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
ios.cc 46 const ios_base::fmtflags ios_base::showbase; member in class:ios_base
  /src/external/apache2/llvm/dist/libcxx/src/
ios.cpp 86 const ios_base::fmtflags ios_base::showbase; member in class:ios_base
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
ios_base.h 357 * - showbase
402 static const fmtflags showbase = _S_showbase; member in class:io_errc::ios_base
955 /// Calls base.setf(ios_base::showbase).
957 showbase(ios_base& __base) function in class:io_errc
959 __base.setf(ios_base::showbase);
963 /// Calls base.unsetf(ios_base::showbase).
967 __base.unsetf(ios_base::showbase);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
ios_base.h 336 * - showbase
381 static const fmtflags showbase = _S_showbase; member in class:io_errc::ios_base
935 /// Calls base.setf(ios_base::showbase).
937 showbase(ios_base& __base) function in class:io_errc
939 __base.setf(ios_base::showbase);
943 /// Calls base.unsetf(ios_base::showbase).
947 __base.unsetf(ios_base::showbase);

Completed in 24 milliseconds