HomeSort by relevance Sort by last modified time
    Searched full:decimal (Results 201 - 225 of 2089) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/icu/source/io/
uprntf_p.c 304 /* set the appropriate flags and number of decimal digits on the formatter */
306 /* set the # of decimal digits */
310 /* '#' means always show decimal point */
315 /* # of decimal digits is 6 if precision not specified regardless of locale */
615 /* set the appropriate flags and number of decimal digits on the formatter */
617 /* set the # of decimal digits */
627 /* '#' means always show decimal point */
632 /* # of decimal digits is 6 if precision not specified */
704 /* set the appropriate flags and number of decimal digits on the formatter */
706 /* set the # of decimal digits *
    [all...]
  /external/chromium_org/third_party/icu/source/samples/props/
props.cpp 43 printf(" is digit: %d decimal digit value: %d\n", u_isdigit(codePoint), u_charDigitValue(codePoint));
  /external/chromium_org/third_party/mesa/src/src/glsl/
strtod.c 41 * Wrapper around strtod which uses the "C" locale so the decimal
  /external/chromium_org/third_party/skia/third_party/lua/src/
llex.h 64 char decpoint; /* locale decimal point */
  /external/chromium_org/third_party/sqlite/src/test/
tkt-3998683a16.test 14 # floating point values with a decimal point at the beginning or end
  /external/chromium_org/v8/test/intl/number-format/
parse-decimal.js 28 var nf = new Intl.NumberFormat(['en'], {style: 'decimal'});
  /external/compiler-rt/lib/tsan/
analyze_libtsan.sh 30 size=$(grep __tsan_$f$ libtsan.nm | awk --non-decimal-data '{print ("0x"$2)+0}')
  /external/icu/icu4c/source/i18n/
decfmtst.cpp 10 * parsing of decimal and group separators.
227 const UnicodeSet *DecimalFormatStaticSets::getSimilarDecimals(UChar32 decimal, UBool strictParse)
235 if (gStaticSets->fDotEquivalents->contains(decimal)) {
239 if (gStaticSets->fCommaEquivalents->contains(decimal)) {
  /external/icu/icu4c/source/io/
uprntf_p.c 304 /* set the appropriate flags and number of decimal digits on the formatter */
306 /* set the # of decimal digits */
310 /* '#' means always show decimal point */
315 /* # of decimal digits is 6 if precision not specified regardless of locale */
615 /* set the appropriate flags and number of decimal digits on the formatter */
617 /* set the # of decimal digits */
627 /* '#' means always show decimal point */
632 /* # of decimal digits is 6 if precision not specified */
704 /* set the appropriate flags and number of decimal digits on the formatter */
706 /* set the # of decimal digits *
    [all...]
  /external/icu/icu4c/source/samples/props/
props.cpp 43 printf(" is digit: %d decimal digit value: %d\n", u_isdigit(codePoint), u_charDigitValue(codePoint));
  /external/iptables/utils/
nfbpf_compile.c 4 * Generates decimal output, similar to `tcpdump -ddd ...`.
  /external/ltrace/
lens_default.h 43 * formatted in decimal). */
  /external/mesa3d/src/glsl/
strtod.c 41 * Wrapper around strtod which uses the "C" locale so the decimal
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/
acctab.utf 17 ! mapval: decimal number encoded in a single byte (max 255)
phrtab.utf 17 ! mapval: decimal number encoded in a single byte (max 255)
  /frameworks/base/tests/ImfTest/res/values/
strings.xml 33 <string name="decimal_number_edit_text_label">Decimal Number</string>
  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 45 char date[12]; ///< File date, decimal seconds since Epoch
46 char uid[6]; ///< user id in ASCII decimal
47 char gid[6]; ///< group id in ASCII decimal
49 char size[10]; ///< file size in ASCII decimal
  /frameworks/native/services/surfaceflinger/EventLog/
EventLogTags.logtags 4 # Tag numbers are decimal integers, from 0 to 2^31. (Let's leave the
  /packages/inputmethods/LatinIME/java/res/xml/
rowkeys_symbols2.xml 29 U+066B: "?" ARABIC DECIMAL SEPARATOR -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLIntegerProperty.java 33 this(name, defaultValue, DisplayRadix.DECIMAL);
GLLongProperty.java 33 this(name, defaultValue, DisplayRadix.DECIMAL);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncFormatNumb.java 70 // decimal-format declared in the stylesheet!(xsl:decimal-format
104 // look for a possible default decimal-format
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
SimpleBigDecimal.java 6 * Class representing a simple version of a big decimal. A
9 * the decimal point. The number of (binary) digits on the right of the decimal
  /external/chromium_org/third_party/icu/source/i18n/unicode/
fmtable.h 126 * a decimal number in string form. The Formattable will retain the
127 * full precision of the input in decimal format, even when it exceeds
131 * of the Decimal number.
134 * decimal number.
299 * long, int64 or Decimal Number then a conversion is peformed, with
480 * For values obtained by parsing, the returned decimal number retains
571 * Sets the the numeric value from a decimal number string, and changes
574 * as defined in the Decimal Arithmetic Specification, available at
575 * http://speleotrove.com/decimal
579 * @param numberString a string representation of the unformatted decimal number
    [all...]
  /external/clang/test/Preprocessor/
line-directive.c 83 // Line markers are digit strings interpreted as decimal numbers, this is
85 #line 010 // expected-warning {{#line directive interprets number as decimal, not octal}}
88 # 020 // expected-warning {{GNU line marker directive interprets number as decimal, not octal}}

Completed in 1465 milliseconds

1 2 3 4 5 6 7 891011>>