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

12 3 4 5 6

  /prebuilt/ndk/android-ndk-r7/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...]
  /external/icu4c/i18n/unicode/
decimfmt.h 56 * integers ("123"), fixed-point numbers ("123.4"), scientific notation
115 * // percent, scientific, integer, iso currency, and plural currency
210 * <td>Separates mantissa and exponent in scientific notation.
371 * description applies to formats that do not use <a href="#sci">scientific
413 * <a name="sci"><strong>Scientific Notation</strong></a>
415 * <p>Numbers in scientific notation are expressed as the product of a mantissa
419 * DecimalFormat can be instructed to use scientific
422 * scientific notation. Example: "0.###E0" formats the number 1234 as
445 * <li>When using scientific notation, the formatter controls the
    [all...]
numfmt.h 15 * 07/20/98 stephen JDK 1.2 sync up. Added scientific support.
118 * scientific number,
172 * kScientificStyle specifies a style of format to display scientific number.
685 * Returns a scientific format for the current default locale.
691 * Returns a scientific format for the specified locale.
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
poly_laguerre.tcc 40 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
68 * This is from the GNU Scientific Library.
123 * This is from the GNU Scientific Library.
beta_function.tcc 40 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
poly_laguerre.tcc 40 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
68 * This is from the GNU Scientific Library.
123 * This is from the GNU Scientific Library.
beta_function.tcc 40 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
poly_laguerre.tcc 40 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
68 * This is from the GNU Scientific Library.
123 * This is from the GNU Scientific Library.
beta_function.tcc 40 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/
poly_laguerre.tcc 40 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
68 * This is from the GNU Scientific Library.
123 * This is from the GNU Scientific Library.
beta_function.tcc 40 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
  /external/skia/src/pdf/
SkPDFTypes.cpp 133 // no more precise than an int. (Plus PDF doesn't support scientific
144 // SkStrAppendFloat might still use scientific notation, so use snprintf
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader2.java 174 list.add(new RssItem("http://www.sciam.com/xml/sciam.xml", "Scientific American"));
MyRssReader3.java 178 list.add(new RssItem("http://www.sciam.com/xml/sciam.xml", "Scientific American"));
  /external/valgrind/main/auxprogs/
gsl16test 4 # 1.6 of the GNU Scientific Library (gsl). This has proven to be a
gsl19test 4 # 1.9 of the GNU Scientific Library (gsl). This has proven to be a
  /packages/experimental/droiddreamclean/
droiddreamclean.c 14 "com.advanced.scientific.calculator",
  /external/llvm/include/llvm/ADT/
APFloat.h 343 /// consider inserting before falling back to scientific
344 /// notation. 0 means to always use scientific notation.
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java 37 * ("123"), fixed-point numbers ("123.4"), scientific notation ("1.23E4"),
142 * <td>Separates mantissa and exponent in scientific notation.
295 * formats that do not use <a href="#sci">scientific notation</a> or <a
330 * <h4>Scientific Notation</h4>
333 * Numbers in scientific notation are expressed as the product of a mantissa and
338 * scientific notation through the API or through the pattern. In a pattern, the
340 * indicates scientific notation. Example: "0.###E0" formats the number 1234 as
360 * <li>When using scientific notation, the formatter controls the digit counts
    [all...]
  /external/stlport/src/
num_put_float.cpp 500 // start of grouping position, grouping won't occur in scientific notation
657 case ios_base::scientific:
728 case ios_base::scientific:
809 case ios_base::scientific:
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 499 // start of grouping position, grouping won't occur in scientific notation
656 case ios_base::scientific:
727 case ios_base::scientific:
808 case ios_base::scientific:
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
Logic.java 247 // The standard scientific formatter is basically what we need. We will
  /packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
GoogleSecurityToolActivity.java 166 "com.advanced.scientific.calculator",
  /external/stlport/test/unit/
num_put_get_test.cpp 197 str << scientific << setprecision(50) << limits::max();
460 ostr << scientific << setprecision(8) << 0.12345678f;
524 ostr << scientific << setprecision(50) << 0.0;
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp 197 str << scientific << setprecision(50) << limits::max();
460 ostr << scientific << setprecision(8) << 0.12345678f;
524 ostr << scientific << setprecision(50) << 0.0;
    [all...]

Completed in 1151 milliseconds

12 3 4 5 6