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

/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/backward/
H A Diomanip.h55 using std::scientific;
/macosx-10.10.1/libstdcxx-104.1/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
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/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);
/macosx-10.10.1/swig-12/Lib/std/
H A Dstd_ios.i53 static const fmtflags scientific ;
/macosx-10.10.1/file-46/file/magic/
H A DMakefile.am173 $(MAGIC_FRAGMENT_DIR)/scientific \
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dcalccard.tex386 \key{scientific notation}{d s}
396 \wkey{scientific notation}{6.02e23}
/macosx-10.10.1/vim-55/runtime/syntax/
H A Drexx.vim46 syn match rexxKeyword contained "\<numeric \(digits\|form \(scientific\|engineering\|value\)\|fuzz\)\>"
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dvhdl-mode.el10363 ;; 'american, 'european, 'scientific kept for backward compatibility
10366 ((eq vhdl-date-format 'scientific) (format-time-string "%Y/%m/%d" nil))
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex225 scientific applications must minimize the total output error over long calculations.

Completed in 303 milliseconds