Lines Matching defs:operator

229   	sc_signed_part_if& operator = ( const sc_signed_part_if& );
271 this_type& operator = ( const this_type& );
294 inline void operator = ( sc_dt::uint64 v );
295 inline void operator = ( const char* v );
296 inline void operator = ( unsigned long v );
297 inline void operator = ( long v );
298 inline void operator = ( unsigned int v );
299 inline void operator = ( int v );
300 inline void operator = ( sc_dt::int64 v );
301 inline void operator = ( double v );
302 inline void operator = ( const sc_signed_sigref& v );
304 inline void operator = ( const sc_dt::sc_generic_base<T>& v );
305 inline void operator = ( const sc_dt::sc_signed& v );
306 inline void operator = ( const sc_dt::sc_unsigned& v );
307 inline void operator = ( const sc_dt::sc_bv_base& v );
308 inline void operator = ( const sc_dt::sc_lv_base& v );
386 inline sc_signed_sigref& operator () ( int left, int right );
388 inline sc_signed_sigref& operator [] ( int bit );
391 inline void operator = ( const this_type& new_val );
392 inline void operator = ( const char* new_val );
393 inline void operator = ( sc_dt::uint64 new_val );
394 inline void operator = ( sc_dt::int64 new_val );
395 inline void operator = ( int new_val );
396 inline void operator = ( long new_val );
397 inline void operator = ( short new_val );
398 inline void operator = ( unsigned int new_val );
399 inline void operator = ( unsigned long new_val );
400 inline void operator = ( unsigned short new_val );
402 inline void operator = ( const sc_dt::sc_generic_base<T>& new_val );
403 inline void operator = ( const sc_dt::sc_signed& new_val );
404 inline void operator = ( const sc_dt::sc_unsigned& new_val );
405 inline void operator = ( const sc_dt::sc_bv_base& new_val );
406 inline void operator = ( const sc_dt::sc_lv_base& new_val );
421 sc_dt::sc_signed& operator ++ (); // prefix
422 const sc_dt::sc_signed& operator ++ (int); // postfix
423 sc_dt::sc_signed& operator -- (); // prefix
424 const sc_dt::sc_signed& operator -- (int); // postfix
425 sc_dt::sc_signed& operator += (const sc_dt::sc_signed& );
426 sc_dt::sc_signed& operator += (const sc_dt::sc_unsigned& );
427 sc_dt::sc_signed& operator += (sc_dt::int64 );
428 sc_dt::sc_signed& operator += (sc_dt::uint64 );
429 sc_dt::sc_signed& operator += (long );
430 sc_dt::sc_signed& operator += (unsigned long );
431 sc_dt::sc_signed& operator += (int );
432 sc_dt::sc_signed& operator += (unsigned int );
433 sc_dt::sc_signed& operator -= (const sc_dt::sc_signed& );
434 sc_dt::sc_signed& operator -= (const sc_dt::sc_unsigned& );
435 sc_dt::sc_signed& operator -= (sc_dt::int64 );
436 sc_dt::sc_signed& operator -= (sc_dt::uint64 );
437 sc_dt::sc_signed& operator -= (long );
438 sc_dt::sc_signed& operator -= (unsigned long );
439 sc_dt::sc_signed& operator -= (int );
440 sc_dt::sc_signed& operator -= (unsigned int );
441 sc_dt::sc_signed& operator *= (const sc_dt::sc_signed& );
442 sc_dt::sc_signed& operator *= (const sc_dt::sc_unsigned& );
443 sc_dt::sc_signed& operator *= (sc_dt::int64 );
444 sc_dt::sc_signed& operator *= (sc_dt::uint64 );
445 sc_dt::sc_signed& operator *= (long );
446 sc_dt::sc_signed& operator *= (unsigned long );
447 sc_dt::sc_signed& operator *= (int );
448 sc_dt::sc_signed& operator *= (unsigned int );
449 sc_dt::sc_signed& operator /= (const sc_dt::sc_signed& );
450 sc_dt::sc_signed& operator /= (const sc_dt::sc_unsigned& );
451 sc_dt::sc_signed& operator /= (sc_dt::int64 );
452 sc_dt::sc_signed& operator /= (sc_dt::uint64 );
453 sc_dt::sc_signed& operator /= (long );
454 sc_dt::sc_signed& operator /= (unsigned long );
455 sc_dt::sc_signed& operator /= (int );
456 sc_dt::sc_signed& operator /= (unsigned int );
457 sc_dt::sc_signed& operator %= (const sc_dt::sc_signed& );
458 sc_dt::sc_signed& operator %= (const sc_dt::sc_unsigned& );
459 sc_dt::sc_signed& operator %= (sc_dt::int64 );
460 sc_dt::sc_signed& operator %= (sc_dt::uint64 );
461 sc_dt::sc_signed& operator %= (long );
462 sc_dt::sc_signed& operator %= (unsigned long );
463 sc_dt::sc_signed& operator %= (int );
464 sc_dt::sc_signed& operator %= (unsigned int );
465 sc_dt::sc_signed& operator &= (const sc_dt::sc_signed& );
466 sc_dt::sc_signed& operator &= (const sc_dt::sc_unsigned& );
467 sc_dt::sc_signed& operator &= (sc_dt::int64 );
468 sc_dt::sc_signed& operator &= (sc_dt::uint64 );
469 sc_dt::sc_signed& operator &= (long );
470 sc_dt::sc_signed& operator &= (unsigned long );
471 sc_dt::sc_signed& operator &= (int );
472 sc_dt::sc_signed& operator &= (unsigned int );
473 sc_dt::sc_signed& operator |= (const sc_dt::sc_signed& );
474 sc_dt::sc_signed& operator |= (const sc_dt::sc_unsigned& );
475 sc_dt::sc_signed& operator |= (sc_dt::int64 );
476 sc_dt::sc_signed& operator |= (sc_dt::uint64 );
477 sc_dt::sc_signed& operator |= (long );
478 sc_dt::sc_signed& operator |= (unsigned long );
479 sc_dt::sc_signed& operator |= (int );
480 sc_dt::sc_signed& operator |= (unsigned int );
481 sc_dt::sc_signed& operator ^= (const sc_dt::sc_signed& );
482 sc_dt::sc_signed& operator ^= (const sc_dt::sc_unsigned& );
483 sc_dt::sc_signed& operator ^= (sc_dt::int64 );
484 sc_dt::sc_signed& operator ^= (sc_dt::uint64 );
485 sc_dt::sc_signed& operator ^= (long );
486 sc_dt::sc_signed& operator ^= (unsigned long );
487 sc_dt::sc_signed& operator ^= (int );
488 sc_dt::sc_signed& operator ^= (unsigned int );
667 //"sc_signal<sc_dt::sc_bigint<W> >::operator ()
669 // This operator returns a part selection of this object instance.
674 inline sc_signed_sigref& sc_signal<sc_dt::sc_bigint<W> >::operator () (int left, int right)
685 //"sc_signal<sc_dt::sc_bigint<W> >::operator []"
687 // This operator returns a bit selection of this object instance.
691 inline sc_signed_sigref& sc_signal<sc_dt::sc_bigint<W> >::operator [] ( int bit )
693 return operator () (bit,bit);
698 inline void sc_signal<sc_dt::sc_bigint<W> >::operator = ( const this_type& new_val )
702 inline void sc_signal<sc_dt::sc_bigint<W> >::operator = ( const char* new_val )
707 inline void sc_signal<sc_dt::sc_bigint<W> >::operator = ( sc_dt::uint64 new_val )
712 inline void sc_signal<sc_dt::sc_bigint<W> >::operator = ( sc_dt::int64 new_val )
717 inline void sc_signal<sc_dt::sc_bigint<W> >::operator = ( int new_val )
722 inline void sc_signal<sc_dt::sc_bigint<W> >::operator = ( long new_val )
727 inline void sc_signal<sc_dt::sc_bigint<W> >::operator = ( short new_val )
732 inline void sc_signal<sc_dt::sc_bigint<W> >::operator = ( unsigned int new_val )
737 inline void sc_signal<sc_dt::sc_bigint<W> >::operator = ( unsigned long new_val )
742 inline void sc_signal<sc_dt::sc_bigint<W> >::operator = ( unsigned short new_val )
747 inline void sc_signal<sc_dt::sc_bigint<W> >::operator = (
756 inline void sc_signal<sc_dt::sc_bigint<W> >::operator = ( const sc_dt::sc_unsigned& new_val )
760 inline void sc_signal<sc_dt::sc_bigint<W> >::operator = ( const sc_dt::sc_bv_base& new_val )
764 inline void sc_signal<sc_dt::sc_bigint<W> >::operator = ( const sc_dt::sc_lv_base& new_val )
770 inline void sc_signal<sc_dt::sc_bigint<W> >::operator = ( const sc_dt::sc_signed& new_val )
787 return (sc_dt::sc_signed)sc_dt::sc_signed::operator () (left, right);
849 sc_dt::sc_signed::operator = (m_new_val);
954 void operator () ( const in_if_type& interface_ )
958 void operator () ( in_port_type& parent_ )
962 void operator () ( inout_port_type& parent_ )
1041 sc_dt::sc_signed_bitref_r operator [] ( int i ) const
1045 sc_dt::sc_signed_subref_r operator () ( int left, int right ) const
1070 operator const sc_dt::sc_bigint<W>& () const
1166 sc_in<sc_dt::sc_bigint<W> >& operator = ( const sc_in<sc_dt::sc_bigint<W> >& );
1181 inline std::ostream& operator << (
1221 void operator () ( const inout_if_type& interface_ )
1225 void operator () ( inout_port_type& parent_ )
1291 sc_dt::sc_signed_bitref_r operator [] ( int i ) const
1295 sc_signed_sigref& operator [] ( int i )
1299 sc_dt::sc_signed_subref_r operator () ( int left, int right ) const
1303 sc_signed_sigref& operator () ( int left, int right )
1328 operator const sc_dt::sc_bigint<W>& () const
1439 inline void operator = ( const this_type& new_val )
1441 inline void operator = ( const char* new_val )
1443 inline void operator = ( sc_dt::uint64 new_val )
1445 inline void operator = ( sc_dt::int64 new_val )
1447 inline void operator = ( int new_val )
1449 inline void operator = ( long new_val )
1451 inline void operator = ( short new_val )
1453 inline void operator = ( unsigned int new_val )
1455 inline void operator = ( unsigned long new_val )
1457 inline void operator = ( unsigned short new_val )
1460 inline void operator = ( const sc_dt::sc_generic_base<T>& new_val )
1466 inline void operator = ( const sc_dt::sc_signed& new_val )
1468 inline void operator = ( const sc_dt::sc_unsigned& new_val )
1470 inline void operator = ( const sc_dt::sc_bv_base& new_val )
1472 inline void operator = ( const sc_dt::sc_lv_base& new_val )
1516 inline std::ostream& operator << (
1590 inline void operator = ( const this_type& new_val )
1592 inline void operator = ( const char* new_val )
1594 inline void operator = ( sc_dt::uint64 new_val )
1596 inline void operator = ( sc_dt::int64 new_val )
1598 inline void operator = ( int new_val )
1600 inline void operator = ( long new_val )
1602 inline void operator = ( short new_val )
1604 inline void operator = ( unsigned int new_val )
1606 inline void operator = ( unsigned long new_val )
1608 inline void operator = ( unsigned short new_val )
1611 inline void operator = ( const sc_dt::sc_generic_base<T>& new_val )
1617 inline void operator = ( const sc_dt::sc_signed& new_val )
1619 inline void operator = ( const sc_dt::sc_unsigned& new_val )
1621 inline void operator = ( const sc_dt::sc_bv_base& new_val )
1623 inline void operator = ( const sc_dt::sc_lv_base& new_val )
1653 //"sc_signed_sigref::operator ="
1658 inline void sc_signed_sigref::operator = ( sc_dt::uint64 v )
1663 inline void sc_signed_sigref::operator = ( const char* v )
1668 inline void sc_signed_sigref:: operator = ( sc_dt::int64 v )
1673 inline void sc_signed_sigref:: operator = ( int v )
1678 inline void sc_signed_sigref:: operator = ( long v )
1683 inline void sc_signed_sigref:: operator = ( unsigned int v )
1688 inline void sc_signed_sigref:: operator = ( unsigned long v )
1694 inline void sc_signed_sigref:: operator = ( const sc_dt::sc_generic_base<T>& v )
1701 inline void sc_signed_sigref:: operator = ( const sc_dt::sc_signed& v )
1706 inline void sc_signed_sigref:: operator = ( const sc_dt::sc_unsigned& v )
1711 void sc_signed_sigref::operator = ( const sc_signed_sigref& v )