OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIZE_OF_LARGE_NUMBER
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/
expr.h
168
#define
SIZE_OF_LARGE_NUMBER
(20)
expr.c
205
LITTLENUM_TYPE generic_bignum[
SIZE_OF_LARGE_NUMBER
+ 6];
209
&generic_bignum[
SIZE_OF_LARGE_NUMBER
+ 6 - 1], /* high. JF: (added +6) */
414
for (i = min (num_little_digits + 1,
SIZE_OF_LARGE_NUMBER
- 1);
426
if (num_little_digits >
SIZE_OF_LARGE_NUMBER
- 1)
427
num_little_digits =
SIZE_OF_LARGE_NUMBER
- 1;
488
if (leader < generic_bignum +
SIZE_OF_LARGE_NUMBER
- 1)
658
for (i =
SIZE_OF_LARGE_NUMBER
- 1; i >= 0; i--)
676
if (i <
SIZE_OF_LARGE_NUMBER
- 1)
701
c =
SIZE_OF_LARGE_NUMBER
- i;
1161
if (expressionP->X_add_number <
SIZE_OF_LARGE_NUMBER
)
[
all
...]
read.c
5509
&& nbr_digits <
SIZE_OF_LARGE_NUMBER
/src/external/gpl3/binutils.old/dist/gas/
expr.h
176
#define
SIZE_OF_LARGE_NUMBER
(20)
expr.c
208
LITTLENUM_TYPE generic_bignum[
SIZE_OF_LARGE_NUMBER
+ 6];
212
&generic_bignum[
SIZE_OF_LARGE_NUMBER
+ 6 - 1], /* high. JF: (added +6) */
417
for (i = min (num_little_digits + 1,
SIZE_OF_LARGE_NUMBER
- 1);
429
if (num_little_digits >
SIZE_OF_LARGE_NUMBER
- 1)
430
num_little_digits =
SIZE_OF_LARGE_NUMBER
- 1;
491
if (leader < generic_bignum +
SIZE_OF_LARGE_NUMBER
- 1)
661
for (i =
SIZE_OF_LARGE_NUMBER
- 1; i >= 0; i--)
679
if (i <
SIZE_OF_LARGE_NUMBER
- 1)
704
c =
SIZE_OF_LARGE_NUMBER
- i;
1159
if (expressionP->X_add_number <
SIZE_OF_LARGE_NUMBER
)
[
all
...]
read.c
5498
&& nbr_digits <
SIZE_OF_LARGE_NUMBER
/src/external/gpl3/binutils/dist/gas/config/
tc-vax.c
63
LITTLENUM_TYPE big_operand_bits[VIT_MAX_OPERANDS][
SIZE_OF_LARGE_NUMBER
];
2608
floatP->low,
SIZE_OF_LARGE_NUMBER
);
3349
fP->high = &big_operand_bits[i][
SIZE_OF_LARGE_NUMBER
- 1];
tc-csky.c
304
LITTLENUM_TYPE bignum[
SIZE_OF_LARGE_NUMBER
+ 6];
/src/external/gpl3/binutils.old/dist/gas/config/
tc-vax.c
63
LITTLENUM_TYPE big_operand_bits[VIT_MAX_OPERANDS][
SIZE_OF_LARGE_NUMBER
];
2608
floatP->low,
SIZE_OF_LARGE_NUMBER
);
3349
fP->high = &big_operand_bits[i][
SIZE_OF_LARGE_NUMBER
- 1];
tc-csky.c
304
LITTLENUM_TYPE bignum[
SIZE_OF_LARGE_NUMBER
+ 6];
Completed in 1149 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026