Lines Matching refs:DEFN_ASN_OP_T

1192 #define DEFN_ASN_OP_T(tp)                                                     \
1203 DEFN_ASN_OP_T(int)
1204 DEFN_ASN_OP_T(unsigned int)
1205 DEFN_ASN_OP_T(long)
1206 DEFN_ASN_OP_T(unsigned long)
1207 DEFN_ASN_OP_T(float)
1208 DEFN_ASN_OP_T(double)
1209 DEFN_ASN_OP_T(const char*)
1210 DEFN_ASN_OP_T(const sc_fxval_fast&)
1212 DEFN_ASN_OP_T(int64)
1213 DEFN_ASN_OP_T(uint64)
1214 DEFN_ASN_OP_T(const sc_int_base&)
1215 DEFN_ASN_OP_T(const sc_uint_base&)
1216 DEFN_ASN_OP_T(const sc_signed&)
1217 DEFN_ASN_OP_T(const sc_unsigned&)
1220 #undef DEFN_ASN_OP_T
1223 #define DEFN_ASN_OP_T(op,fnc,tp) \
1239 DEFN_ASN_OP_T(op,fnc,int64) \
1240 DEFN_ASN_OP_T(op,fnc,uint64) \
1241 DEFN_ASN_OP_T(op,fnc,const sc_int_base&) \
1242 DEFN_ASN_OP_T(op,fnc,const sc_uint_base&) \
1243 DEFN_ASN_OP_T(op,fnc,const sc_signed&) \
1244 DEFN_ASN_OP_T(op,fnc,const sc_unsigned&)
1263 DEFN_ASN_OP_T(op,fnc,int) \
1264 DEFN_ASN_OP_T(op,fnc,unsigned int) \
1265 DEFN_ASN_OP_T(op,fnc,long) \
1266 DEFN_ASN_OP_T(op,fnc,unsigned long) \
1267 DEFN_ASN_OP_T(op,fnc,float) \
1268 DEFN_ASN_OP_T(op,fnc,double) \
1269 DEFN_ASN_OP_T(op,fnc,const char*) \
1270 DEFN_ASN_OP_T(op,fnc,const sc_fxval_fast&) \
1278 #undef DEFN_ASN_OP_T
1941 #define DEFN_ASN_OP_T(tp) \
1952 DEFN_ASN_OP_T(int)
1953 DEFN_ASN_OP_T(unsigned int)
1954 DEFN_ASN_OP_T(long)
1955 DEFN_ASN_OP_T(unsigned long)
1956 DEFN_ASN_OP_T(float)
1957 DEFN_ASN_OP_T(double)
1958 DEFN_ASN_OP_T(const char*)
1959 DEFN_ASN_OP_T(const sc_fxval&)
1961 DEFN_ASN_OP_T(int64)
1962 DEFN_ASN_OP_T(uint64)
1963 DEFN_ASN_OP_T(const sc_int_base&)
1964 DEFN_ASN_OP_T(const sc_uint_base&)
1965 DEFN_ASN_OP_T(const sc_signed&)
1966 DEFN_ASN_OP_T(const sc_unsigned&)
1969 #undef DEFN_ASN_OP_T
1972 #define DEFN_ASN_OP_T(op,tp) \
1986 DEFN_ASN_OP_T(op,int64) \
1987 DEFN_ASN_OP_T(op,uint64) \
1988 DEFN_ASN_OP_T(op,const sc_int_base&) \
1989 DEFN_ASN_OP_T(op,const sc_uint_base&) \
1990 DEFN_ASN_OP_T(op,const sc_signed&) \
1991 DEFN_ASN_OP_T(op,const sc_unsigned&)
2008 DEFN_ASN_OP_T(op,int) \
2009 DEFN_ASN_OP_T(op,unsigned int) \
2010 DEFN_ASN_OP_T(op,long) \
2011 DEFN_ASN_OP_T(op,unsigned long) \
2012 DEFN_ASN_OP_T(op,float) \
2013 DEFN_ASN_OP_T(op,double) \
2014 DEFN_ASN_OP_T(op,const char*) \
2015 DEFN_ASN_OP_T(op,const sc_fxval&) \
2023 #undef DEFN_ASN_OP_T