HomeSort by relevance Sort by last modified time
    Searched full:decimal (Results 926 - 950 of 2091) sorted by null

<<31323334353637383940>>

  /external/icu4c/test/intltest/
numrgts.cpp 831 * decimal separator instead of monetary decimal separator.
834 * never contain the monetary separator! Decimal separator in pattern is
857 errln("ERROR in test: want decimal sep != monetary sep");
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets.h     [all...]
locale_facets_nonio.h 980 * @brief Return decimal point character
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets.h     [all...]
locale_facets_nonio.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_facets.h     [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 413 /// decimal-constant integer-suffix
418 /// decimal-literal ud-suffix
422 /// decimal-constant:
424 /// decimal-constant digit
759 // point constants are not permitted (only decimal and hexadecimal).
766 // If we have some other non-octal digit that *is* a decimal digit, see if
832 // handles the common cases that matter (small decimal integers and
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_itertools.py 5 from decimal import Decimal
374 self.assertEqual(take(3, count(Decimal('1.1'), Decimal('.1'))),
375 [Decimal('1.1'), Decimal('1.2'), Decimal('1.3')])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_itertools.py 5 from decimal import Decimal
374 self.assertEqual(take(3, count(Decimal('1.1'), Decimal('.1'))),
375 [Decimal('1.1'), Decimal('1.2'), Decimal('1.3')])
    [all...]
  /external/chromium_org/third_party/simplejson/
_speedups.c 85 PyObject *Decimal;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickletools.py 42 integer object on the stack, whose value is gotten from a decimal string
110 (perhaps) 11-character decimal string attached to INT. Protocol 1 also added
542 doc="""A newline-terminated decimal integer literal.
555 doc="""A newline-terminated decimal integer literal.
575 doc="""A newline-terminated decimal floating literal.
895 The argument is a newline-terminated decimal literal string.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickletools.py 42 integer object on the stack, whose value is gotten from a decimal string
110 (perhaps) 11-character decimal string attached to INT. Protocol 1 also added
542 doc="""A newline-terminated decimal integer literal.
555 doc="""A newline-terminated decimal integer literal.
575 doc="""A newline-terminated decimal floating literal.
895 The argument is a newline-terminated decimal literal string.
    [all...]
  /bionic/libc/netbsd/resolv/
res_cache.c 461 #define DNS_TYPE_A "\00\01" /* big-endian decimal 1 */
462 #define DNS_TYPE_PTR "\00\014" /* big-endian decimal 12 */
463 #define DNS_TYPE_MX "\00\017" /* big-endian decimal 15 */
464 #define DNS_TYPE_AAAA "\00\034" /* big-endian decimal 28 */
465 #define DNS_TYPE_ALL "\00\0377" /* big-endian decimal 255 */
467 #define DNS_CLASS_IN "\00\01" /* big-endian decimal 1 */
    [all...]
  /external/chromium_org/third_party/icu/source/test/iotest/
filetst.c 67 u_fprintf(myFile, "Signed decimal integer %%d: %d\n", *n);
68 u_fprintf(myFile, "Signed decimal integer %%i: %i\n", *n);
70 u_fprintf(myFile, "Unsigned decimal integer %%u: %u\n", *n);
140 u_fscanf(myFile, "Signed decimal integer %%d: %d\n", newValuePtr);
145 u_fscanf(myFile, "Signed decimal integer %%i: %i\n", newValuePtr);
155 u_fscanf(myFile, "Unsigned decimal integer %%u: %u\n", newValuePtr);
    [all...]
  /external/icu4c/common/
uloc.cpp     [all...]
  /external/icu4c/test/iotest/
filetst.c 67 u_fprintf(myFile, "Signed decimal integer %%d: %d\n", *n);
68 u_fprintf(myFile, "Signed decimal integer %%i: %i\n", *n);
70 u_fprintf(myFile, "Unsigned decimal integer %%u: %u\n", *n);
140 u_fscanf(myFile, "Signed decimal integer %%d: %d\n", newValuePtr);
145 u_fscanf(myFile, "Signed decimal integer %%i: %i\n", newValuePtr);
155 u_fscanf(myFile, "Unsigned decimal integer %%u: %u\n", newValuePtr);
    [all...]

Completed in 3573 milliseconds

<<31323334353637383940>>