HomeSort by relevance Sort by last modified time
    Searched refs:SIZE_OF_LARGE_NUMBER (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/gas/
expr.h 169 #define SIZE_OF_LARGE_NUMBER (20)
expr.c 186 LITTLENUM_TYPE generic_bignum[SIZE_OF_LARGE_NUMBER + 6];
190 &generic_bignum[SIZE_OF_LARGE_NUMBER + 6 - 1], /* high. JF: (added +6) */
405 for (i = min (num_little_digits + 1, SIZE_OF_LARGE_NUMBER - 1);
417 if (num_little_digits > SIZE_OF_LARGE_NUMBER - 1)
418 num_little_digits = SIZE_OF_LARGE_NUMBER - 1;
479 if (leader < generic_bignum + SIZE_OF_LARGE_NUMBER - 1)
637 for (i = SIZE_OF_LARGE_NUMBER - 1; i >= 0; i--)
655 if (i < SIZE_OF_LARGE_NUMBER - 1)
680 c = SIZE_OF_LARGE_NUMBER - i;
1065 if (expressionP->X_add_number < SIZE_OF_LARGE_NUMBER)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-vax.c 62 LITTLENUM_TYPE big_operand_bits[VIT_MAX_OPERANDS][SIZE_OF_LARGE_NUMBER];
    [all...]

Completed in 63 milliseconds