Searched refs:scientific (Results 1 – 6 of 6) sorted by relevance
74 _STLP_STATIC_CONSTANT(int, scientific = 0x0080);84 _STLP_STATIC_CONSTANT(int, floatfield = scientific | fixed);335 inline ios_base& _STLP_CALL scientific(ios_base& __s) in scientific() function336 { __s.setf(ios_base::scientific, ios_base::floatfield); return __s; } in scientific()
38 using _STLP_NEW_IO_NAMESPACE::scientific;
657 case ios_base::scientific: in __format_float()728 case ios_base::scientific: in __fill_fmtbuf()809 case ios_base::scientific:
51 const ios_base::fmtflags ios_base::scientific; member in ios_base
197 str << scientific << setprecision(50) << limits::max(); in check_get_float()460 ostr << scientific << setprecision(8) << 0.12345678f; in num_put_float()524 ostr << scientific << setprecision(50) << 0.0; in num_put_float()