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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/floatfield.manip/
scientific.pass.cpp 14 // ios_base& scientific(ios_base& str);
26 std::ios_base& r = std::scientific(ios);
28 assert(ios.flags() & std::ios::scientific);
defaultfloat.pass.cpp 29 assert(!(ios.flags() & std::ios::scientific));
hexfloat.pass.cpp 29 assert(ios.flags() & std::ios::scientific);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/
scientific.pass.cpp 14 // ios_base& scientific(ios_base& str);
26 std::ios_base& r = std::scientific(ios);
28 assert(ios.flags() & std::ios::scientific);
defaultfloat.pass.cpp 29 assert(!(ios.flags() & std::ios::scientific));
hexfloat.pass.cpp 29 assert(ios.flags() & std::ios::scientific);
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/
setup.cfg 25 Topic :: Scientific/Engineering :: Mathematics
26 Topic :: Scientific/Engineering :: Visualization
  /external/icu/icu4c/source/i18n/
valueformatter.h 67 * Result may be fixed point or scientific.
76 * Result may be fixed point or scientific.
124 * Prepares this instance for scientific formatting.
142 // for fixed decimal and scientific formatting
150 // for scientific formatting
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
fmtflags.pass.cpp 22 // static const fmtflags scientific;
31 // static const fmtflags floatfield = scientific | fixed;
46 assert(std::ios_base::scientific);
64 & std::ios_base::scientific
79 assert(std::ios_base::floatfield == (std::ios_base::scientific
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
fmtflags.pass.cpp 22 // static const fmtflags scientific;
31 // static const fmtflags floatfield = scientific | fixed;
46 assert(std::ios_base::scientific);
64 & std::ios_base::scientific
79 assert(std::ios_base::floatfield == (std::ios_base::scientific
  /ndk/sources/cxx-stl/stlport/stlport/using/
ios 38 using _STLP_NEW_IO_NAMESPACE::scientific;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/using/
ios 38 using _STLP_NEW_IO_NAMESPACE::scientific;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/
setup.py 51 'Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator',
52 'Topic :: Scientific/Engineering :: Mathematics',
  /external/icu/icu4c/source/i18n/unicode/
scientificnumberformatter.h 20 * \brief C++ API: Formats in scientific notation.
32 * A formatter that formats numbers in user-friendly scientific notation.
57 * scientific notation.
83 * scientific notation.
130 * Formats a number into user friendly scientific notation.
  /external/libvorbis/symbian/
bld.inf 2 Copyright (C) 2003 Commonwealth Scientific and Industrial Research
  /external/icu/android_icu4j/src/main/java/android/icu/math/
MathContext.java 59 * (<code>9, SCIENTIFIC, false, ROUND_HALF_UP</code>).
93 * @see #SCIENTIFIC
98 * Standard floating point notation (with scientific exponential
108 public static final int SCIENTIFIC=1; // 1 digit before .
119 * @see #SCIENTIFIC
245 * @see #SCIENTIFIC
289 private static final int DEFAULT_FORM=SCIENTIFIC;
317 * <code>digits=9 form=SCIENTIFIC lostDigits=false
320 * @see #SCIENTIFIC
431 if (setform==SCIENTIFIC){
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
MathContext.java 58 * (<code>9, SCIENTIFIC, false, ROUND_HALF_UP</code>).
93 * @see #SCIENTIFIC
99 * Standard floating point notation (with scientific exponential
110 public static final int SCIENTIFIC=1; // 1 digit before .
121 * @see #SCIENTIFIC
256 * @see #SCIENTIFIC
300 private static final int DEFAULT_FORM=SCIENTIFIC;
328 * <code>digits=9 form=SCIENTIFIC lostDigits=false
331 * @see #SCIENTIFIC
447 if (setform==SCIENTIFIC){
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
MathContext.java 58 * (<code>9, SCIENTIFIC, false, ROUND_HALF_UP</code>).
93 * @see #SCIENTIFIC
99 * Standard floating point notation (with scientific exponential
110 public static final int SCIENTIFIC=1; // 1 digit before .
121 * @see #SCIENTIFIC
256 * @see #SCIENTIFIC
300 private static final int DEFAULT_FORM=SCIENTIFIC;
328 * <code>digits=9 form=SCIENTIFIC lostDigits=false
331 * @see #SCIENTIFIC
447 if (setform==SCIENTIFIC){
    [all...]
  /developers/build/prebuilts/gradle/Quiz/Application/src/main/assets/
Quiz.json 4 "question": "What is the scientific name of a butterfly?",
  /developers/samples/android/wearable/wear/Quiz/Application/src/main/assets/
Quiz.json 4 "question": "What is the scientific name of a butterfly?",
  /external/v8/test/intl/number-format/
parse-decimal.js 38 // Scientific notation gets ignored.
  /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/icu/android_icu4j/src/main/java/android/icu/text/
ScientificNumberFormatter.java 19 *A formatter that formats numbers in user-friendly scientific notation.
59 * @param df The DecimalFormat must be configured for scientific
92 * @param df The DecimalFormat must be configured for scientific
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ScientificNumberFormatter.java 18 *A formatter that formats numbers in user-friendly scientific notation.
59 * @param df The DecimalFormat must be configured for scientific
94 * @param df The DecimalFormat must be configured for scientific
  /external/crcalc/src/com/hp/creals/
StringFloatRep.java 36 * A scientific notation representation of an approximation to a constructive

Completed in 793 milliseconds

1 2 3 4 5 6 7 8 91011>>