HomeSort by relevance Sort by last modified time
    Searched refs:digit (Results 1 - 25 of 918) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
reloc-bad.l 2 .*:[[:digit:]]+: (Error|Warning): .* GPREL14 .*
3 .*:[[:digit:]]+: (Error|Warning): .* LTOFF14 .*
4 .*:[[:digit:]]+: (Error|Warning): .* LTOFF32[LM]SB .*
5 .*:[[:digit:]]+: (Error|Warning): .* LTOFF64[LM]SB .*
6 .*:[[:digit:]]+: (Error|Warning): .* PLTOFF14 .*
7 .*:[[:digit:]]+: (Error|Warning): .* PLTOFF32[LM]SB .*
8 .*:[[:digit:]]+: (Error|Warning): .* FPTR14 .*
9 .*:[[:digit:]]+: (Error|Warning): .* FPTR22 .*
10 .*:[[:digit:]]+: (Error|Warning): .* PCREL14 .*
11 .*:[[:digit:]]+: (Error|Warning): .* LTOFF_FPTR14 .
    [all...]
pound.l 8 [[:space:]]*[[:digit:]]+[[:space:]]+\.explicit
9 [[:space:]]*[[:digit:]]+[[:space:]]+
10 [[:space:]]*[[:digit:]]+[[:space:]]+\.global esym#
11 [[:space:]]*[[:digit:]]+[[:space:]]+
12 [[:space:]]*[[:digit:]]+[[:space:]]+\.section \.extra#, "a", @progbits
13 [[:space:]]*[[:digit:]]+[[:space:]]+
14 [[:space:]]*[[:digit:]]+[[:space:]]+\.text
15 [[:space:]]*[[:digit:]]+[[:space:]]+
16 [[:space:]]*[[:digit:]]+[[:space:]]+ break 0
17 [[:space:]]*[[:digit:]]+[[:space:]]
    [all...]
rotX.l 2 .*.s:[[:digit:]]+: Error: [Nn]umber of elements must be positive
3 .*.s:[[:digit:]]+: Error: [Nn]umber of elements must be positive
4 .*.s:[[:digit:]]+: Error: [Bb]ad or irreducible absolute expression
  /external/python/cpython3/Include/
longintrepr.h 13 integer type, and one set for 15-bit digits with each digit stored in an
15 configure time or in pyport.h, is used to decide which digit size to use.
17 Type 'digit' should be able to hold 2*PyLong_BASE-1, and type 'twodigits'
19 PyLong_BASE*PyLong_BASE-1. x_sub assumes that 'digit' is an unsigned type,
38 digit; with the current values this forces PyLong_SHIFT >= 9
45 typedef uint32_t digit; typedef
46 typedef int32_t sdigit; /* signed variant of digit */
50 #define _PyLong_DECIMAL_SHIFT 9 /* max(e such that 10**e fits in a digit) */
51 #define _PyLong_DECIMAL_BASE ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */
53 typedef unsigned short digit; typedef
    [all...]
  /external/clang/test/CodeGenCXX/
template-dependent-bind-temporary.cpp 16 T digit; local
17 char((digit < 10 ? '0' : 'a') + digit) + result;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
longintrepr.h 12 integer type, and one set for 15-bit digits with each digit stored in an
14 configure time or in pyport.h, is used to decide which digit size to use.
16 Type 'digit' should be able to hold 2*PyLong_BASE-1, and type 'twodigits'
18 PyLong_BASE*PyLong_BASE-1. x_sub assumes that 'digit' is an unsigned type,
45 typedef PY_UINT32_T digit; typedef
46 typedef PY_INT32_T sdigit; /* signed variant of digit */
50 #define _PyLong_DECIMAL_SHIFT 9 /* max(e such that 10**e fits in a digit) */
51 #define _PyLong_DECIMAL_BASE ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */
53 typedef unsigned short digit; typedef
54 typedef short sdigit; /* signed variant of digit */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
longintrepr.h 12 integer type, and one set for 15-bit digits with each digit stored in an
14 configure time or in pyport.h, is used to decide which digit size to use.
16 Type 'digit' should be able to hold 2*PyLong_BASE-1, and type 'twodigits'
18 PyLong_BASE*PyLong_BASE-1. x_sub assumes that 'digit' is an unsigned type,
45 typedef PY_UINT32_T digit; typedef
46 typedef PY_INT32_T sdigit; /* signed variant of digit */
50 #define _PyLong_DECIMAL_SHIFT 9 /* max(e such that 10**e fits in a digit) */
51 #define _PyLong_DECIMAL_BASE ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */
53 typedef unsigned short digit; typedef
54 typedef short sdigit; /* signed variant of digit */
    [all...]
  /external/python/cpython2/Include/
