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

/freebsd-11-stable/contrib/binutils/gas/
H A Dexpr.h165 #define SIZE_OF_LARGE_NUMBER (20) macro
H A Dexpr.c181 LITTLENUM_TYPE generic_bignum[SIZE_OF_LARGE_NUMBER + 6];
185 &generic_bignum[SIZE_OF_LARGE_NUMBER + 6 - 1], /* high. JF: (added +6) */
394 for (i = min (num_little_digits + 1, SIZE_OF_LARGE_NUMBER - 1);
406 if (num_little_digits > SIZE_OF_LARGE_NUMBER - 1)
407 num_little_digits = SIZE_OF_LARGE_NUMBER - 1;
468 if (leader < generic_bignum + SIZE_OF_LARGE_NUMBER - 1)
619 for (i = SIZE_OF_LARGE_NUMBER - 1; i >= 0; i--)
637 if (i < SIZE_OF_LARGE_NUMBER - 1)
662 c = SIZE_OF_LARGE_NUMBER - i;
1049 if (expressionP->X_add_number < SIZE_OF_LARGE_NUMBER)
[all...]

Completed in 52 milliseconds