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

/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/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DInfoSink.h79 stream.unsetf(std::ios::scientific);
/external/astl/include/
H A Dios_base.h120 // scientific: Generates floating point output in scientific notation.
138 static const fmtflags scientific = android::ios_baseflags_scientific; member in class:std::ios_base
/external/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/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/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/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 365 milliseconds