Searched defs:scientific (Results 1 - 3 of 3) sorted by relevance

/external/stlport/src/
H A Dios.cpp51 const ios_base::fmtflags ios_base::scientific; member in class:ios_base
/external/astl/include/
H A Dios_base.h120 // scientific: Generates floating point output in scientific notation.
138 static const fmtflags scientific = android::ios_baseflags_scientific; member in class:std::ios_base
/external/stlport/stlport/stl/
H A D_ios_base.h74 _STLP_STATIC_CONSTANT(int, scientific = 0x0080);
84 _STLP_STATIC_CONSTANT(int, floatfield = scientific | fixed);
335 inline ios_base& _STLP_CALL scientific(ios_base& __s) function
336 { __s.setf(ios_base::scientific, ios_base::floatfield); return __s; }

Completed in 119 milliseconds