Searched refs:MAX_DIGITS (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Drbutil.c64 #define MAX_DIGITS 10 macro
97 if(length<MAX_DIGITS){
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dfmt_scaled.c70 #define MAX_DIGITS (SCALE_LENGTH * 3) /* XXX strlen(sprintf("%lld", -1)? */ macro
123 if (fract_digits >= MAX_DIGITS-1)
130 if (++ndigits >= MAX_DIGITS) {
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ddigitlst.h42 MAX_DIGITS = MAX_I64_DIGITS, enumerator in enum:EDigitListValues
48 MAX_DEC_DIGITS = MAX_DIGITS + DIGIT_PADDING + MAX_EXPONENT
H A Dcompactdecimalformat.cpp37 static const int32_t MAX_DIGITS = 15; variable
90 double divisors[MAX_DIGITS];
91 // Maps plural variants to CDFUnit[MAX_DIGITS] arrays.
384 for (int32_t i = 0; i < MAX_DIGITS; ++i) {
702 if (log10Value == MAX_DIGITS) {
861 UBool definedInCLDR[MAX_DIGITS];
863 for (int32_t i = 0; i < MAX_DIGITS; ++i) {
877 for (int32_t i = 0; i < MAX_DIGITS; ++i) {
894 // value computeLog10 will return MAX_DIGITS -1 even for
895 // numbers > 10^MAX_DIGITS
[all...]
H A Ddigitlst.cpp204 * @param outputStr The string to output to. Must be at least MAX_DIGITS+2 in length (21),
214 const int32_t MAX_IDX = MAX_DIGITS+2;
428 char rep[MAX_DIGITS];
702 char str[MAX_DIGITS+2]; // Leave room for sign and trailing nul.
794 char rep[MAX_DIGITS + 8]; // Extra space for '+', '.', e+NNN, and '\0' (actually +8 is enough)
H A Ddecimfmt.cpp1416 const int32_t MAX_IDX = MAX_DIGITS+2;
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DgiantIntegers.h64 #define MAX_DIGITS ((1<<18)+(1<<17)) macro
65 /* 2^(16*MAX_DIGITS)-1 will fit into a giant. */
H A DbyteRep.c295 if(numDigits > MAX_DIGITS) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DgiantIntegers.h64 #define MAX_DIGITS ((1<<18)+(1<<17)) macro
65 /* 2^(16*MAX_DIGITS)-1 will fit into a giant. */
H A DbyteRep.c295 if(numDigits > MAX_DIGITS) {
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dgiants.h61 #define MAX_DIGITS 10000 macro
H A Dgiants.c694 inbuf = (char*)malloc(MAX_DIGITS);
714 if(++numdigits==MAX_DIGITS)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dgiants.h61 #define MAX_DIGITS 10000 macro
H A Dgiants.c694 inbuf = (char*)malloc(MAX_DIGITS);
714 if(++numdigits==MAX_DIGITS)
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DClipboardUtilitiesWin.cpp256 #define MAX_DIGITS 10 macro
259 #define NUMBER_FORMAT MAKE_NUMBER_FORMAT_1(MAX_DIGITS)
275 unsigned startHTMLOffset = strlen(header) - strlen(NUMBER_FORMAT) * 4 + MAX_DIGITS * 4;
296 #undef MAX_DIGITS macro

Completed in 215 milliseconds