Lines Matching refs:small_type

140 int compare_unsigned(small_type us,
144 small_type vs,
148 small_type if_u_signed=0,
149 small_type if_v_signed=0);
151 sc_unsigned add_unsigned_friend(small_type us,
155 small_type vs,
160 sc_unsigned sub_unsigned_friend(small_type us,
164 small_type vs,
169 sc_unsigned mul_unsigned_friend(small_type s,
177 sc_unsigned div_unsigned_friend(small_type s,
185 sc_unsigned mod_unsigned_friend(small_type us,
193 sc_unsigned and_unsigned_friend(small_type us,
197 small_type vs,
203 sc_unsigned or_unsigned_friend(small_type us,
207 small_type vs,
212 sc_unsigned xor_unsigned_friend(small_type us,
216 small_type vs,
1865 friend int compare_unsigned(small_type us,
1869 small_type vs,
1873 small_type if_u_signed,
1874 small_type if_v_signed);
1876 friend sc_unsigned add_unsigned_friend(small_type us,
1880 small_type vs,
1885 friend sc_unsigned sub_unsigned_friend(small_type us,
1889 small_type vs,
1894 friend sc_unsigned mul_unsigned_friend(small_type s,
1902 friend sc_unsigned div_unsigned_friend(small_type s,
1910 friend sc_unsigned mod_unsigned_friend(small_type us,
1918 friend sc_unsigned and_unsigned_friend(small_type us,
1922 small_type vs,
1927 friend sc_unsigned or_unsigned_friend(small_type us,
1931 small_type vs,
1936 friend sc_unsigned xor_unsigned_friend(small_type us,
1940 small_type vs,
1950 small_type sgn; // Shortened as s.
1963 sc_unsigned(const sc_unsigned& v, small_type s);
1964 sc_unsigned(const sc_signed& v, small_type s);
1967 sc_unsigned(small_type s, int nb, int nd,
1976 small_type default_sign() const