Lines Matching refs:sc_digit

67     digit = new sc_digit[ndigits];
78 digit = new sc_digit[ndigits];
96 digit = new sc_digit[ndigits];
120 digit = new sc_digit[ndigits];
143 digit = new sc_digit[ndigits];
166 digit = new sc_digit[ndigits];
189 digit = new sc_digit[ndigits];
212 digit = new sc_digit[ndigits];
235 digit = new sc_digit[ndigits];
390 sc_digit d[MAX_NDIGITS];
392 sc_digit *d = new sc_digit[ndigits];
586 sc_digit d[MAX_NDIGITS];
588 sc_digit *d = new sc_digit[ndigits];
1574 sc_digit d = 1;
1582 sc_digit d[MAX_NDIGITS];
1584 sc_digit *d = new sc_digit[nd];
1721 sc_digit d[MAX_NDIGITS];
1723 sc_digit *d = new sc_digit[nd];
1878 sc_digit d[MAX_NDIGITS];
1880 sc_digit *d = new sc_digit[nd];
2271 sc_digit d[MAX_NDIGITS];
2273 sc_digit *d = new sc_digit[ndigits];
2312 sc_digit d[MAX_NDIGITS];
2314 sc_digit *d = new sc_digit[ndigits];
2353 sc_digit d[MAX_NDIGITS];
2355 sc_digit *d = new sc_digit[ndigits];
2426 sc_digit d[MAX_NDIGITS];
2428 sc_digit *d = new sc_digit[ndigits];
2493 CLASS_TYPE::get_packed_rep(sc_digit *buf) const
2503 const sc_digit *digit_or_d;
2505 sc_digit d[MAX_NDIGITS];
2507 sc_digit *d = new sc_digit[ndigits];
2524 buf[buf_ndigits - 1] = ~((sc_digit) 0);
2557 CLASS_TYPE::set_packed_rep(sc_digit *buf)
2589 digit = new sc_digit[ndigits];
2607 digit = new sc_digit[ndigits];
2617 int nd, sc_digit *d,
2624 digit = new sc_digit[ndigits];
2673 digit = new sc_digit[ndigits];
2702 sc_digit d[MAX_NDIGITS];
2704 digit = new sc_digit[ndigits];
2705 sc_digit *d = new sc_digit[nd];
2745 sc_digit del_mask = one_and_zeros(bit_ord(l - r));
2755 sc_digit ins_mask = one_and_zeros(BITS_PER_DIGIT - 1);
2821 digit = new sc_digit[ndigits];
2850 sc_digit d[MAX_NDIGITS];
2852 digit = new sc_digit[ndigits];
2853 sc_digit *d = new sc_digit[nd];
2893 sc_digit del_mask = one_and_zeros(bit_ord(l - r));
2903 sc_digit ins_mask = one_and_zeros(BITS_PER_DIGIT - 1);