/external/libcxx/include/ |
ios | 40 static constexpr fmtflags scientific; 195 ios_base& scientific (ios_base& str); 245 static const fmtflags scientific = 0x0100; 254 static const fmtflags floatfield = scientific | fixed; 972 scientific(ios_base& __str) 974 __str.setf(ios_base::scientific, ios_base::floatfield); 982 __str.setf(ios_base::fixed | ios_base::scientific, ios_base::floatfield);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
ios | 40 static constexpr fmtflags scientific; 195 ios_base& scientific (ios_base& str); 245 static const fmtflags scientific = 0x0100; 254 static const fmtflags floatfield = scientific | fixed; 972 scientific(ios_base& __str) 974 __str.setf(ios_base::scientific, ios_base::floatfield); 982 __str.setf(ios_base::fixed | ios_base::scientific, ios_base::floatfield);
|
/packages/apps/ExactCalculator/docs/ |
arithmetic-overview.html | 28 scale scientific problems.</p> <p>This kind of arithmetic works well most of the time, but can 53 <p>In large scale scientific computations, hardware floating point computations are essential 99 small numbers by using scientific notation: They display an exponent in addition to the most 104 times 10<sup>19</sup>. In this version of scientific notation, the decimal point is always 108 <p>Once the decimal point is scrolled off the display, this style of scientific notation is not 111 different variant of scientific notation, in which we interpret the displayed digits as a whole 115 format only when the normal scientific notation decimal point would not be visible. If we had
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
ios | 40 static constexpr fmtflags scientific; 195 ios_base& scientific (ios_base& str); 245 static const fmtflags scientific = 0x0100; 254 static const fmtflags floatfield = scientific | fixed; 972 scientific(ios_base& __str) 974 __str.setf(ios_base::scientific, ios_base::floatfield); 982 __str.setf(ios_base::fixed | ios_base::scientific, ios_base::floatfield);
|
/external/libchrome/base/json/ |
json_parser_unittest.cc | 167 // Scientific. 179 // Negative scientific. 191 // Positive scientific.
|
/external/libweave/third_party/chromium/base/json/ |
json_parser_unittest.cc | 168 // Scientific. 180 // Negative scientific. 192 // Positive scientific.
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
DecimalFormat.java | 32 * numbers ("123.4"), scientific notation ("1.23E4"), percentages ("12%"), and currency 87 * scientific, integer, iso currency, and plural currency format for each locale. 181 * <td>Separates mantissa and exponent in scientific notation. 338 * not use <a href="#sci">scientific notation</a> or <a href="#sigdig">significant 374 * <a name="sci"><h4>Scientific Notation</h4></a> 376 * <p>Numbers in scientific notation are expressed as the product of a mantissa and a 380 * <code>DecimalFormat</code> can be instructed to use scientific notation through the API 382 * one or more digit characters indicates scientific notation. Example: "0.###E0" formats 405 * <li>When using scientific notation, the formatter controls the digit counts using [all...] |
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
MyRssReader.java | 43 new String[] { "Scientific American", "BBC", "The Onion", "Engadget" }));
|
/external/eigen/cmake/ |
FindGSL.cmake | 1 # Try to find gnu scientific library GSL
|
/external/freetype/src/autofit/ |
afstyles.h | 65 "scientific inferiors", \
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
afstyles.h | 67 "scientific inferiors", \
|
/external/opencv3/cmake/FindCUDA/ |
make2cmake.cmake | 7 # Scientific Computing and Imaging Institute, University of Utah
|
parse_cubin.cmake | 7 # Scientific Computing and Imaging Institute, University of Utah
|
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_ios.i | 53 static const fmtflags scientific ;
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
random.tcc | 474 __os.flags(__ios_base::scientific | __ios_base::left); 671 __os.flags(__ios_base::scientific | __ios_base::left); 756 __os.flags(__ios_base::scientific | __ios_base::left); 822 __os.flags(__ios_base::scientific | __ios_base::left); 886 __os.flags(__ios_base::scientific | __ios_base::left); 981 __os.flags(__ios_base::scientific | __ios_base::left); [all...] |
/external/chromium-trace/catapult/telemetry/third_party/altgraph/ |
PKG-INFO | 215 Classifier: Topic :: Scientific/Engineering :: Mathematics 216 Classifier: Topic :: Scientific/Engineering :: Visualization
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph.egg-info/ |
PKG-INFO | 215 Classifier: Topic :: Scientific/Engineering :: Mathematics 216 Classifier: Topic :: Scientific/Engineering :: Visualization
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
MarketIO.h | 231 out.flags(std::ios_base::scientific); 257 out.flags(std::ios_base::scientific);
|
/external/icu/icu4c/source/i18n/ |
precision.h | 96 * @param exponent Always pass 0 for fixed decimal formatting. scientific 240 * A precision manager for values to be expressed as scientific notation.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
random.tcc | 475 __os.flags(__ios_base::scientific | __ios_base::left); 672 __os.flags(__ios_base::scientific | __ios_base::left); 757 __os.flags(__ios_base::scientific | __ios_base::left); 823 __os.flags(__ios_base::scientific | __ios_base::left); 887 __os.flags(__ios_base::scientific | __ios_base::left); 982 __os.flags(__ios_base::scientific | __ios_base::left); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
random.tcc | 475 __os.flags(__ios_base::scientific | __ios_base::left); 672 __os.flags(__ios_base::scientific | __ios_base::left); 757 __os.flags(__ios_base::scientific | __ios_base::left); 823 __os.flags(__ios_base::scientific | __ios_base::left); 887 __os.flags(__ios_base::scientific | __ios_base::left); 982 __os.flags(__ios_base::scientific | __ios_base::left); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
random.tcc | 475 __os.flags(__ios_base::scientific | __ios_base::left); 672 __os.flags(__ios_base::scientific | __ios_base::left); 757 __os.flags(__ios_base::scientific | __ios_base::left); 823 __os.flags(__ios_base::scientific | __ios_base::left); 887 __os.flags(__ios_base::scientific | __ios_base::left); 982 __os.flags(__ios_base::scientific | __ios_base::left); [all...] |
/external/ceres-solver/internal/ceres/ |
line_search.cc | 176 << std::scientific << std::setprecision(kErrorMessageNumericPrecision) 388 VLOG(3) << std::scientific << std::setprecision(kErrorMessageNumericPrecision) 504 VLOG(3) << std::scientific 519 VLOG(3) << std::scientific 649 << std::scientific << std::setprecision(kErrorMessageNumericPrecision) 667 << std::scientific << std::setprecision(kErrorMessageNumericPrecision) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
ios_base.h | 244 * - scientific 285 /// Generates floating-point output in scientific notation. 286 static const fmtflags scientific = _S_scientific; member in class:ios_base 315 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf. 964 /// Calls base.setf(ios_base::scientific, ios_base::floatfield). 966 scientific(ios_base& __base) function 968 __base.setf(ios_base::scientific, ios_base::floatfield);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
ios_base.h | 244 * - scientific 285 /// Generates floating-point output in scientific notation. 286 static const fmtflags scientific = _S_scientific; member in class:ios_base 315 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf. 964 /// Calls base.setf(ios_base::scientific, ios_base::floatfield). 966 scientific(ios_base& __base) function 968 __base.setf(ios_base::scientific, ios_base::floatfield);
|