Lines Matching defs:operator

124     const sc_fxval operator - () const;
125 const sc_fxval &operator + () const;
132 friend const sc_fxval operator op (const sc_fxval &, tp); \
133 friend const sc_fxval operator op (tp, const sc_fxval &);
144 friend const sc_fxval operator op (const sc_fxval &, const sc_fxval &); \
162 friend const sc_fxval operator / (const sc_fxval &, const sc_fxval &);
185 friend const sc_fxval operator << (const sc_fxval &, int);
186 friend const sc_fxval operator >> (const sc_fxval &, int);
228 friend bool operator op (const sc_fxval &, tp); \
229 friend bool operator op (tp, const sc_fxval &);
240 friend bool operator op (const sc_fxval &, const sc_fxval &); \
264 #define DECL_ASN_OP_T(op, tp) sc_fxval &operator op(tp);
303 const sc_fxval operator ++ (int);
304 const sc_fxval operator -- (int);
306 sc_fxval & operator ++ ();
307 sc_fxval & operator -- ();
310 operator double() const; // necessary evil!
411 const sc_fxval_fast operator - () const;
412 const sc_fxval_fast & operator + () const;
419 friend const sc_fxval_fast operator op (const sc_fxval_fast &, tp); \
420 friend const sc_fxval_fast operator op (tp, const sc_fxval_fast &);
431 friend const sc_fxval_fast operator op (const sc_fxval_fast &, \
447 friend const sc_fxval_fast operator / (const sc_fxval_fast &,
469 friend const sc_fxval_fast operator << (const sc_fxval_fast &, int);
470 friend const sc_fxval_fast operator >> (const sc_fxval_fast &, int);
513 friend bool operator op (const sc_fxval_fast &, tp); \
514 friend bool operator op (tp, const sc_fxval_fast &);
525 friend bool operator op (const sc_fxval_fast &, const sc_fxval_fast &); \
547 #define DECL_ASN_OP_T(op, tp) sc_fxval_fast &operator op(tp);
586 const sc_fxval_fast operator ++ (int);
587 const sc_fxval_fast operator -- (int);
589 sc_fxval_fast & operator ++ ();
590 sc_fxval_fast & operator -- ();
593 operator double() const; // necessary evil!
744 sc_fxval::operator - () const
751 sc_fxval::operator + () const
770 operator op (const sc_fxval &a, tp b) \
779 operator op (tp a, const sc_fxval &b) \
796 operator op (const sc_fxval &a, const sc_fxval &b) \
819 operator / (const sc_fxval &a, const sc_fxval &b)
848 operator << (const sc_fxval &a, int b)
855 operator >> (const sc_fxval &a, int b)
942 operator op (const sc_fxval &a, tp b) \
951 operator op (tp a, const sc_fxval &b) \
969 operator op (const sc_fxval &a, const sc_fxval &b) \
1000 sc_fxval::operator = (const sc_fxval &a)
1012 sc_fxval::operator = (tp b) \
1040 sc_fxval::operator op (tp b) \
1061 sc_fxval::operator op (const sc_fxval &b) \
1092 sc_fxval::operator <<= (int b)
1101 sc_fxval::operator >>= (int b)
1111 sc_fxval::operator ++ (int)
1119 sc_fxval::operator -- (int)
1127 sc_fxval::operator ++ ()
1134 sc_fxval::operator -- ()
1141 inline sc_fxval::operator double() const
1287 operator << (::std::ostream &os, const sc_fxval &a)
1294 operator >> (::std::istream &is, sc_fxval &a)
1393 sc_fxval_fast::operator - () const
1400 sc_fxval_fast::operator + () const
1418 operator op (const sc_fxval_fast &a, tp b) \
1426 operator op (tp a, const sc_fxval_fast &b) \
1443 operator op (const sc_fxval_fast &a, const sc_fxval_fast &b) \
1464 operator / (const sc_fxval_fast &a, const sc_fxval_fast &b)
1494 operator << (const sc_fxval_fast &a, int b)
1501 operator >> (const sc_fxval_fast &a, int b)
1582 operator op (const sc_fxval_fast &a, tp b) \
1590 operator op (tp a, const sc_fxval_fast &b) \
1607 operator op (const sc_fxval_fast &a, const sc_fxval_fast &b) \
1636 sc_fxval_fast::operator = (const sc_fxval_fast &a)
1648 sc_fxval_fast::operator = (tp a) \
1676 sc_fxval_fast::operator op (tp b) \
1695 sc_fxval_fast::operator op (const sc_fxval_fast &b) \
1724 sc_fxval_fast::operator <<= (int b)
1733 sc_fxval_fast::operator >>= (int b)
1743 sc_fxval_fast::operator ++ (int)
1754 sc_fxval_fast::operator -- (int)
1765 sc_fxval_fast::operator ++ ()
1774 sc_fxval_fast::operator -- ()
1783 inline sc_fxval_fast::operator double() const
1925 operator << (::std::ostream &os, const sc_fxval_fast &a)
1932 operator >> (::std::istream &is, sc_fxval_fast &a)