Searched refs:SIZE_OF_LARGE_NUMBER (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dexpr.h156 #define SIZE_OF_LARGE_NUMBER (20) macro
H A Dexpr.c209 LITTLENUM_TYPE generic_bignum[SIZE_OF_LARGE_NUMBER + 6];
213 &generic_bignum[SIZE_OF_LARGE_NUMBER + 6 - 1], /* high. JF: (added +6) */
421 for (i = min (num_little_digits + 1, SIZE_OF_LARGE_NUMBER - 1);
433 if (num_little_digits > SIZE_OF_LARGE_NUMBER - 1)
434 num_little_digits = SIZE_OF_LARGE_NUMBER - 1;
495 if (leader < generic_bignum + SIZE_OF_LARGE_NUMBER - 1)
650 for (i = SIZE_OF_LARGE_NUMBER - 1; i >= 0; i--)
668 if (i < SIZE_OF_LARGE_NUMBER - 1)
693 c = SIZE_OF_LARGE_NUMBER - i;
1094 if (expressionP->X_add_number < SIZE_OF_LARGE_NUMBER)
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dexpr.h165 #define SIZE_OF_LARGE_NUMBER (20) macro
H A Dexpr.c182 LITTLENUM_TYPE generic_bignum[SIZE_OF_LARGE_NUMBER + 6];
186 &generic_bignum[SIZE_OF_LARGE_NUMBER + 6 - 1], /* high. JF: (added +6) */
395 for (i = min (num_little_digits + 1, SIZE_OF_LARGE_NUMBER - 1);
407 if (num_little_digits > SIZE_OF_LARGE_NUMBER - 1)
408 num_little_digits = SIZE_OF_LARGE_NUMBER - 1;
469 if (leader < generic_bignum + SIZE_OF_LARGE_NUMBER - 1)
620 for (i = SIZE_OF_LARGE_NUMBER - 1; i >= 0; i--)
638 if (i < SIZE_OF_LARGE_NUMBER - 1)
663 c = SIZE_OF_LARGE_NUMBER - i;
1055 if (expressionP->X_add_number < SIZE_OF_LARGE_NUMBER)
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-vax.c62 LITTLENUM_TYPE big_operand_bits[VIT_MAX_OPERANDS][SIZE_OF_LARGE_NUMBER];
295 fP->high = &big_operand_bits[i][SIZE_OF_LARGE_NUMBER - 1];
481 floatP->low, SIZE_OF_LARGE_NUMBER);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-vax.c64 LITTLENUM_TYPE big_operand_bits[VIT_MAX_OPERANDS][SIZE_OF_LARGE_NUMBER];
2549 floatP->low, SIZE_OF_LARGE_NUMBER);
3280 fP->high = &big_operand_bits[i][SIZE_OF_LARGE_NUMBER - 1];

Completed in 212 milliseconds