HomeSort by relevance Sort by last modified time
    Searched defs:scientific (Results 1 - 19 of 19) sorted by null

  /external/eigen/bench/
quat_slerp.cpp 184 cout << std::scientific; member in class:std
  /external/stlport/src/
ios.cpp 51 const ios_base::fmtflags ios_base::scientific; member in class:ios_base
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 53 const ios_base::fmtflags ios_base::scientific; member in class: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; }
  /ndk/sources/cxx-stl/llvm-libc++/src/
ios.cpp 96 const ios_base::fmtflags ios_base::scientific; member in class:ios_base
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 76 _STLP_STATIC_CONSTANT(int, scientific = 0x0080);
86 _STLP_STATIC_CONSTANT(int, floatfield = scientific | fixed);
337 inline ios_base& _STLP_CALL scientific(ios_base& __s) function
338 { __s.setf(ios_base::scientific, ios_base::floatfield); return __s; }
  /prebuilts/ndk/5/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; }
  /prebuilts/ndk/6/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; }
  /prebuilts/ndk/7/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; }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 76 _STLP_STATIC_CONSTANT(int, scientific = 0x0080);
86 _STLP_STATIC_CONSTANT(int, floatfield = scientific | fixed);
337 inline ios_base& _STLP_CALL scientific(ios_base& __s) function
338 { __s.setf(ios_base::scientific, ios_base::floatfield); return __s; }
  /prebuilts/gcc/linux-x86/host/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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
ios_base.h 246 * - scientific
287 /// Generates floating-point output in scientific notation.
288 static const fmtflags scientific = _S_scientific; member in class:ios_base
317 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf.
966 /// Calls base.setf(ios_base::scientific, ios_base::floatfield).
968 scientific(ios_base& __base) function
970 __base.setf(ios_base::scientific, ios_base::floatfield);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
ios_base.h 246 * - scientific
287 /// Generates floating-point output in scientific notation.
288 static const fmtflags scientific = _S_scientific; member in class:ios_base
317 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf.
966 /// Calls base.setf(ios_base::scientific, ios_base::floatfield).
968 scientific(ios_base& __base) function
970 __base.setf(ios_base::scientific, ios_base::floatfield);
  /prebuilts/ndk/5/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);
  /prebuilts/ndk/6/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);
  /prebuilts/ndk/7/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);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ios_base.h 246 * - scientific
287 /// Generates floating-point output in scientific notation.
288 static const fmtflags scientific = _S_scientific; member in class:ios_base
317 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf.
966 /// Calls base.setf(ios_base::scientific, ios_base::floatfield).
968 scientific(ios_base& __base) function
970 __base.setf(ios_base::scientific, ios_base::floatfield);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h 246 * - scientific
287 /// Generates floating-point output in scientific notation.
288 static const fmtflags scientific = _S_scientific; member in class:ios_base
317 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf.
966 /// Calls base.setf(ios_base::scientific, ios_base::floatfield).
968 scientific(ios_base& __base) function
970 __base.setf(ios_base::scientific, ios_base::floatfield);

Completed in 451 milliseconds