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

/haiku-fatelf/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-fatelf/headers/cpp/
H A Dstreambuf.h157 scientific=_IO_SCIENTIFIC, fixed=_IO_FIXED, enumerator in enum:ios::__anon71
165 floatfield = scientific+fixed,
/haiku-fatelf/src/kits/locale/
H A DGenericNumberFormat.cpp719 bool scientific = false; local
724 scientific = true;
728 scientific = (fExponent >= maxFractionDigits
733 if (scientific) {
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathMatrix.h3101 s.setf (std::ios_base::scientific);
3136 s.setf (std::ios_base::scientific);

Completed in 166 milliseconds