HomeSort by relevance Sort by last modified time
    Searched full:scientific (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/stlport/stlport/using/
ios 38 using _STLP_NEW_IO_NAMESPACE::scientific;
  /ndk/sources/cxx-stl/stlport/stlport/using/
ios 38 using _STLP_NEW_IO_NAMESPACE::scientific;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/
ios 38 using _STLP_NEW_IO_NAMESPACE::scientific;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/using/
ios 38 using _STLP_NEW_IO_NAMESPACE::scientific;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/using/
ios 38 using _STLP_NEW_IO_NAMESPACE::scientific;
  /external/oprofile/libutil++/
string_manip.cpp 123 // os << scientific << value unsupported by gcc 2.95
124 os.setf(ios::scientific, ios::floatfield);
  /external/mesa3d/docs/
science.html 17 Mesh Viewer (GMV)</a> - scientific vis.
35 </li><li><a href="http://linkwinds.jpl.nasa.gov/" target="_parent">LinkWinds</a> - scientific
51 <li><a href="http://www.paraview.org/" target="_parent">ParaView</a> - Scientific visualization package
  /external/astl/include/
ios_base.h 120 // scientific: Generates floating point output in scientific notation.
138 static const fmtflags scientific = android::ios_baseflags_scientific; member in class:std::ios_base
  /external/stlport/stlport/stl/
_ios_base.h 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) function
336 { __s.setf(ios_base::scientific, ios_base::floatfield); return __s; }
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
InfoSink.h 79 stream.unsetf(std::ios::scientific);
  /external/webkit/Source/WebCore/platform/text/
LocalizedNumber.h 42 // scientific notation, NaN, +Infinity and -Infinity, and doesn't need
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 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) function
336 { __s.setf(ios_base::scientific, ios_base::floatfield); return __s; }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 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) function
336 { __s.setf(ios_base::scientific, ios_base::floatfield); return __s; }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 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) function
336 { __s.setf(ios_base::scientific, ios_base::floatfield); return __s; }
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 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) function
336 { __s.setf(ios_base::scientific, ios_base::floatfield); return __s; }
  /external/llvm/test/Analysis/BasicAA/
featuretest.ll 12 ; operations on another array. Important for scientific codes.
35 ; interfere with each other. Again, important for scientific codes.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h 252 * - scientific
293 /// Generates floating-point output in scientific notation.
294 static const fmtflags scientific = _S_scientific; member in class:ios_base
323 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf.
968 /// Calls base.setf(ios_base::scientific, ios_base::floatfield).
970 scientific(ios_base& __base) function
972 __base.setf(ios_base::scientific, ios_base::floatfield);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 252 * - scientific
293 /// Generates floating-point output in scientific notation.
294 static const fmtflags scientific = _S_scientific; member in class:ios_base
323 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf.
968 /// Calls base.setf(ios_base::scientific, ios_base::floatfield).
970 scientific(ios_base& __base) function
972 __base.setf(ios_base::scientific, ios_base::floatfield);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 252 * - scientific
293 /// Generates floating-point output in scientific notation.
294 static const fmtflags scientific = _S_scientific; member in class:ios_base
323 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf.
968 /// Calls base.setf(ios_base::scientific, ios_base::floatfield).
970 scientific(ios_base& __base) function
972 __base.setf(ios_base::scientific, ios_base::floatfield);
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 252 * - scientific
293 /// Generates floating-point output in scientific notation.
294 static const fmtflags scientific = _S_scientific; member in class:ios_base
323 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf.
968 /// Calls base.setf(ios_base::scientific, ios_base::floatfield).
970 scientific(ios_base& __base) function
972 __base.setf(ios_base::scientific, ios_base::floatfield);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader.java 43 new String[] { "Scientific American", "BBC", "The Onion", "Engadget" }));
  /external/libvpx/examples/includes/geshi/geshi/
vhdl.php 130 //Hex numbers and scientific notation for numbers
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
random.tcc 793 __os.flags(__ios_base::scientific | __ios_base::left);
832 __os.flags(__ios_base::scientific | __ios_base::left);
879 __os.flags(__ios_base::scientific | __ios_base::left);
1043 __os.flags(__ios_base::scientific | __ios_base::left);
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc 793 __os.flags(__ios_base::scientific | __ios_base::left);
832 __os.flags(__ios_base::scientific | __ios_base::left);
879 __os.flags(__ios_base::scientific | __ios_base::left);
1043 __os.flags(__ios_base::scientific | __ios_base::left);
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc 793 __os.flags(__ios_base::scientific | __ios_base::left);
832 __os.flags(__ios_base::scientific | __ios_base::left);
879 __os.flags(__ios_base::scientific | __ios_base::left);
1043 __os.flags(__ios_base::scientific | __ios_base::left);
    [all...]

Completed in 1632 milliseconds

1 2 3 4 5 6