Searched
full:decimal (Results
1526 -
1550 of
2091) sorted by null
<<61626364656667686970>>
/external/chromium_org/third_party/icu/source/i18n/ |
decNumber.c | 2 /* Decimal Number arithmetic module */ 12 /* testcases, and Web links, on the General Decimal Arithmetic page. */ 32 /* Decimal Arithmetic as defined in the specification which may be */ 33 /* found on the General Decimal Arithmetic pages. It implements both */ 503 Int d=0; /* count of digits found in decimal part */ 505 const char *cfirst=chars; /* -> first character of decimal part */ 506 const char *last=NULL; /* -> last digit of decimal part */ 525 continue; /* still in decimal part */ 528 dotchar=c; /* record offset into decimal part */ [all...] |
vtzone.cpp | 120 int32_t digits[10]; // max int32_t is 10 decimal digits 155 int32_t digits[20]; // max int64_t is 20 decimal digits [all...] |
/external/icu4c/i18n/ |
decNumber.c | 2 /* Decimal Number arithmetic module */ 12 /* testcases, and Web links, on the General Decimal Arithmetic page. */ 32 /* Decimal Arithmetic as defined in the specification which may be */ 33 /* found on the General Decimal Arithmetic pages. It implements both */ 516 Int d=0; /* count of digits found in decimal part */ 518 const char *cfirst=chars; /* -> first character of decimal part */ 519 const char *last=NULL; /* -> last digit of decimal part */ 538 continue; /* still in decimal part */ 541 dotchar=c; /* record offset into decimal part */ [all...] |
vtzone.cpp | 119 int32_t digits[10]; // max int32_t is 10 decimal digits 154 int32_t digits[20]; // max int64_t is 20 decimal digits [all...] |
/external/bison/po/ |
es.po | 91 # Date cuenta de que `%d' puede ser cualquier n?mero decimal. Podr?a 108 # Date cuenta de que `%d' puede ser cualquier n?mero decimal. Podr?a [all...] |
/external/chromium_org/base/debug/ |
trace_event_impl.cc | 636 // Ensure that the number has a .0 if there's no decimal or 'e'. This 645 // have a zero before the decimal point - ".52" is not valid, "0.52" is. [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/ |
README | [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/blib/man3/ |
JSON__backportPP.3pm | [all...] |
/external/chromium_org/third_party/JSON/out/man/man3/ |
JSON__backportPP.3pm | [all...] |
/external/chromium_org/third_party/icu/source/common/ |
putil.c | [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
smpdtfmt.h | 253 * character in the override string, such as "d=decimal;M=arabic;y=hebrew", etc. 294 * character in the override string, such as "d=decimal;M=arabic;y=hebrew", etc. [all...] |
/external/chromium_org/third_party/libusb/src/libusb/ |
libusb.h | 489 /** USB specification release number in binary-coded decimal. A value of 513 /** Device release number in binary-coded decimal */ [all...] |
/external/chromium_org/third_party/libxslt/libxslt/ |
preproc.c | [all...] |
/external/chromium_org/v8/src/ |
i18n.js | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/ |
mmetrics-frames.xsl | 9 <xsl:decimal-format decimal-separator="." grouping-separator="," /> [all...] |
/external/icu4c/common/ |
putil.cpp | [all...] |
/external/libexif/po/ |
en_AU.po | [all...] |
en_GB.po | [all...] |
/external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/ |
Toc.pod | [all...] |
/external/libxslt/libxslt/ |
preproc.c | [all...] |
/external/oprofile/utils/ |
opcontrol | 53 # or decimal number(10). The value is returned in $?. Returns 0, if string 54 # isn't a octal, hexidecimal, or decimal number. [all...] |
/external/valgrind/main/coregrind/ |
m_machine.c | 940 /* Check for Decimal Floating Point (DFP) support. */ [all...] |
/frameworks/base/docs/html/reference/com/google/android/gms/games/ |
GamesClient.html | [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
CommandsInterface.java | [all...] |
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pngpriv.h | 319 * DBL_DIG Maximum number of decimal digits (can be set to any constant) 627 * the prefix is lower case. Please use decimal values as the parameters to [all...] |
Completed in 4218 milliseconds
<<61626364656667686970>>