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

/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Diomanip.h55 using std::scientific;
/freebsd-11-stable/contrib/libstdc++/src/
H A Dlocale_facets.cc86 else if (__fltfield == ios_base::scientific)
H A Dios.cc49 const ios_base::fmtflags ios_base::scientific; member in class:ios_base
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dios_base.h242 * - scientific
283 /// Generates floating-point output in scientific notation.
284 static const fmtflags scientific = _S_scientific; member in class:ios_base
313 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf.
957 /// Calls base.setf(ios_base::scientific, ios_base::floatfield).
959 scientific(ios_base& __base) function
961 __base.setf(ios_base::scientific, ios_base::floatfield);
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dios.cpp101 const ios_base::fmtflags ios_base::scientific; member in class:ios_base
H A Dlocale.cpp4446 if (floatfield == (ios_base::fixed | ios_base::scientific))
4462 else if (floatfield == ios_base::scientific)
4469 else if (floatfield == (ios_base::fixed | ios_base::scientific))
/freebsd-11-stable/contrib/file/magic/
H A DMakefile.am253 $(MAGIC_FRAGMENT_DIR)/scientific \
H A DMakefile.in526 $(MAGIC_FRAGMENT_DIR)/scientific \

Completed in 86 milliseconds