/external/fio/lib/ |
rand.c | 3 based on code from GNU Scientific Library 1.5 (30 Jun 2004)
|
/external/valgrind/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
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
beta_function.tcc | 39 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
|
random.tcc | 934 __os.flags(__ios_base::scientific | __ios_base::left); 973 __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/tr1/ |
beta_function.tcc | 39 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
|
random.tcc | 934 __os.flags(__ios_base::scientific | __ios_base::left); 973 __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/tr1/ |
beta_function.tcc | 39 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
|
random.tcc | 934 __os.flags(__ios_base::scientific | __ios_base::left); 973 __os.flags(__ios_base::scientific | __ios_base::left); [all...] |
/prebuilts/go/darwin-x86/doc/codewalk/ |
markov.go | 10 See also Computer Recreations, Scientific American 260, 122 - 125 (1989).
|
/prebuilts/go/linux-x86/doc/codewalk/ |
markov.go | 10 See also Computer Recreations, Scientific American 260, 122 - 125 (1989).
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
beta_function.tcc | 39 // (2) The Gnu Scientific Library, http://www.gnu.org/software/gsl
|
random.tcc | 934 __os.flags(__ios_base::scientific | __ios_base::left); 973 __os.flags(__ios_base::scientific | __ios_base::left); [all...] |
/prebuilts/go/darwin-x86/src/strconv/testdata/ |
testfp.txt | 4 # The input is given either in decimal or binary scientific notation. 9 # binary scientific notation: NpE = N x 2^E.
|
/prebuilts/go/linux-x86/src/strconv/testdata/ |
testfp.txt | 4 # The input is given either in decimal or binary scientific notation. 9 # binary scientific notation: NpE = N x 2^E.
|
/libcore/ojluni/src/main/java/java/util/ |
Formatter.java | 326 * scientific notation 334 * <td> The result is formatted using computerized scientific notation or [all...] |
/external/eigen/bench/ |
quat_slerp.cpp | 184 cout << std::scientific; member in class:std
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
IntlTestNumberFormat.java | 55 logln("Scientific test " + localeName);
|
/external/icu/icu4c/source/test/intltest/ |
numfmtspectest.cpp | 243 // padding cannot work as intended with scientific notation.
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
IntlTestNumberFormat.java | 51 logln("Scientific test " + localeName);
|
/external/skia/src/sfnt/ |
SkPanose.h | 531 ((Scientific, 5))
|
/frameworks/base/libs/hwui/ |
PathParser.cpp | 36 // used for floating point numbers' scientific notation.
|
/ndk/sources/cxx-stl/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/ |
FAQ.html | 142 scientific publication?</a></li> 345 scientific publication?</dt> 347 <dd><p>To properly cite <cite><acronym>MPFR</acronym></cite> in a scientific
|
/libcore/ojluni/src/main/java/java/text/ |
DecimalFormat.java | 65 * numbers (123.4), scientific notation (1.23E4), percentages (12%), and 211 * <td>Separates mantissa and exponent in scientific notation. 247 * <h4>Scientific Notation</h4> 249 * <p>Numbers in scientific notation are expressed as the product of a mantissa 252 * <code>DecimalFormat</code> can be instructed to format and parse scientific 254 * that creates a scientific notation format. In a pattern, the exponent 256 * scientific notation. Example: <code>"0.###E0"</code> formats the number [all...] |