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

/haiku/src/libs/stdc++/legacy/
H A Dioextend.cc37 | ios::uppercase | ios::showpos | ios::scientific | ios::fixed
H A Diostream.cc694 else if ((flags() & ios::floatfield) == ios::scientific)
742 if (flags() & (ios::fixed|ios::scientific) & ios::showpos)
805 else if ((flags() & ios::floatfield) == ios::scientific)
/haiku/headers/cpp/
H A Dstreambuf.h157 scientific=_IO_SCIENTIFIC, fixed=_IO_FIXED, enumerator in enum:ios::__anon71
165 floatfield = scientific+fixed,

Completed in 40 milliseconds