HomeSort by relevance Sort by last modified time
    Searched full:showpos (Results 1 - 21 of 21) sorted by null

  /external/stlport/stlport/using/
ios 19 using _STLP_NEW_IO_NAMESPACE::showpos;
  /ndk/sources/cxx-stl/stlport/stlport/using/
ios 19 using _STLP_NEW_IO_NAMESPACE::showpos;
  /external/stlport/test/unit/
num_put_get_test.cpp 440 ostr << fixed << showpos << 1.23457e+17f;
450 ostr << fixed << showpos << setprecision(100) << 1.23457e+17f;
478 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
486 ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f;
494 ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f;
502 ostr << fixed << showpos << setprecision(100) << 1.234567e+17;
513 ostr << fixed << showpos << setprecision(100) << 1.234567e+17l;
614 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \
618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
674 CHECK_COMPLETE(short, 0, oct, showbase, showpos, nouppercase, 6, right, " 0"
    [all...]
num_facets_test.cpp 107 fostr.setf(ios_base::uppercase | ios_base::showpos);
  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp 440 ostr << fixed << showpos << 1.23457e+17f;
450 ostr << fixed << showpos << setprecision(100) << 1.23457e+17f;
478 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
486 ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f;
494 ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f;
502 ostr << fixed << showpos << setprecision(100) << 1.234567e+17;
513 ostr << fixed << showpos << setprecision(100) << 1.234567e+17l;
614 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \
618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
674 CHECK_COMPLETE(short, 0, oct, showbase, showpos, nouppercase, 6, right, " 0"
    [all...]
num_facets_test.cpp 107 fostr.setf(ios_base::uppercase | ios_base::showpos);
  /ndk/tests/device/test-stlport/unit/
num_put_get_test.cpp 440 ostr << fixed << showpos << 1.23457e+17f;
450 ostr << fixed << showpos << setprecision(100) << 1.23457e+17f;
478 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
486 ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f;
494 ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f;
502 ostr << fixed << showpos << setprecision(100) << 1.234567e+17;
513 ostr << fixed << showpos << setprecision(100) << 1.234567e+17l;
614 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \
618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
674 CHECK_COMPLETE(short, 0, oct, showbase, showpos, nouppercase, 6, right, " 0"
    [all...]
num_facets_test.cpp 107 fostr.setf(ios_base::uppercase | ios_base::showpos);
  /external/stlport/stlport/stl/
_ios_base.h 78 _STLP_STATIC_CONSTANT(int, showpos = 0x0800);
285 inline ios_base& _STLP_CALL showpos(ios_base& __s) function
286 { __s.setf(ios_base::showpos); return __s;}
289 { __s.unsetf(ios_base::showpos); return __s;}
_num_put.c 286 else if (__flags & ios_base::showpos)
297 if (__flags & ios_base::showpos)
309 if ((__flags & ios_base::showpos) && ((__flags & (ios_base::oct | ios_base::hex)) == 0))
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 78 _STLP_STATIC_CONSTANT(int, showpos = 0x0800);
285 inline ios_base& _STLP_CALL showpos(ios_base& __s) function
286 { __s.setf(ios_base::showpos); return __s;}
289 { __s.unsetf(ios_base::showpos); return __s;}
_num_put.c 286 else if (__flags & ios_base::showpos)
297 if (__flags & ios_base::showpos)
309 if ((__flags & ios_base::showpos) && ((__flags & (ios_base::oct | ios_base::hex)) == 0))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h 255 * - showpos
305 static const fmtflags showpos = _S_showpos; member in class:ios_base
845 /// Calls base.setf(ios_base::showpos).
847 showpos(ios_base& __base) function
849 __base.setf(ios_base::showpos);
853 /// Calls base.unsetf(ios_base::showpos).
857 __base.unsetf(ios_base::showpos);
locale_facets.tcc 878 if (bool(__flags & ios_base::showpos)
    [all...]
locale_facets.h     [all...]
  /external/astl/include/
ios_base.h 125 // showpos: Generate a + sign in non-negative generated numeric output.
141 static const fmtflags showpos = android::ios_baseflags_showpos; member in class:std::ios_base
  /external/stlport/src/
num_put_float.cpp 493 else if (flags & ios_base::showpos)
555 else if ( flags & ios_base::showpos )
623 else if (flags & ios_base::showpos)
629 else if (flags & ios_base::showpos)
642 else if (flags & ios_base::showpos)
713 if (flags & ios_base::showpos)
    [all...]
ios.cpp 55 const ios_base::fmtflags ios_base::showpos; member in class:ios_base
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 493 else if (flags & ios_base::showpos)
555 else if ( flags & ios_base::showpos )
623 else if (flags & ios_base::showpos)
629 else if (flags & ios_base::showpos)
642 else if (flags & ios_base::showpos)
713 if (flags & ios_base::showpos)
    [all...]
ios.cpp 55 const ios_base::fmtflags ios_base::showpos; member in class:ios_base
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libstdc++.a     [all...]

Completed in 581 milliseconds