HomeSort by relevance Sort by last modified time
    Searched refs:n_digits (Results 1 - 20 of 20) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/stringlib/
localeutil.h 103 * @n_digits: The number of digits in the string, in which we want
116 * thousands_sep) into the string between buffer and buffer+n_digits.
131 Py_ssize_t n_digits,
147 Py_ssize_t remaining = n_digits; /* Number of chars remaining to
156 digits_end = digits + n_digits;
208 * @n_digits: The number of digits in the string, in which we want
217 Py_ssize_t n_digits,
224 return _Py_InsertThousandsGrouping(buffer, n_buffer, digits, n_digits,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/stringlib/
localeutil.h 103 * @n_digits: The number of digits in the string, in which we want
116 * thousands_sep) into the string between buffer and buffer+n_digits.
131 Py_ssize_t n_digits,
147 Py_ssize_t remaining = n_digits; /* Number of chars remaining to
156 digits_end = digits + n_digits;
208 * @n_digits: The number of digits in the string, in which we want
217 Py_ssize_t n_digits,
224 return _Py_InsertThousandsGrouping(buffer, n_buffer, digits, n_digits,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
localeutil.h 103 * @n_digits: The number of digits in the string, in which we want
116 * thousands_sep) into the string between buffer and buffer+n_digits.
131 Py_ssize_t n_digits,
147 Py_ssize_t remaining = n_digits; /* Number of chars remaining to
156 digits_end = digits + n_digits;
208 * @n_digits: The number of digits in the string, in which we want
217 Py_ssize_t n_digits,
224 return _Py_InsertThousandsGrouping(buffer, n_buffer, digits, n_digits,
formatter.h 395 Py_ssize_t n_digits; /* The number of digits before a decimal member in struct:__anon4864
447 spec->n_digits = n_number - n_remainder - (has_decimal?1:0);
506 if (spec->n_digits == 0)
513 spec->n_digits,
557 STRINGLIB_CHAR *digits, Py_ssize_t n_digits,
592 if (spec->n_digits != 0) {
598 spec->n_digits, spec->n_min_width,
603 p += spec->n_digits;
748 Py_ssize_t n_digits; /* count of digits need from the computed local
810 n_digits = 1;
928 Py_ssize_t n_digits; local
    [all...]
  /external/python/cpython2/Objects/stringlib/
localeutil.h 88 * @n_digits: The number of digits in the string, in which we want
101 * thousands_sep) into the string between buffer and buffer+n_digits.
116 Py_ssize_t n_digits,
132 Py_ssize_t remaining = n_digits; /* Number of chars remaining to
141 digits_end = digits + n_digits;
193 * @n_digits: The number of digits in the string, in which we want
202 Py_ssize_t n_digits,
209 return _Py_InsertThousandsGrouping(buffer, n_buffer, digits, n_digits,
formatter.h 395 Py_ssize_t n_digits; /* The number of digits before a decimal member in struct:__anon32923
447 spec->n_digits = n_number - n_remainder - (has_decimal?1:0);
506 if (spec->n_digits == 0)
513 spec->n_digits,
557 STRINGLIB_CHAR *digits, Py_ssize_t n_digits,
592 if (spec->n_digits != 0) {
598 spec->n_digits, spec->n_min_width,
603 p += spec->n_digits;
747 Py_ssize_t n_digits; /* count of digits need from the computed local
817 n_digits = 1
934 Py_ssize_t n_digits; local
    [all...]
  /external/python/cpython3/Objects/stringlib/
localeutil.h 78 * @n_digits: The number of digits in the string, in which we want
91 * thousands_sep) into the string between buffer and buffer+n_digits.
107 Py_ssize_t n_digits,
123 Py_ssize_t remaining = n_digits; /* Number of chars remaining to
132 digits_end = digits + n_digits;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
formatter.h 395 Py_ssize_t n_digits; /* The number of digits before a decimal member in struct:__anon4519
447 spec->n_digits = n_number - n_remainder - (has_decimal?1:0);
506 if (spec->n_digits == 0)
513 spec->n_digits,
557 STRINGLIB_CHAR *digits, Py_ssize_t n_digits,
592 if (spec->n_digits != 0) {
598 spec->n_digits, spec->n_min_width,
603 p += spec->n_digits;
747 Py_ssize_t n_digits; /* count of digits need from the computed local
809 n_digits = 1;
926 Py_ssize_t n_digits; local
    [all...]
  /external/python/cpython3/Python/
formatter_unicode.c 420 Py_ssize_t n_digits; /* The number of digits before a decimal member in struct:__anon33602
473 spec->n_digits = n_end - n_start - n_remainder - (has_decimal?1:0);
532 if (spec->n_digits == 0)
542 spec->n_digits, spec->n_min_width,
635 if (spec->n_digits != 0) {
650 spec->n_digits, spec->n_min_width,
657 d_pos += spec->n_digits;
854 Py_ssize_t n_digits; /* count of digits need from the computed local
904 n_digits = 1;
964 n_digits = PyUnicode_GET_LENGTH(tmp)
1019 Py_ssize_t n_digits; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
stringobject.h 187 Py_ssize_t n_digits,
196 Py_ssize_t n_digits,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
stringobject.h 187 Py_ssize_t n_digits,
196 Py_ssize_t n_digits,
  /external/python/cpython2/Include/
stringobject.h 187 Py_ssize_t n_digits,
196 Py_ssize_t n_digits,
  /external/python/cpython3/Include/
bytesobject.h 118 Py_ssize_t n_digits,
127 Py_ssize_t n_digits,
unicodeobject.h     [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
stringobject.h 187 Py_ssize_t n_digits,
196 Py_ssize_t n_digits,
  /prebuilts/gdb/linux-x86/include/python2.7/
stringobject.h 187 Py_ssize_t n_digits,
196 Py_ssize_t n_digits,
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
stringobject.h 187 Py_ssize_t n_digits,
196 Py_ssize_t n_digits,
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
stringobject.h 187 Py_ssize_t n_digits,
196 Py_ssize_t n_digits,
  /external/libpng/contrib/tools/
pngfix.c 266 uarb_mult_digit(uarb acc, int a_digits, uarb num, FIX_GCC int n_digits,
283 if (val > 0 && n_digits > 0) /* Else the product is 0 */
288 while (out_digits < n_digits || carry > 0)
293 if (out_digits < n_digits)
311 uarb_mult32(uarb acc, int a_digits, uarb num, int n_digits, png_uint_32 val)
316 if (n_digits > 0 && val > 0)
318 a_digits = uarb_mult_digit(acc, a_digits, num, n_digits,
323 a_digits = uarb_mult_digit(acc+1, a_digits-1, num, n_digits,
326 /* Because n_digits and val are >0 the following must be true: */
    [all...]
  /external/python/cpython3/Objects/
unicodeobject.c     [all...]

Completed in 546 milliseconds