Searched refs:ndigits (Results 1 - 12 of 12) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbcommon.inc52 sc_value_base(), sgn(), nbits(), ndigits(), digit()
63 ndigits = DIV_CEIL(nbits);
67 digit = new sc_digit[ndigits];
75 sc_value_base(v), sgn(v.sgn), nbits(v.nbits), ndigits(v.ndigits), digit()
78 digit = new sc_digit[ndigits];
81 vec_copy(ndigits, digit, v.digit);
87 sc_value_base(v), sgn(v.sgn), nbits(num_bits(v.nbits)), ndigits(), digit()
90 ndigits = v.ndigits;
[all...] Error!

 

There was an error!

Java heap space

java.lang.OutOfMemoryError: Java heap space