Searched refs:showpos (Results 1 - 8 of 8) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
H A Dnum_put_get_test.cpp440 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, nouppercas
[all...]
H A Dnum_facets_test.cpp107 fostr.setf(ios_base::uppercase | ios_base::showpos);
/ndk/tests/device/test-stlport/unit/
H A Dnum_put_get_test.cpp440 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, nouppercas
[all...]
H A Dnum_facets_test.cpp107 fostr.setf(ios_base::uppercase | ios_base::showpos);
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h80 _STLP_STATIC_CONSTANT(int, showpos = 0x0800);
287 inline ios_base& _STLP_CALL showpos(ios_base& __s) function
288 { __s.setf(ios_base::showpos); return __s;}
291 { __s.unsetf(ios_base::showpos); return __s;}
H A D_num_put.c286 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/src/
H A Dnum_put_float.cpp494 else if (flags & ios_base::showpos)
556 else if ( flags & ios_base::showpos )
624 else if (flags & ios_base::showpos)
630 else if (flags & ios_base::showpos)
643 else if (flags & ios_base::showpos)
714 if (flags & ios_base::showpos)
H A Dios.cpp57 const ios_base::fmtflags ios_base::showpos; member in class:ios_base

Completed in 110 milliseconds