/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.tcc | 338 // Add the ending grouping if a decimal or 'e'/'E' wasn't found. 780 // Decimal. 875 // Decimal. 931 // Tack on decimal part. 1000 // + 3 chars for sign, decimal point, '\0'. On the other hand, 1018 // Replace decimal point. 1028 // N.B. Make sure to not group things like 2e20, i.e., no decimal [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.tcc | 338 // Add the ending grouping if a decimal or 'e'/'E' wasn't found. 780 // Decimal. 875 // Decimal. 931 // Tack on decimal part. 1000 // + 3 chars for sign, decimal point, '\0'. On the other hand, 1018 // Replace decimal point. 1028 // N.B. Make sure to not group things like 2e20, i.e., no decimal [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
locale_facets.tcc | 338 // Add the ending grouping if a decimal or 'e'/'E' wasn't found. 780 // Decimal. 875 // Decimal. 931 // Tack on decimal part. 1000 // + 3 chars for sign, decimal point, '\0'. On the other hand, 1018 // Replace decimal point. 1028 // N.B. Make sure to not group things like 2e20, i.e., no decimal [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_facets.tcc | 355 // Add the ending grouping if a decimal or 'e'/'E' wasn't found. 797 // Decimal. 892 // Decimal. 948 // Tack on decimal part. 1017 // + 3 chars for sign, decimal point, '\0'. On the other hand, 1035 // Replace decimal point. 1045 // N.B. Make sure to not group things like 2e20, i.e., no decimal [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_facets.tcc | 355 // Add the ending grouping if a decimal or 'e'/'E' wasn't found. 797 // Decimal. 892 // Decimal. 948 // Tack on decimal part. 1017 // + 3 chars for sign, decimal point, '\0'. On the other hand, 1035 // Replace decimal point. 1045 // N.B. Make sure to not group things like 2e20, i.e., no decimal [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_facets.tcc | 355 // Add the ending grouping if a decimal or 'e'/'E' wasn't found. 797 // Decimal. 892 // Decimal. 948 // Tack on decimal part. 1017 // + 3 chars for sign, decimal point, '\0'. On the other hand, 1035 // Replace decimal point. 1045 // N.B. Make sure to not group things like 2e20, i.e., no decimal [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_facets.tcc | 355 // Add the ending grouping if a decimal or 'e'/'E' wasn't found. 797 // Decimal. 892 // Decimal. 948 // Tack on decimal part. 1017 // + 3 chars for sign, decimal point, '\0'. On the other hand, 1035 // Replace decimal point. 1045 // N.B. Make sure to not group things like 2e20, i.e., no decimal [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
locale_facets.tcc | 353 // Add the ending grouping if a decimal or 'e'/'E' wasn't found. 795 // Decimal. 890 // Decimal. 946 // Tack on decimal part. 1015 // + 3 chars for sign, decimal point, '\0'. On the other hand, 1033 // Replace decimal point. 1043 // N.B. Make sure to not group things like 2e20, i.e., no decimal [all...] |
/external/icu4c/common/unicode/ |
uchar.h | [all...] |
/external/chromium_org/third_party/icu/source/test/testdata/ |
structLocale.txt | [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
IntegerTest.java | 81 assertEquals("Returned incorrect value for 0 decimal", 0, Integer 85 assertTrue("Returned incorrect value for most negative value decimal", 89 assertTrue("Returned incorrect value for most positive value decimal", 368 assertEquals("Returned incorrect value for 0 decimal", 0, Integer.parseInt( 370 assertTrue("Returned incorrect value for most negative value decimal", 372 assertTrue("Returned incorrect value for most positive value decimal", [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_snprintf.c | 40 * locale's decimal point character and the separator between groups of 1086 * minus one) past the decimal point due to our conversion method. [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
util.c | 269 int d = 0; /* adjust exponent for shifting decimal point */ 302 ** (increase exponent by d to shift decimal left) */ 306 /* if decimal point is present */ 309 /* copy digits from after decimal to significand 310 ** (decrease exponent by d to shift decimal right) */ 544 /* The longest decimal representation of a 32 bit integer is 10 digits:
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_snprintf.c | 40 * locale's decimal point character and the separator between groups of 1086 * minus one) past the decimal point due to our conversion method. [all...] |
/external/svox/pico/lib/ |
picocep.c | 529 * @param bigpow (int) : normalization factor=2**N, where N=number of binary decimal digits 530 * @param invDoubleDec : boolean indicating that x has double decimal size. 531 * do extra division by 1<<bigpow so that result has again single decimal size 577 * @param bigpow (int) : normalization factor=2**N, where N=number of binary decimal digits 578 * @param invDoubleDec : boolean indicating that x has double decimal size. 579 * do extra division by 1<<bigpow so that result has again single decimal size 586 * - N : number of binary decimal digits (N=log2(big)) 638 * @param bigpow (int) : normalization factor=2**N, where N=number of binary decimal digits 645 * - N : number of binary decimal digits (N=log2(big)) 649 * then add X bits of precision in decimal par [all...] |
/bionic/libc/bionic/ |
libc_logging.cpp | 127 /* Parse a decimal string from 'format + *ppos', 129 * the decimal string in '*ppos' on exit.
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_pow.c | 55 * constants. The decimal values may be used, provided that the 56 * compiler will convert from decimal to binary accurately enough
|
/external/apache-http/src/org/apache/http/impl/entity/ |
LaxContentLengthStrategy.java | 75 * 3.If a Content-Length header field (section 14.13) is present, its decimal value in 163 * The Content-Length entity-header field indicates the size of the entity-body, in decimal
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/ |
tests.js | 194 run.test("Positive Decimal Plus Positive Decimal",
|
/external/chromium_org/content/browser/resources/media/ |
timeline_graph_view.js | 380 * maximum number of decimal digits allowed. The minimum allowed 406 // Number of digits to the right of the decimal of |stepSize|.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSValueKeywords.in | 250 decimal 251 decimal-leading-zero
|
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/ |
KeyCodeConversionGtk.cpp | 71 return VKEY_DECIMAL; // (6E) Decimal key 297 // VKEY_DECIMAL (6E) Decimal key
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
clike.js | 252 builtin: words("Boolean Byte Char DateTime DateTimeOffset Decimal Double" + 254 " UInt64 bool byte char decimal double short int long object" +
|
/external/chromium_org/third_party/icu/ |
README.chromium | 236 14. Fix for locales that don't use '.' as decimal separator: patches/nan.patch 239 parser expects the dot as a decimal separator.
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
dcfmtsym.h | 58 * . placeholder for decimal separator 90 /** The decimal separator */
|