/external/chromium_org/third_party/icu/source/common/ |
uloc.c | 2194 char *decimal; local [all...] |
/libcore/luni/src/main/java/java/sql/ |
ResultSet.java | 305 * the number of digits after the decimal point 334 * the number of digits after the decimal point [all...] |
/external/chromium/base/third_party/dmg_fp/ |
dtoa.cc | 36 * This strtod returns a nearest machine number to the input decimal 117 * such as decimal-to-binary conversion of a very long string of 178 * a decimal expansion to decide close cases. This logic is only [all...] |
/external/chromium_org/base/third_party/dmg_fp/ |
dtoa.cc | 36 * This strtod returns a nearest machine number to the input decimal 117 * such as decimal-to-binary conversion of a very long string of 178 * a decimal expansion to decide close cases. This logic is only [all...] |
/external/mdnsresponder/mDNSCore/ |
DNSCommon.c | 519 { // If three decimal digits, 520 int v0 = cstr[-1] - '0'; // then interpret as three-digit decimal 524 if (val <= 255) { c = (mDNSu8)val; cstr += 2; } // If valid three-digit decimal value, use it 619 { // Output decimal escape sequence [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
DecimalFormatTest.java | 547 // format big decimal 553 // format big decimal 559 // format big decimal Double.MAX_VALUE * 2 575 // format big decimal Double.MIN_VALUE + Double.MIN_VALUE 589 // format big decimal Float.MIN_VALUE + Float.MIN_VALUE [all...] |
/external/icu4c/test/cintltst/ |
cnumtst.c | 168 log_verbose("\nTesting unum_open() with french locale and default style(decimal)\n"); 810 to verify that it is taking the pure decimal path. */ [all...] |
/external/tcpdump/ |
tcpdump.1 | 278 Dump packet-matching code as decimal numbers (preceded with a count). [all...] |
/external/valgrind/main/VEX/priv/ |
guest_ppc_toIR.c | 383 #define MASK_FPSCR_DRN 0x700000000ULL // Decimal floating point rounding mode [all...] |
/external/valgrind/main/VEX/pub/ |
libvex_ir.h | 230 Ity_D32, /* 32-bit Decimal floating point */ 231 Ity_D64, /* 64-bit Decimal floating point */ 232 Ity_D128, /* 128-bit Decimal floating point */ [all...] |
/art/compiler/dex/quick/arm/ |
assemble_arm.cc | 56 * d -> decimal 57 * E -> decimal*4 58 * F -> decimal*2 [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemNumber.java | 413 * used as a grouping (e.g. thousands) separator in decimal 422 * used as a grouping (e.g. thousands) separator in decimal 436 * used as a grouping (e.g. thousands) separator in decimal [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
strutil.cc | 49 // trailing zeros after the decimal point. For some reason this bug only [all...] |
/external/icu4c/i18n/unicode/ |
rbnf.h | 236 * <td><em>bv</em> specifies the rule's base value. <em>bv</em> is a decimal [all...] |
/external/openssh/ |
key.c | 598 * Reads a multiple-precision integer in decimal from the buffer, and advances 614 /* Check that it begins with a decimal digit. */ 621 /* Move forward until all decimal digits skipped. */ [all...] |
/external/protobuf/src/google/protobuf/stubs/ |
strutil.cc | 49 // trailing zeros after the decimal point. For some reason this bug only [all...] |
/libcore/luni/src/main/java/java/util/ |
Scanner.java | [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
lexical_cast.hpp | 477 // ^ decimal point 482 // sign + leading digit + decimal point + "e" + exponent sign == 5 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddBase.decTest | 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- 22 -- This file tests base conversions from string to a decimal number [all...] |
dqBase.decTest | 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- 22 -- This file tests base conversions from string to a decimal number [all...] |
dsBase.decTest | 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- 22 -- This file tests base conversions from string to a decimal number [all...] |
quantize.decTest | 2 -- quantize.decTest -- decimal quantize operation -- 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- [all...] |
subtract.decTest | 2 -- subtract.decTest -- decimal subtraction -- 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
regrtest.py | 135 decimal - Test the decimal module against a large suite that 217 'decimal', 'cpu', 'subprocess', 'urlfetch', 'gui', [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddBase.decTest | 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- 22 -- This file tests base conversions from string to a decimal number [all...] |