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.25/gas/
expr.h 169 #define SIZE_OF_LARGE_NUMBER (20)
expr.c 188 LITTLENUM_TYPE generic_bignum[SIZE_OF_LARGE_NUMBER + 6];
192 &generic_bignum[SIZE_OF_LARGE_NUMBER + 6 - 1], /* high. JF: (added +6) */
401 for (i = min (num_little_digits + 1, SIZE_OF_LARGE_NUMBER - 1);
413 if (num_little_digits > SIZE_OF_LARGE_NUMBER - 1)
414 num_little_digits = SIZE_OF_LARGE_NUMBER - 1;
475 if (leader < generic_bignum + SIZE_OF_LARGE_NUMBER - 1)
626 for (i = SIZE_OF_LARGE_NUMBER - 1; i >= 0; i--)
644 if (i < SIZE_OF_LARGE_NUMBER - 1)
669 c = SIZE_OF_LARGE_NUMBER - i;
1065 if (expressionP->X_add_number < SIZE_OF_LARGE_NUMBER)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-vax.c 62 LITTLENUM_TYPE big_operand_bits[VIT_MAX_OPERANDS][SIZE_OF_LARGE_NUMBER];
    [all...]

Completed in 720 milliseconds