Lines Matching refs:small_type

152 int compare_unsigned(small_type us, int unb, int und, const sc_digit *ud,
153 small_type vs, int vnb, int vnd, const sc_digit *vd,
154 small_type if_u_signed=0, small_type if_v_signed=0);
157 small_type us, int unb, int und, const sc_digit *ud,
158 small_type vs, int vnb, int vnd, const sc_digit *vd);
161 small_type us, int unb, int und, const sc_digit *ud,
162 small_type vs, int vnb, int vnd, const sc_digit *vd);
165 small_type s, int unb, int und, const sc_digit *ud,
169 small_type s, int unb, int und, const sc_digit *ud,
173 small_type us, int unb, int und, const sc_digit *ud,
177 small_type us, int unb, int und, const sc_digit *ud,
178 small_type vs, int vnb, int vnd, const sc_digit *vd);
182 small_type us, int unb, int und, const sc_digit *ud,
183 small_type vs, int vnb, int vnd, const sc_digit *vd);
186 small_type us, int unb, int und, const sc_digit *ud,
187 small_type vs, int vnb, int vnd, const sc_digit *vd);
1926 small_type us, int unb, int und, const sc_digit *ud,
1927 small_type vs, int vnb, int vnd, const sc_digit *vd,
1928 small_type if_u_signed, small_type if_v_signed);
1931 small_type us, int unb, int und, const sc_digit *ud,
1932 small_type vs, int vnb, int vnd, const sc_digit *vd);
1935 small_type us, int unb, int und, const sc_digit *ud,
1936 small_type vs, int vnb, int vnd, const sc_digit *vd);
1939 small_type s, int unb, int und, const sc_digit *ud,
1943 small_type s, int unb, int und, const sc_digit *ud,
1947 small_type us, int unb, int und, const sc_digit *ud,
1951 small_type us, int unb, int und, const sc_digit *ud,
1952 small_type vs, int vnb, int vnd, const sc_digit *vd);
1955 small_type us, int unb, int und, const sc_digit *ud,
1956 small_type vs, int vnb, int vnd, const sc_digit *vd);
1959 small_type us, int unb, int und, const sc_digit *ud,
1960 small_type vs, int vnb, int vnd, const sc_digit *vd);
1966 small_type sgn; // Shortened as s.
1979 sc_unsigned(const sc_unsigned &v, small_type s);
1980 sc_unsigned(const sc_signed &v, small_type s);
1983 sc_unsigned(small_type s, int nb, int nd, sc_digit *d, bool alloc=true);
1991 small_type default_sign() const { return SC_POS; }