Searched refs:digits (Results 126 - 150 of 236) sorted by relevance

12345678910

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dr.vim48 " identifier with leading period, one or more digits, and at least one non-digit keyword character
H A Dslice.vim49 " flag an octal number with wrong digits
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dprintf.c564 static char digits[] = "0123456789abcdef0123456789ABCDEF"; local
578 *p-- = digits[(u % base)+capitals];
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationiterator.h290 * Turns a string of digits (bytes 0..9)
293 * Starts from this ce32's digit value and consumes the following/preceding digits.
294 * The digits string must not be empty and must not have leading zeros.
299 * Turns 1..254 digits into a sequence of CEs.
300 * Called by appendNumericCEs() for each segment of at most 254 digits.
302 void appendNumericSegmentCEs(const char *digits, int32_t length, UErrorCode &errorCode);
H A Dplurrule.cpp369 // For ranges of samples with fraction decimal digits, scale the number up so that we
1087 char digits[128]; local
1089 i = token.extract(0, token.length(), digits, ARRAY_SIZE(digits), US_INV);
1090 digits[i]='\0';
1092 return((int32_t)atoi(digits));
1540 // Count the number of decimal digits in the fraction part of the number, excluding trailing zeros.
1541 // fastpath the common cases, integers or fractions with 3 or fewer digits
1567 // Get the fraction digits of a double, represented as an integer.
1568 // v is the number of visible fraction digits i
[all...]
H A Dnfsubs.cpp643 DigitList digits; local
644 digits.set(numberToFormat);
648 if (numberToFormat == uprv_floor(numberToFormat) && ruleSet != NULL && (!digits.isInfinite())) {
1036 * telling whether it should format by digits or not. In addition,
1068 * If in "by digits" mode, fills in the substitution one decimal digit
1087 // pulling digits off the right one at a time, formatting each digit
1111 dl.roundFixedPoint(20); // round to 20 fraction digits.
1116 // Loop iterates over fraction digits, starting with the LSD.
1117 // include both real digits from the number, and zeros
1141 * If in "by digits" mod
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A DREADME89 1. Changed the number lookup to set the denominator to 1 in cases of digits.
134 4. Fixed a problem with the bidi algorithm reordering weak (digits and number
214 3. Fixed a bad range check for hex digits in ucgendat.c.
/macosx-10.10.1/apr-32/apr/apr/strings/
H A Dapr_snprintf.c78 * the number of digits is specified by ndigit
584 * Make sure the exponent has at least 2 digits
623 register const char *digits = (format == 'X') ? upper_digits : low_digits; local
626 *--p = digits[num & mask];
642 register const char *digits = (format == 'X') ? upper_digits : low_digits; local
648 *--p = digits[num & mask];
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dmprintf.c107 /* Lower-case digits. */
110 /* Upper-case digits. */
563 /* Base-36 digits for numbers. */
564 const char *digits = lower_digits; local
688 digits = (p->flags & FLAGS_UPPER)? upper_digits : lower_digits;
729 *w-- = digits[num % base];
840 digits = (p->flags & FLAGS_UPPER)? upper_digits : lower_digits;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dstrftime.c370 the arabic digits in the ASCII range. One day there is perhaps a
371 more reliable way to accept other sets of digits. */
620 int digits; /* Max digits for numeric format. */ variable
786 digits = d > width ? d : width; \
789 digits = d > width ? d : width; \
1050 int padding = digits - (buf + (sizeof (buf) / sizeof (buf[0]))
1067 if ((size_t) digits >= maxsize - i)
1233 digits = 1;
/macosx-10.10.1/groff-38/groff/src/preproc/refer/
H A Dlabel.y243 %type <dig> digits
319 | '%' digits
380 digits: label
383 | digits TOKEN_DIGIT
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dintltest.cpp118 // so there is no need to show more than 16 digits. [alan]
245 int32_t digits,
253 if (digits < 0) { // auto-digits
254 digits = 2;
257 digits += 2;
261 switch (digits)
287 IntlTest::toHex(uint32_t number, int32_t digits) { argument
289 appendHex(number, digits, result);
244 appendHex(uint32_t number, int32_t digits, UnicodeString& target) argument
/macosx-10.10.1/ruby-106/ruby/ext/json/generator/
H A Dgenerator.c108 const char *digits = "0123456789abcdef"; local
110 buf[2] = digits[character >> 12];
111 buf[3] = digits[(character >> 8) & 0xf];
112 buf[4] = digits[(character >> 4) & 0xf];
113 buf[5] = digits[character & 0xf];
/macosx-10.10.1/ruby-106/ruby/
H A Dmarshal.c1567 BDIGIT *digits; local
1579 digits = RBIGNUM_DIGITS(big);
1580 MEMCPY(digits, RSTRING_PTR(data), char, len * 2);
1583 MEMZERO((char *)digits + len * 2, char,
1588 unsigned char *p = (unsigned char *)digits;
1601 *digits++ = num;
/macosx-10.10.1/cups-408/cups/cups/
H A Dpwg-media.c1143 digits = 10 * numer * denom; /* Maximum fractional value to read */ local
1161 while (divisor < digits && *buf >= '0' && *buf <= '9')
1168 * Skip trailing digits that won't contribute...
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dcalccard.tex354 \key{round off last two digits}{c 2}
389 \key{group digits with commas}{d g}
457 \key{sum-of-years'-digits}{b Y}
507 Variable names are single digits or whole words.
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dlex.c364 lp->digits=(c=='#'?3:1);
368 lp->digits=2;
531 lp->digits = (c=='>');
580 lp->digits = -1;
602 lp->digits = 1;
873 n = lp->digits;
875 lp->digits = n;
1348 lp->digits = (n-'0');
1424 lp->digits = state[1];
1463 lp->digits
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/uri/
H A Duri.tcl64 variable digits "${digit}+"
74 "(${digits}\\.${digits}\\.${digits}\\.${digits})"
78 variable port $digits
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/uri/
H A Duri.tcl64 variable digits "${digit}+"
74 "(${digits}\\.${digits}\\.${digits}\\.${digits})"
78 variable port $digits
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dsnprintf.c570 int digits = MAX_INT - 1; local
595 digits--; /* sign consume one digit */
609 for ( i = 0; i < digits && number != 0.; ++i)
623 for (i = 0; i < digits; ++i)
1101 /* Return a new string with the digits in S grouped according to the locale's
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_printf.c787 int digits = 0; local
817 if (dot == 0 && digits == 0 && c == '0') {
832 digits++;
871 digits = 0;
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dxheader.c898 int digits = 0;
902 if (digits < LOG10_BILLION)
905 digits++;
910 while (digits++ < LOG10_BILLION)
893 int digits = 0; local
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dconfig.c1010 Bool digits = no; local
1017 digits = yes;
1021 if ( !digits )
1025 return digits;
1140 /* Tidy appends last digits. */
/macosx-10.10.1/expat-12/expat/xmlwf/
H A Dxmlwf.c574 static const XML_Char digits[] = T("0123456789"); local
575 const XML_Char *s = tcschr(digits, name[i]);
579 cp += (int)(s - digits);
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dstrftime.c321 the arabic digits in the ASCII range. One day there is perhaps a
322 more reliable way to accept other sets of digits. */
568 int digits; /* Max digits for numeric format. */ variable
727 digits = width == -1 ? d : width; \
730 digits = width == -1 ? d : width; \
987 int padding = digits - (buf + (sizeof (buf) / sizeof (buf[0]))
1149 digits = 1;

Completed in 579 milliseconds

12345678910