Searched refs:digits (Results 201 - 225 of 236) sorted by relevance

12345678910

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dm.c2891 char *digits = "0123456789";
2923 buffer[i] = digits[intVal % 10];
2849 char *digits = "0123456789"; local
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dada.vim188 syntax keyword adaStorageClass digits limited of private range tagged
H A Dcss.vim173 syn keyword cssAuralAttr contained male female child code digits continuous
H A Dd.vim220 " flag an octal number with wrong digits
H A Ddtml.vim45 syn keyword dtmlAttribute delClassAttr DELETE Destination DestinationURL digits discard contained
H A Dnqc.vim291 " flag an octal number with wrong digits
H A Drexx.vim46 syn match rexxKeyword contained "\<numeric \(digits\|form \(scientific\|engineering\|value\)\|fuzz\)\>"
H A Dfortran.vim179 " floating point number, no digits after decimal
243 syn keyword fortran90Intrinsic adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack precision present product radix random_number random_seed range repeat reshape rrspacing
H A Djam.vim121 " flag an octal number with wrong digits
H A Dlpc.vim270 " flag an octal number with wrong digits
H A Dtcl.vim83 syn keyword tcltkWidgetSwitch contained bigincrement digits from length resolution showvalue sliderlength sliderrelief tickinterval to
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A DdecNumberLocal.h155 #error Maximum digits mismatch
165 /* digits, and D2UTABLE -- the initializer for the D2U table */
226 /* D2U -- return the number of Units needed to hold d digits */
238 /* MSUDIGITS -- returns digits in msu, from digits, calculated */
243 /* needed to contain that number of digits (and the initial */
452 /* dpd to three BCD8 digits starting at uByte u. Note that an */
453 /* extra byte is written to the right of the three digits because */
H A Dregexcmp.cpp288 // Compute the number of digits requried for the largest capture group number.
1019 // Init the counter varaiables that will accumulate the values as the digits
1288 // the regular expression, because the number of digits to be consumed
1297 // Loop once per digit, for max allowed number of digits in a back reference.
1554 UnicodeSet digits;
1556 digits.applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, U_GC_ND_MASK, *fStatus);
1557 digits.complement();
1558 set->addAll(digits);
3812 // which are \0 followed by 1-3 octal digits.
3815 // Java also has the convention of only consuming 2 octal digits i
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcucdtst.c506 USet *digits, *decimalValues; local
512 digits=uset_openPattern(digitsPattern, 6, &errorCode);
516 compareUSets(digits, decimalValues, "[:Nd:]", "[:Numeric_Type=Decimal:]", TRUE);
519 uset_close(digits);
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h349 std::numeric_limits<RawType>::digits - 1;
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dcs-dired-ref.tex277 % digits (0-9) are prefix arguments.
H A Ddired-ref.tex271 % digits (0-9) are prefix arguments.
H A Dsk-dired-ref.tex280 % digits (0-9) are prefix arguments.
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dada.vim44 for Item in ['abort', 'else', 'new', 'return', 'abs', 'elsif', 'not', 'reverse', 'abstract', 'end', 'null', 'accept', 'entry', 'select', 'access', 'exception', 'of', 'separate', 'aliased', 'exit', 'or', 'subtype', 'all', 'others', 'synchronized', 'and', 'for', 'out', 'array', 'function', 'overriding', 'tagged', 'at', 'task', 'generic', 'package', 'terminate', 'begin', 'goto', 'pragma', 'then', 'body', 'private', 'type', 'if', 'procedure', 'case', 'in', 'protected', 'until', 'constant', 'interface', 'use', 'is', 'raise', 'declare', 'range', 'when', 'delay', 'limited', 'record', 'while', 'delta', 'loop', 'rem', 'with', 'digits', 'renames', 'do', 'mod', 'requeue', 'xor']
H A Dcsscomplete.vim281 let values = ["digits", "continuous"]
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Docaml.vim258 " num is a sequence of decimal digits
H A Dsql.vim337 " \W - no characters or digits
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/Getopt/
H A DMixed.pm670 '^[-+]?\d+$', which matches a string of digits preceded by an
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.c805 { // If three decimal digits,
941 // and have as interior characters only letters, digits, and hyphen.
1038 // Letters and digits are allowed anywhere
1055 errormsg = "Application protocol name must contain only letters, digits, and hyphens";
1261 while (l > 2 && mDNSIsDigit(name->c[l])) l--; // Strip off digits
1269 while (l > 2 && mDNSIsDigit(name->c[l])) l--; // Strip off digits
4056 char *s = mDNS_VACB_Lim, *digits; local
4181 case 'X': digits = "0123456789ABCDEF";
4183 case 'x': digits = "0123456789abcdef";
4198 for (i = 0; n; n /= 16, i++) *--s = digits[
[all...]
/macosx-10.10.1/nano-12/src/
H A Dfiles.c653 ulmax_digits = digits(ULONG_MAX);

Completed in 332 milliseconds

12345678910