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

  /external/mesa3d/src/util/
format_srgb.py 90 numexp = 13
95 nbuckets = numexp << mantissa_msb
109 start = ((127 - numexp) << 23) + bucket*(bucketsize << stepshift)
  /toolchain/binutils/binutils-2.27/gas/config/
tc-mmix.c 461 int numexp = 0; local
475 else if (numexp == max_operands)
487 expression (&exp[numexp]);
489 if (exp[numexp].X_op == O_illegal)
493 else if (exp[numexp].X_op == O_absent)
498 numexp++;
515 exp[numexp].X_op = O_illegal;
517 return (numexp);
    [all...]

Completed in 3494 milliseconds