Searched refs:scientific (Results 1 – 22 of 22) sorted by relevance
74 _STLP_STATIC_CONSTANT(int, scientific = 0x0080);84 _STLP_STATIC_CONSTANT(int, floatfield = scientific | fixed);335 inline ios_base& _STLP_CALL scientific(ios_base& __s) in scientific() function336 { __s.setf(ios_base::scientific, ios_base::floatfield); return __s; } in scientific()
38 using _STLP_NEW_IO_NAMESPACE::scientific;
79 stream.unsetf(std::ios::scientific);
231 out.flags(std::ios_base::scientific);257 out.flags(std::ios_base::scientific); in saveMarketVector()
12 ; operations on another array. Important for scientific codes.35 ; interfere with each other. Again, important for scientific codes.
124 os.setf(ios::scientific, ios::floatfield); in format_percent()
657 case ios_base::scientific: in __format_float()728 case ios_base::scientific: in __fill_fmtbuf()809 case ios_base::scientific:
51 const ios_base::fmtflags ios_base::scientific; member in ios_base
1 # Try to find gnu scientific library GSL
197 str << scientific << setprecision(50) << limits::max(); in check_get_float()460 ostr << scientific << setprecision(8) << 0.12345678f; in num_put_float()524 ostr << scientific << setprecision(50) << 0.0; in num_put_float()
184 cout << std::scientific; in main()
40 this is not a very scientific or robust way to collect up all
77 Hitting a tree is simply bad luck and has no place in a scientific
46 bookstore, scientific library, and patent office worldwide. More
251 content aimed at scientific and other applications that require
1590 fixed or scientific.2936 exponent part of scientific output should be at least 2, C99 even says2967 modification. Now STLport appends '0' so that floating point scientific2972 platform dependant number of digits in STLport scientific output of
6778 Correction of the locale grouping schema application in case of the scientific
1036 )K!6'FK'QscientificA
932 ADJ^N "scientific" :G2P
1095 ADJ^N "scientific" :G2P
25506 scientific sI~tif6k
31762 using decimal notation, rather than %g (which can output scientific notation).