Lines Matching refs:sc_digit

65     digit = new sc_digit[ndigits];
76 digit = new sc_digit[ndigits];
94 digit = new sc_digit[ndigits];
116 digit = new sc_digit[ndigits];
137 digit = new sc_digit[ndigits];
158 digit = new sc_digit[ndigits];
179 digit = new sc_digit[ndigits];
200 digit = new sc_digit[ndigits];
221 digit = new sc_digit[ndigits];
371 sc_digit d[MAX_NDIGITS];
373 sc_digit *d = new sc_digit[ndigits];
548 sc_digit d[MAX_NDIGITS];
550 sc_digit *d = new sc_digit[ndigits];
1340 sc_digit d = 1;
1347 sc_digit d[MAX_NDIGITS];
1349 sc_digit *d = new sc_digit[nd];
1466 sc_digit d[MAX_NDIGITS];
1468 sc_digit *d = new sc_digit[nd];
1601 sc_digit d[MAX_NDIGITS];
1603 sc_digit *d = new sc_digit[nd];
1981 sc_digit d[MAX_NDIGITS];
1983 sc_digit *d = new sc_digit[ndigits];
2011 sc_digit d[MAX_NDIGITS];
2013 sc_digit *d = new sc_digit[ndigits];
2040 sc_digit d[MAX_NDIGITS];
2042 sc_digit *d = new sc_digit[ndigits];
2101 sc_digit d[MAX_NDIGITS];
2103 sc_digit *d = new sc_digit[ndigits];
2164 CLASS_TYPE::get_packed_rep(sc_digit *buf) const
2173 const sc_digit *digit_or_d;
2175 sc_digit d[MAX_NDIGITS];
2177 sc_digit *d = new sc_digit[ndigits];
2191 buf[buf_ndigits - 1] = ~((sc_digit) 0);
2220 CLASS_TYPE::set_packed_rep(sc_digit *buf)
2247 digit = new sc_digit[ndigits];
2264 digit = new sc_digit[ndigits];
2274 small_type s, int nb, int nd, sc_digit *d, bool alloc) :
2279 digit = new sc_digit[ndigits];
2328 digit = new sc_digit[ndigits];
2357 sc_digit d[MAX_NDIGITS];
2359 digit = new sc_digit[ndigits];
2360 sc_digit *d = new sc_digit[nd];
2392 sc_digit del_mask = one_and_zeros(bit_ord(l - r));
2403 sc_digit ins_mask = one_and_zeros(BITS_PER_DIGIT - 1);
2467 digit = new sc_digit[ndigits];
2496 sc_digit d[MAX_NDIGITS];
2498 digit = new sc_digit[ndigits];
2499 sc_digit *d = new sc_digit[nd];
2531 sc_digit del_mask = one_and_zeros(bit_ord(l - r));
2542 sc_digit ins_mask = one_and_zeros(BITS_PER_DIGIT - 1);