longintrepr.h 12 integer type, and one set for 15-bit digits with each digit stored in an
14 configure time or in pyport.h, is used to decide which digit size to use.
16 Type 'digit' should be able to hold 2*PyLong_BASE-1, and type 'twodigits'
18 PyLong_BASE*PyLong_BASE-1. x_sub assumes that 'digit' is an unsigned type,
45 typedef PY_UINT32_T digit; typedef
46 typedef PY_INT32_T sdigit; /* signed variant of digit */
50 #define _PyLong_DECIMAL_SHIFT 9 /* max(e such that 10**e fits in a digit) */
51 #define _PyLong_DECIMAL_BASE ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */
53 typedef unsigned short digit; typedef
54 typedef short sdigit; /* signed variant of digit */
    [all...]
  /frameworks/base/core/java/android/widget/
DoubleDigitManager.java 22 * Provides callbacks indicating the steps in two digit pressing within a
35 * @param timeoutInMillis How long after the first digit is pressed does
36 * the user have to press the second digit?
45 * Report to this manager that a digit was pressed.
46 * @param digit
48 public void reportDigit(int digit) {
50 intermediateDigit = digit;
61 if (!mCallBack.singleDigitIntermediate(digit)) {
63 // this wasn't a good candidate for the intermediate digit,
64 // make it the final digit (since there is no opportunity t
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
longintrepr.h 12 integer type, and one set for 15-bit digits with each digit stored in an
14 configure time or in pyport.h, is used to decide which digit size to use.
16 Type 'digit' should be able to hold 2*PyLong_BASE-1, and type 'twodigits'
18 PyLong_BASE*PyLong_BASE-1. x_sub assumes that 'digit' is an unsigned type,
45 typedef PY_UINT32_T digit; typedef
46 typedef PY_INT32_T sdigit; /* signed variant of digit */
50 #define _PyLong_DECIMAL_SHIFT 9 /* max(e such that 10**e fits in a digit) */
51 #define _PyLong_DECIMAL_BASE ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */
53 typedef unsigned short digit; typedef
54 typedef short sdigit; /* signed variant of digit */
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
longintrepr.h 12 integer type, and one set for 15-bit digits with each digit stored in an
14 configure time or in pyport.h, is used to decide which digit size to use.
16 Type 'digit' should be able to hold 2*PyLong_BASE-1, and type 'twodigits'
18 PyLong_BASE*PyLong_BASE-1. x_sub assumes that 'digit' is an unsigned type,
45 typedef PY_UINT32_T digit; typedef
46 typedef PY_INT32_T sdigit; /* signed variant of digit */
50 #define _PyLong_DECIMAL_SHIFT 9 /* max(e such that 10**e fits in a digit) */
51 #define _PyLong_DECIMAL_BASE ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */
53 typedef unsigned short digit; typedef
54 typedef short sdigit; /* signed variant of digit */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
longintrepr.h 12 integer type, and one set for 15-bit digits with each digit stored in an
14 configure time or in pyport.h, is used to decide which digit size to use.
16 Type 'digit' should be able to hold 2*PyLong_BASE-1, and type 'twodigits'
18 PyLong_BASE*PyLong_BASE-1. x_sub assumes that 'digit' is an unsigned type,
45 typedef PY_UINT32_T digit; typedef
46 typedef PY_INT32_T sdigit; /* signed variant of digit */
50 #define _PyLong_DECIMAL_SHIFT 9 /* max(e such that 10**e fits in a digit) */
51 #define _PyLong_DECIMAL_BASE ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */
53 typedef unsigned short digit; typedef
54 typedef short sdigit; /* signed variant of digit */
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
longintrepr.h 12 integer type, and one set for 15-bit digits with each digit stored in an
14 configure time or in pyport.h, is used to decide which digit size to use.
16 Type 'digit' should be able to hold 2*PyLong_BASE-1, and type 'twodigits'
18 PyLong_BASE*PyLong_BASE-1. x_sub assumes that 'digit' is an unsigned type,
45 typedef PY_UINT32_T digit; typedef
46 typedef PY_INT32_T sdigit; /* signed variant of digit */
50 #define _PyLong_DECIMAL_SHIFT 9 /* max(e such that 10**e fits in a digit) */
51 #define _PyLong_DECIMAL_BASE ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */
53 typedef unsigned short digit; typedef
54 typedef short sdigit; /* signed variant of digit */
    [all...]
  /bionic/tests/libs/
dlopen_check_init_fini_root.cpp 23 extern "C" void record_init(int digit) {
24 g_initialization_order_code = g_initialization_order_code*10 + digit;
dlopen_check_init_fini_child.cpp 19 extern "C" __attribute__((weak)) void record_init(int digit);
dlopen_check_init_fini_grand_child.cpp 19 extern "C" __attribute__((weak)) void record_init(int digit);
  /external/boringssl/src/crypto/fipsmodule/ec/
util.c 22 // significant bit), and recodes them into a signed digit for use in fast point
35 // shown to be the basis of various signed-digit representations that do have
63 // (a signed-digit encoding independently discovered by various researchers
74 // signed bits into a signed digit:
78 // The sign-alternating property implies that the resulting digit values are
83 // to the wNAF): a direct computation obtains the recoded digit from the
87 // recoded digit to *sign (0 for positive, 1 for negative) and *digit (absolute
90 // compute the least significant recoded digit, given that there's no bit b_-1,
92 void ec_GFp_nistp_recode_scalar_bits(uint8_t *sign, uint8_t *digit,
    [all...]
  /external/icu/icu4c/source/common/
ustrfmt.cpp 34 int digit; local
39 digit = (int)(i % radix);
40 buffer[length++]=(UChar)(digit<=9?(0x0030+digit):(0x0030+digit+7));
  /packages/apps/Messaging/src/com/android/messaging/util/
TextUtil.java 40 * (e.g. Arabic, Persian) digits with their decimal digit equivalents.
48 int digit = Character.digit(c, 10); local
49 if (digit != -1) {
50 normalizedDigits.append(digit);
  /device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
inet_network.c 72 int digit, base; local
77 val = 0; base = 10; digit = 0;
79 digit = 1, base = 8, cp++;
88 digit = 1;
94 digit = 1;
99 if (!digit)
inet_addr.c 134 int digit; local
145 val = 0; base = 10; digit = 0;
152 digit = 1 ;
161 digit = 1;
167 digit = 1;
191 * Did we get a valid digit?
193 if (!digit)
  /libcore/ojluni/src/main/java/sun/security/util/
DerInputBuffer.java 307 * Generalized time has a four-digit year and allows any
318 year = 1000 * Character.digit((char)buf[pos++], 10);
319 year += 100 * Character.digit((char)buf[pos++], 10);
320 year += 10 * Character.digit((char)buf[pos++], 10);
321 year += Character.digit((char)buf[pos++], 10);
325 year = 10 * Character.digit((char)buf[pos++], 10);
326 year += Character.digit((char)buf[pos++], 10);
334 month = 10 * Character.digit((char)buf[pos++], 10);
335 month += Character.digit((char)buf[pos++], 10);
337 day = 10 * Character.digit((char)buf[pos++], 10)
    [all...]
  /external/ipsec-tools/src/racoon/
prsa_tok.l 49 digit [0-9]
50 octet (([01]?{digit}?{digit})|((2([0-4]{digit}))|(25[0-5])))
82 {digit}+ { prsalval.num = atol(prsatext); return NUMBER; }
  /external/smali/smali/src/main/java/org/jf/smali/
LiteralTools.java 67 } else if (Character.digit(byteChars[position], 8) >= 0) {
74 int digit; local
78 digit = Character.digit(byteChars[position], radix);
79 if (digit < 0) {
80 throw new NumberFormatException("The string contains invalid an digit - '" + byteChars[position] + "'");
86 if (shiftedResult < 0 && shiftedResult >= -digit) {
89 result = (byte)(shiftedResult + digit);
137 } else if (Character.digit(shortChars[position], 8) >= 0) {
144 int digit; local
208 int digit; local
278 int digit; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WNafL2RMultiplier.java 40 int digit = wi >> 16, zeroes = wi & 0xFFFF; local
42 int n = Math.abs(digit);
43 ECPoint[] table = digit < 0 ? preCompNeg : preComp;
73 int digit = wi >> 16, zeroes = wi & 0xFFFF;
75 int n = Math.abs(digit);
76 ECPoint[] table = digit < 0 ? preCompNeg : preComp;

Completed in 588 milliseconds

1 2 3 4 5 6 7 8 91011>>