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

/external/chromium_org/third_party/angle/src/compiler/
H A DInfoSink.h80 stream.unsetf(std::ios::scientific);
/external/stlport/stlport/stl/
H A D_ios_base.h74 _STLP_STATIC_CONSTANT(int, scientific = 0x0080);
84 _STLP_STATIC_CONSTANT(int, floatfield = scientific | fixed);
335 inline ios_base& _STLP_CALL scientific(ios_base& __s) function
336 { __s.setf(ios_base::scientific, ios_base::floatfield); return __s; }
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dvhdl.php130 //Hex numbers and scientific notation for numbers
/external/oprofile/libutil++/
H A Dstring_manip.cpp123 // os << scientific << value unsupported by gcc 2.95
124 os.setf(ios::scientific, ios::floatfield);
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DMarketIO.h231 out.flags(std::ios_base::scientific);
257 out.flags(std::ios_base::scientific);
/external/stlport/src/
H A Dios.cpp51 const ios_base::fmtflags ios_base::scientific; member in class:ios_base
H A Dnum_put_float.cpp500 // start of grouping position, grouping won't occur in scientific notation
657 case ios_base::scientific:
728 case ios_base::scientific:
809 case ios_base::scientific:
/external/eigen/bench/
H A Dquat_slerp.cpp184 cout << std::scientific; member in class:std
/external/stlport/test/unit/
H A Dnum_put_get_test.cpp197 str << scientific << setprecision(50) << limits::max();
460 ostr << scientific << setprecision(8) << 0.12345678f;
524 ostr << scientific << setprecision(50) << 0.0;
/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php216 /** Number format to highlight floating-point numbers without support for scientific notation */
218 /** Number format to highlight floating-point numbers without support for scientific notation */
220 /** Number format to highlight floating-point numbers with support for scientific notation (E) and optional leading zero */
222 /** Number format to highlight floating-point numbers with support for scientific notation (E) and required leading digit */

Completed in 398 milliseconds