Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/gas/
HDexpr.c178 LITTLENUM_TYPE generic_bignum[SIZE_OF_LARGE_NUMBER + 6];
182 &generic_bignum[SIZE_OF_LARGE_NUMBER + 6 - 1], /* high. JF: (added +6) */
390 for (i = min (num_little_digits + 1, SIZE_OF_LARGE_NUMBER - 1); in integer_constant()
402 if (num_little_digits > SIZE_OF_LARGE_NUMBER - 1) in integer_constant()
403 num_little_digits = SIZE_OF_LARGE_NUMBER - 1; in integer_constant()
464 if (leader < generic_bignum + SIZE_OF_LARGE_NUMBER - 1) in integer_constant()
615 for (i = SIZE_OF_LARGE_NUMBER - 1; i >= 0; i--) in mri_char_constant()
633 if (i < SIZE_OF_LARGE_NUMBER - 1) in mri_char_constant()
658 c = SIZE_OF_LARGE_NUMBER - i; in mri_char_constant()
1045 if (expressionP->X_add_number < SIZE_OF_LARGE_NUMBER) in operand()
[all …]
HDexpr.h165 #define SIZE_OF_LARGE_NUMBER (20) macro