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

/external/stlport/stlport/stl/
H A D_ios_base.h77 _STLP_STATIC_CONSTANT(int, showpoint = 0x0400);
279 inline ios_base& _STLP_CALL showpoint(ios_base& __s) function
280 { __s.setf(ios_base::showpoint); return __s;}
283 { __s.unsetf(ios_base::showpoint); return __s;}
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DInfoSink.h76 stream << std::showpoint << std::fixed << f;
/external/astl/include/
H A Dios_base.h123 // showpoint: Generate a decimal point character unconditionally in
140 static const fmtflags showpoint = android::ios_baseflags_showpoint; member in class:std::ios_base
/external/stlport/src/
H A Dnum_put_float.cpp506 if (precision != 0 || flags & ios_base::showpoint) {
569 if ( flags & ios_base::showpoint || precision > 0 ) {
667 if (flags & ios_base::showpoint || precision > 0) {
677 if (!(flags & ios_base::showpoint)) {
717 if (flags & ios_base::showpoint)
H A Dios.cpp54 const ios_base::fmtflags ios_base::showpoint; member in class:ios_base

Completed in 92 milliseconds