Home
last modified time | relevance | path

Searched refs:scientific (Results 1 – 22 of 22) sorted by relevance

/external/stlport/stlport/stl/
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) in scientific() function
336 { __s.setf(ios_base::scientific, ios_base::floatfield); return __s; } in scientific()
/external/stlport/stlport/using/
Dios38 using _STLP_NEW_IO_NAMESPACE::scientific;
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DInfoSink.h79 stream.unsetf(std::ios::scientific);
/external/eigen/unsupported/Eigen/src/SparseExtra/
DMarketIO.h231 out.flags(std::ios_base::scientific);
257 out.flags(std::ios_base::scientific); in saveMarketVector()
/external/llvm/test/Analysis/BasicAA/
Dfeaturetest.ll12 ; operations on another array. Important for scientific codes.
35 ; interfere with each other. Again, important for scientific codes.
/external/oprofile/libutil++/
Dstring_manip.cpp124 os.setf(ios::scientific, ios::floatfield); in format_percent()
/external/stlport/src/
Dnum_put_float.cpp657 case ios_base::scientific: in __format_float()
728 case ios_base::scientific: in __fill_fmtbuf()
809 case ios_base::scientific:
Dios.cpp51 const ios_base::fmtflags ios_base::scientific; member in ios_base
/external/eigen/cmake/
DFindGSL.cmake1 # Try to find gnu scientific library GSL
/external/stlport/test/unit/
Dnum_put_get_test.cpp197 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()
/external/eigen/bench/
Dquat_slerp.cpp184 cout << std::scientific; in main()
/external/valgrind/main/docs/internals/
Drelease-HOWTO.txt40 this is not a very scientific or robust way to collect up all
/external/icu4c/samples/ufortune/resources/
Droot.txt77 Hitting a tree is simply bad luck and has no place in a scientific
/external/openssh/
DLICENCE46 bookstore, scientific library, and patent office worldwide. More
/external/libogg/doc/
Drfc5334.txt251 content aimed at scientific and other applications that require
/external/stlport/etc/
DChangeLog1590 fixed or scientific.
2936 exponent part of scientific output should be at least 2, C99 even says
2967 modification. Now STLport appends '0' so that floating point scientific
2972 platform dependant number of digits in STLport scientific output of
DChangeLog-5.16778 Correction of the locale grouping schema application in case of the scientific
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_klex.pkb1036 )K!6'FK'Q scientificA
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf932 ADJ^N "scientific" :G2P
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf1095 ADJ^N "scientific" :G2P
/external/srec/config/en.us/dictionary/
Dlarge.ok25506 scientific sI~tif6k
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0631762 using decimal notation, rather than %g (which can output scientific notation).