Lines Matching refs:small_type

147         small_type us, int unb, int und, const sc_digit *ud,
148 small_type vs, int vnb, int vnd, const sc_digit *vd);
151 small_type us, int unb, int und, const sc_digit *ud,
152 small_type vs, int vnb, int vnd, const sc_digit *vd);
155 small_type s, int unb, int und, const sc_digit *ud,
159 small_type s, int unb, int und, const sc_digit *ud,
163 small_type us, int unb, int und, const sc_digit *ud,
167 small_type us, int unb, int und, const sc_digit *ud,
168 small_type vs, int vnb, int vnd, const sc_digit *vd);
171 small_type us, int unb, int und, const sc_digit *ud,
172 small_type vs, int vnb, int vnd, const sc_digit *vd);
175 small_type us, int unb, int und, const sc_digit *ud,
176 small_type vs, int vnb, int vnd, const sc_digit *vd);
2253 small_type us, int unb, int und, const sc_digit *ud,
2254 small_type vs, int vnb, int vnd, const sc_digit *vd);
2257 small_type us, int unb, int und, const sc_digit *ud,
2258 small_type vs, int vnb, int vnd, const sc_digit *vd);
2261 small_type s, int unb, int und, const sc_digit *ud,
2265 small_type s, int unb, int und, const sc_digit *ud,
2269 small_type us, int unb, int und, const sc_digit *ud,
2273 small_type us, int unb, int und, const sc_digit *ud,
2274 small_type vs, int vnb, int vnd, const sc_digit *vd);
2277 small_type us, int unb, int und, const sc_digit *ud,
2278 small_type vs, int vnb, int vnd, const sc_digit *vd);
2281 small_type us, int unb, int und, const sc_digit *ud,
2282 small_type vs, int vnb, int vnd, const sc_digit *vd);
2286 small_type sgn; // Shortened as s.
2301 sc_signed(const sc_signed &v, small_type s);
2302 sc_signed(const sc_unsigned &v, small_type s);
2305 sc_signed(small_type s, int nb, int nd, sc_digit *d, bool alloc=true);
2312 small_type default_sign() const { return SC_NOSIGN; }