Searched defs:const (Results 1076 - 1100 of 1209) sorted by relevance

<<414243444546474849

/gem5/ext/dsent/model/optical/
H A DRingModulator.cc370 double RingModulator::calcModulatorEnergy() const argument
413 double RingModulator::getPower(double util_) const argument
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_proxy.h213 back_cast() const argument
419 operator []( int i ) const argument
425 bit( int i ) const argument
434 operator ()( int hi, int lo ) const argument
440 range( int hi, int lo ) const argument
448 nand_reduce() const argument
453 nor_reduce() const argument
458 xnor_reduce() const argument
488 to_int64() const argument
491 to_int() const argument
494 to_uint() const argument
497 to_long() const argument
500 to_ulong() const argument
505 to_signed() const argument
508 to_unsigned() const argument
516 print( ::std::ostream& os = ::std::cout ) const argument
1290 and_reduce() const argument
1304 or_reduce() const argument
1318 xor_reduce() const argument
1388 to_string() const argument
1402 to_string( sc_numrep numrep ) const argument
1410 to_string( sc_numrep numrep, bool w_prefix ) const argument
1432 check_bounds( int n ) const argument
1442 check_wbounds( int n ) const argument
1453 to_anything_unsigned() const argument
1472 to_uint64() const argument
1504 to_anything_signed() const argument
[all...]
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval.h776 observer() const argument
863 get_rep() const argument
884 operator -() const argument
892 operator +() const argument
1344 operator double() const argument
1355 to_short() const argument
1363 to_ushort() const argument
1371 to_int() const argument
1379 to_int64() const argument
1387 to_uint64() const argument
1395 to_long() const argument
1403 to_uint() const argument
1411 to_ulong() const argument
1419 to_float() const argument
1427 to_double() const argument
1438 is_neg() const argument
1446 is_zero() const argument
1454 is_nan() const argument
1462 is_inf() const argument
1470 is_normal() const argument
1479 rounding_flag() const argument
1488 get_bit( int i ) const argument
1498 get_type( int& wl, int& iwl, sc_enc& enc ) const argument
1506 quantization( const scfx_params& params, bool& q_flag ) const argument
1513 overflow( const scfx_params& params, bool& o_flag ) const argument
1546 observer() const argument
1626 get_val() const argument
1646 operator -() const argument
1654 operator +() const argument
2099 operator double() const argument
2110 to_short() const argument
2118 to_ushort() const argument
2126 to_int64() const argument
2134 to_int() const argument
2142 to_uint() const argument
2150 to_uint64() const argument
2158 to_long() const argument
2166 to_ulong() const argument
2174 to_float() const argument
2182 to_double() const argument
2193 is_neg() const argument
2202 is_zero() const argument
2211 is_nan() const argument
2220 is_inf() const argument
2229 is_normal() const argument
2239 rounding_flag() const argument
[all...]
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.h169 length() const argument
173 bitwidth() const argument
179 concat_length( bool *xz_present_p ) const argument
181 concat_get_ctrl( sc_digit* dst_p, int low_i ) const argument
189 concat_get_data( sc_digit* dst_p, int low_i ) const argument
207 concat_get_uint64() const argument
222 value() const argument
225 to_bool() const argument
231 print( ::std::ostream& os = ::std::cout ) const argument
354 length() const argument
358 bitwidth() const argument
364 concat_length(bool* xz_present_p) const argument
368 concat_get_uint64() const argument
382 nand_reduce() const argument
387 nor_reduce() const argument
392 xnor_reduce() const argument
403 value() const argument
424 print( ::std::ostream& os = ::std::cout ) const argument
553 check_length() const argument
556 check_index( int i ) const argument
559 check_range( int l, int r ) const argument
756 test( int i ) const argument
768 length() const argument
772 bitwidth() const argument
778 concat_length(bool* xz_present_p) const argument
782 concat_get_uint64() const argument
799 nand_reduce() const argument
804 nor_reduce() const argument
809 xnor_reduce() const argument
815 operator int_type() const argument
821 value() const argument
825 to_int() const argument
828 to_uint() const argument
831 to_long() const argument
834 to_ulong() const argument
837 to_int64() const argument
840 to_uint64() const argument
843 to_double() const argument
848 long_low() const argument
851 long_high() const argument
864 print( ::std::ostream& os = ::std::cout ) const argument
897 operator uint64() const argument
904 operator !() const argument
911 operator ~() const argument
1016 operator uint_type() const argument
1029 and_reduce() const argument
1037 or_reduce() const argument
1045 xor_reduce() const argument
1056 to_int() const argument
1064 to_uint() const argument
1072 to_long() const argument
1080 to_ulong() const argument
1088 to_int64() const argument
1096 to_uint64() const argument
1104 to_double() const argument
1115 to_string( sc_numrep numrep ) const argument
1124 to_string( sc_numrep numrep, bool w_prefix ) const argument
1241 operator []( int i ) const argument
1262 bit( int i ) const argument
1285 operator ()( int left, int right ) const argument
1306 range( int left, int right ) const argument
[all...]
H A Dsc_signed.cpp107 sc_signed::invalid_index( int i ) const argument
117 sc_signed::invalid_range( int l, int r ) const argument
141 bool sc_signed::concat_get_ctrl( sc_digit* dst_p, int low_i ) const argument
167 bool sc_signed::concat_get_data( sc_digit* dst_p, int low_i ) const argument
363 uint64 sc_signed::concat_get_uint64() const argument
429 bool sc_signed::and_reduce() const argument
450 bool sc_signed::or_reduce() const argument
455 bool sc_signed::xor_reduce() const argument
617 to_string( sc_numrep numrep ) const argument
625 to_string( sc_numrep numrep, bool w_prefix ) const argument
4043 iszero() const argument
4055 sign() const argument
[all...]
H A Dsc_signed.h752 length() const argument
765 value() const argument
768 to_bool() const argument
773 concat_length(bool* xz_present_p) const argument
775 concat_get_uint64() const argument
777 concat_get_ctrl( sc_digit* dst_p, int low_i ) const argument
784 concat_get_data( sc_digit* dst_p, int low_i ) const argument
805 print( ::std::ostream& os = ::std::cout ) const argument
931 length() const argument
958 concat_length(bool* xz_present_p) const argument
979 print( ::std::ostream& os = ::std::cout ) const argument
1166 get_raw() const argument
1168 concat_length(bool* xz_present_p) const argument
1191 check_index( int i ) const argument
1205 operator []( int i ) const argument
1223 bit( int i ) const argument
1242 check_range( int l, int r ) const argument
1265 range( int i, int j ) const argument
1283 operator ()( int i, int j ) const argument
1304 to_signed() const argument
1307 to_unsigned() const argument
1319 print( ::std::ostream& os = ::std::cout ) const argument
1328 length() const argument
1336 nand_reduce() const argument
1341 nor_reduce() const argument
1346 xnor_reduce() const argument
2187 default_sign() const argument
2190 num_bits(int nb) const argument
2252 and_reduce() const argument
2260 nand_reduce() const argument
2265 or_reduce() const argument
2273 nor_reduce() const argument
2278 xor_reduce() const argument
2288 xnor_reduce() const argument
[all...]
H A Dsc_uint_base.h164 concat_length(bool* xz_present_p) const argument
166 concat_get_ctrl( sc_digit* dst_p, int low_i ) const argument
174 concat_get_data( sc_digit* dst_p, int low_i ) const argument
192 concat_get_uint64() const argument
197 length() const argument
201 bitwidth() const argument
215 value() const argument
218 to_bool() const argument
224 print( ::std::ostream& os = ::std::cout ) const argument
344 length() const argument
348 bitwidth() const argument
354 concat_length(bool* xz_present_p) const argument
358 concat_get_uint64() const argument
366 nand_reduce() const argument
371 nor_reduce() const argument
376 xnor_reduce() const argument
387 value() const argument
408 print( ::std::ostream& os = ::std::cout ) const argument
539 check_length() const argument
542 check_index( int i ) const argument
545 check_range( int l, int r ) const argument
741 test( int i ) const argument
753 length() const argument
757 bitwidth() const argument
763 concat_length(bool* xz_present_p) const argument
767 concat_get_uint64() const argument
779 nand_reduce() const argument
784 nor_reduce() const argument
789 xnor_reduce() const argument
795 operator uint_type() const argument
801 value() const argument
805 to_int() const argument
808 to_uint() const argument
811 to_long() const argument
814 to_ulong() const argument
817 to_int64() const argument
820 to_uint64() const argument
823 to_double() const argument
828 long_low() const argument
831 long_high() const argument
843 print( ::std::ostream& os = ::std::cout ) const argument
876 operator uint64() const argument
883 operator !() const argument
890 operator ~() const argument
989 operator uint_type() const argument
1001 and_reduce() const argument
1009 or_reduce() const argument
1017 xor_reduce() const argument
1028 to_int() const argument
1036 to_uint() const argument
1044 to_long() const argument
1052 to_ulong() const argument
1060 to_int64() const argument
1068 to_uint64() const argument
1076 to_double() const argument
1087 to_string( sc_numrep numrep ) const argument
1095 to_string( sc_numrep numrep, bool w_prefix ) const argument
1211 operator []( int i ) const argument
1232 bit( int i ) const argument
1255 operator ()( int left, int right ) const argument
1276 range( int left, int right ) const argument
[all...]
H A Dsc_unsigned.cpp111 sc_unsigned::invalid_index( int i ) const argument
122 sc_unsigned::invalid_range( int l, int r ) const argument
145 bool sc_unsigned::concat_get_ctrl( sc_digit* dst_p, int low_i ) const argument
174 bool sc_unsigned::concat_get_data( sc_digit* dst_p, int low_i ) const argument
369 uint64 sc_unsigned::concat_get_uint64() const argument
422 bool sc_unsigned::and_reduce() const argument
435 bool sc_unsigned::or_reduce() const argument
440 bool sc_unsigned::xor_reduce() const argument
596 to_string( sc_numrep numrep ) const argument
604 to_string( sc_numrep numrep, bool w_prefix ) const argument
2137 iszero() const argument
[all...]
H A Dsc_unsigned.h657 length() const argument
670 value() const argument
673 to_bool() const argument
679 concat_length(bool* xz_present_p) const argument
681 concat_get_uint64() const argument
683 concat_get_ctrl( sc_digit* dst_p, int low_i ) const argument
690 concat_get_data( sc_digit* dst_p, int low_i ) const argument
710 print( ::std::ostream& os = ::std::cout ) const argument
835 length() const argument
863 concat_length(bool* xz_present_p) const argument
883 print( ::std::ostream& os = ::std::cout ) const argument
1069 get_raw() const argument
1070 concat_length(bool* xz_present_p) const argument
1093 check_index( int i ) const argument
1107 operator []( int i ) const argument
1125 bit( int i ) const argument
1144 check_range( int l, int r ) const argument
1167 range( int i, int j ) const argument
1185 operator ()( int i, int j ) const argument
1205 to_signed() const argument
1208 to_unsigned() const argument
1219 print( ::std::ostream& os = ::std::cout ) const argument
1228 length() const argument
1230 sign() const argument
1236 nand_reduce() const argument
1241 nor_reduce() const argument
1246 xnor_reduce() const argument
1976 default_sign() const argument
1979 num_bits(int nb) const argument
2063 and_reduce() const argument
2071 nand_reduce() const argument
2076 or_reduce() const argument
2084 nor_reduce() const argument
2089 xor_reduce() const argument
2099 xnor_reduce() const argument
[all...]
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_module.cpp281 sc_module::get_child_objects() const argument
[all...]
H A Dsc_simcontext.h403 elaboration_done() const argument
409 get_status() const argument
418 sim_status() const argument
484 max_time() const argument
495 change_stamp() const argument
502 time_stamp() const argument
510 event_occurred(sc_dt::uint64 last_change_stamp) const argument
517 evaluation_phase() const argument
525 update_phase() const argument
532 notify_phase() const argument
569 get_current_writer() const argument
575 write_check() const argument
[all...]
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report_handler.cpp110 const char* sc_report::get_process_name() const argument
[all...]
H A Dsc_vector.h95 const char * kind() const { return "sc_vector"; } argument
99 size_type size() const argument
123 void const * at( size_type i ) const argument
143 begin() const argument
144 end() const argument
148 implicit_cast( sc_object* p ) const argument
187 get( type* this_ ) const argument
219 get( element_type* this_ ) const argument
268 get_policy() const argument
296 operator +( difference_type n ) const argument
298 operator -( difference_type n ) const argument
305 operator ==( const this_type& that ) const argument
306 operator !=( const this_type& that ) const argument
307 operator <=( const this_type& that ) const argument
308 operator >=( const this_type& that ) const argument
309 operator <( const this_type& that ) const argument
310 operator >( const this_type& that ) const argument
313 operator *() const argument
315 operator ->() const argument
317 operator []( difference_type n ) const argument
321 operator -( this_type const& that ) const argument
363 operator []( size_type i ) const argument
366 at( size_type i ) const argument
380 begin() const argument
381 end() const argument
383 cbegin() const argument
384 cend() const argument
430 object_cast( void* p ) const argument
461 name() const argument
462 kind() const argument
469 cbegin() const argument
471 cend() const argument
474 begin() const argument
476 end() const argument
479 size() const argument
486 operator []( size_type idx ) const argument
488 at( size_type idx ) const argument
555 report_empty_bind( const char* kind_, bool dst_empty_ ) const argument
569 object_cast( pointer p ) const argument
675 get_elements() const argument
[all...]
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_generic_payload/
H A Dtlm_gp.h166 int get_ref_count() const {return m_ref_count;} argument
168 bool has_mm() const { return m_mm != 0; } argument
376 is_read() const argument
378 is_write() const argument
380 get_command() const argument
384 get_address() const argument
388 get_data_ptr() const argument
392 get_data_length() const argument
396 is_response_ok() const argument
397 is_response_error() const argument
398 get_response_status() const argument
401 get_response_string() const argument
417 get_streaming_width() const argument
421 get_byte_enable_ptr() const argument
423 get_byte_enable_length() const argument
429 is_dmi_allowed() const argument
432 get_gp_option() const argument
555 get_extension(T*& ext) const argument
559 get_extension() const argument
564 get_extension(unsigned int index) const argument
[all...]
/gem5/ext/systemc/src/tlm_utils/
H A Dsimple_target_socket.h538 tlm::tlm_extension_base* clone() const { return NULL; } argument
1081 tlm::tlm_extension_base* clone() const { return NULL; } argument
[all...]
/gem5/src/systemc/dt/int/
H A Dsc_signed.cc110 sc_signed::invalid_init(const char *type_name, int nb) const argument
122 sc_signed::invalid_index(int i) const argument
132 sc_signed::invalid_range(int l, int r) const argument
158 sc_signed::concat_get_ctrl(sc_digit *dst_p, int low_i) const argument
182 sc_signed::concat_get_data(sc_digit *dst_p, int low_i) const argument
325 sc_signed::concat_get_uint64() const argument
393 sc_signed::and_reduce() const argument
414 or_reduce() const argument
420 xor_reduce() const argument
577 to_string(sc_numrep numrep) const argument
585 to_string(sc_numrep numrep, bool w_prefix) const argument
3895 iszero() const argument
3907 sign() const argument
[all...]
H A Dsc_unsigned.cc118 sc_unsigned::invalid_init(const char *type_name, int nb) const argument
131 sc_unsigned::invalid_index(int i) const argument
141 sc_unsigned::invalid_range(int l, int r) const argument
166 sc_unsigned::concat_get_ctrl(sc_digit *dst_p, int low_i) const argument
195 sc_unsigned::concat_get_data(sc_digit *dst_p, int low_i) const argument
340 sc_unsigned::concat_get_uint64() const argument
397 sc_unsigned::and_reduce() const argument
414 or_reduce() const argument
420 xor_reduce() const argument
565 to_string(sc_numrep numrep) const argument
573 to_string(sc_numrep numrep, bool w_prefix) const argument
2164 iszero() const argument
[all...]
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bit_proxies.hh71 explicit operator bool() const argument
79 operator ! () const argument
113 sc_bitref_r<T> *clone() const { return new sc_bitref_r<T>(*this); } argument
119 operator ~ () const argument
125 operator bit_type() const { return bit_type(m_obj.get_bit(m_index)); } argument
128 value_type value() const { retur argument
129 is_01() const argument
130 to_bool() const argument
131 to_char() const argument
134 length() const argument
135 size() const argument
143 print(::std::ostream &os=::std::cout) const argument
397 clone() const argument
625 clone() const argument
628 length() const argument
630 size() const argument
645 reversed() const argument
874 clone() const argument
1055 clone() const argument
1058 length() const argument
1060 size() const argument
1074 is_01() const argument
1309 clone() const argument
1734 get_bit(int n) const argument
1746 get_word(int n) const argument
1758 get_cword(int n) const argument
2216 get_bit(int n) const argument
2238 get_word(int i) const argument
2289 get_cword(int i) const argument
2340 is_01() const argument
2664 get_bit(int n) const argument
2693 get_word(int i) const argument
2766 get_cword(int i) const argument
[all...]
H A Dsc_proxy.hh209 back_cast() const argument
361 operator [](int i) const argument
366 bit(int i) const argument
375 operator ()(int hi, int lo) const argument
385 range(int hi, int lo) const argument
393 nand_reduce() const argument
398 nor_reduce() const argument
401 xnor_reduce() const argument
427 to_int64() const argument
429 to_int() const argument
432 to_uint() const argument
437 to_long() const argument
440 to_ulong() const argument
447 print(::std::ostream &os=::std::cout) const argument
1126 and_reduce() const argument
1139 or_reduce() const argument
1152 xor_reduce() const argument
1201 to_string() const argument
1214 to_string(sc_numrep numrep) const argument
1221 to_string(sc_numrep numrep, bool w_prefix) const argument
1238 check_bounds(int n) const argument
1248 check_wbounds(int n) const argument
1258 to_anything_unsigned() const argument
1276 to_uint64() const argument
1302 to_anything_signed() const argument
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxval.hh659 observer() const argument
727 get_rep() const argument
744 operator -() const argument
751 operator +() const argument
1141 operator double() const argument
1149 to_short() const argument
1156 to_ushort() const argument
1163 to_int() const argument
1170 to_int64() const argument
1177 to_uint() const argument
1184 to_uint64() const argument
1191 to_long() const argument
1198 to_ulong() const argument
1205 to_float() const argument
1212 to_double() const argument
1220 is_neg() const argument
1227 is_zero() const argument
1234 is_nan() const argument
1241 is_inf() const argument
1248 is_normal() const argument
1255 rounding_flag() const argument
1262 get_bit(int i) const argument
1269 get_type(int &wl, int &iwl, sc_enc &enc) const argument
1275 quantization(const scfx_params &params, bool &q_flag) const argument
1281 overflow(const scfx_params &params, bool &o_flag) const argument
1309 observer() const argument
1377 get_val() const argument
1393 operator -() const argument
1400 operator +() const argument
1783 operator double() const argument
1791 to_short() const argument
1798 to_ushort() const argument
1805 to_int64() const argument
1812 to_int() const argument
1819 to_uint() const argument
1826 to_uint64() const argument
1849 to_long() const argument
1856 to_ulong() const argument
1863 to_float() const argument
1870 to_double() const argument
1878 is_neg() const argument
1886 is_zero() const argument
1894 is_nan() const argument
1902 is_inf() const argument
1910 is_normal() const argument
1918 rounding_flag() const argument
[all...]
/gem5/src/systemc/ext/dt/int/
H A Dsc_int_base.hh163 length() const argument
166 bitwidth() const argument
171 concat_length(bool *xz_present_p) const argument
178 concat_get_ctrl(sc_digit *dst_p, int low_i) const argument
187 concat_get_data(sc_digit *dst_p, int low_i) const argument
203 concat_get_uint64() const argument
216 value() const argument
218 to_bool() const argument
222 print(::std::ostream& os=::std::cout) const argument
317 length() const argument
321 concat_length(bool *xz_present_p) const argument
330 concat_get_uint64() const argument
342 nand_reduce() const argument
344 nor_reduce() const argument
346 xnor_reduce() const argument
352 value() const argument
369 print(::std::ostream &os=::std::cout) const argument
508 check_length() const argument
516 check_index(int i) const argument
524 check_range(int l, int r) const argument
859 test(int i) const argument
870 length() const argument
874 concat_length(bool* xz_present_p) const argument
883 concat_get_uint64() const argument
898 nand_reduce() const argument
900 nor_reduce() const argument
902 xnor_reduce() const argument
906 operator int_type() const argument
910 value() const argument
911 to_int() const argument
912 to_uint() const argument
913 to_long() const argument
914 to_ulong() const argument
915 to_int64() const argument
916 to_uint64() const argument
917 to_double() const argument
918 long_low() const argument
919 long_high() const argument
929 print(::std::ostream &os=::std::cout) const argument
954 operator uint64() const argument
960 operator !() const argument
966 operator ~() const argument
1061 operator uint_type() const argument
1073 and_reduce() const argument
1080 or_reduce() const argument
1087 xor_reduce() const argument
1097 to_int() const argument
1104 to_uint() const argument
1111 to_long() const argument
1118 to_ulong() const argument
1125 to_int64() const argument
1132 to_uint64() const argument
1139 to_double() const argument
1149 to_string(sc_numrep numrep) const argument
1157 to_string(sc_numrep numrep, bool w_prefix) const argument
1262 operator [](int i) const argument
1281 bit(int i) const argument
1302 operator ()(int left, int right) const argument
1321 range(int left, int right) const argument
[all...]
H A Dsc_signed.hh694 length() const argument
704 value() const argument
706 to_bool() const argument
710 concat_length(bool* xz_present_p) const argument
718 concat_get_uint64() const argument
723 concat_get_ctrl(sc_digit *dst_p, int low_i) const argument
732 concat_get_data( sc_digit* dst_p, int low_i ) const argument
748 print(::std::ostream &os=::std::cout) const argument
845 length() const argument
868 concat_length(bool* xz_present_p) const argument
888 print(::std::ostream &os=::std::cout) const argument
1063 get_raw() const argument
1065 concat_length(bool* xz_present_p) const argument
1089 check_index(int i) const argument
1107 operator [](int i) const argument
1125 bit(int i) const argument
1144 check_range(int l, int r) const argument
1168 range(int i, int j) const argument
1186 operator ()(int i, int j) const argument
1212 print(::std::ostream &os=::std::cout) const argument
1222 length() const argument
1228 nand_reduce() const argument
1230 nor_reduce() const argument
1232 xnor_reduce() const argument
2312 default_sign() const argument
2313 num_bits(int nb) const argument
2376 and_reduce() const argument
2386 nand_reduce() const argument
2392 or_reduce() const argument
2402 nor_reduce() const argument
2408 xor_reduce() const argument
2419 xnor_reduce() const argument
[all...]
H A Dsc_uint_base.hh164 concat_length(bool *xz_present_p) const argument
171 concat_get_ctrl(sc_digit *dst_p, int low_i) const argument
180 concat_get_data(sc_digit *dst_p, int low_i) const argument
195 concat_get_uint64() const argument
198 length() const argument
206 value() const argument
207 to_bool() const argument
210 print(::std::ostream &os=::std::cout) const argument
304 length() const argument
308 concat_length(bool *xz_present_p) const argument
317 concat_get_uint64() const argument
324 nand_reduce() const argument
326 nor_reduce() const argument
328 xnor_reduce() const argument
334 value() const argument
350 print(::std::ostream &os=::std::cout) const argument
478 check_length() const argument
486 check_index(int i) const argument
494 check_range(int l, int r) const argument
793 test(int i) const argument
803 length() const argument
807 concat_length(bool *xz_present_p) const argument
815 concat_get_uint64() const argument
823 nand_reduce() const argument
825 nor_reduce() const argument
827 xnor_reduce() const argument
830 operator uint_type() const argument
833 value() const argument
835 to_int() const argument
836 to_uint() const argument
837 to_long() const argument
838 to_ulong() const argument
839 to_int64() const argument
840 to_uint64() const argument
841 to_double() const argument
843 long_low() const argument
844 long_high() const argument
852 print(::std::ostream &os=::std::cout) const argument
877 operator uint64() const argument
883 operator !() const argument
889 operator ~() const argument
974 operator uint_type() const argument
984 and_reduce() const argument
990 or_reduce() const argument
996 xor_reduce() const argument
1004 to_int() const argument
1010 to_uint() const argument
1016 to_long() const argument
1022 to_ulong() const argument
1028 to_int64() const argument
1034 to_uint64() const argument
1040 to_double() const argument
1048 to_string(sc_numrep numrep) const argument
1055 to_string(sc_numrep numrep, bool w_prefix) const argument
1147 operator [](int i) const argument
1165 bit(int i) const argument
1184 operator ()(int left, int right) const argument
1202 range(int left, int right) const argument
[all...]
H A Dsc_unsigned.hh606 length() const argument
614 value() const argument
615 to_bool() const argument
619 concat_length(bool *xz_present_p) const argument
626 concat_get_uint64() const argument
631 concat_get_ctrl(sc_digit *dst_p, int low_i) const argument
639 concat_get_data(sc_digit *dst_p, int low_i) const argument
656 print(::std::ostream &os=::std::cout) const argument
752 length() const argument
777 concat_length(bool *xz_present_p) const argument
797 print(::std::ostream &os=::std::cout) const argument
974 get_raw() const argument
976 concat_length(bool *xz_present_p) const argument
1000 check_index(int i) const argument
1018 operator [](int i) const argument
1036 bit(int i) const argument
1053 check_range(int l, int r) const argument
1076 range(int i, int j) const argument
1094 operator ()(int i, int j) const argument
1117 print(::std::ostream &os=::std::cout) const argument
1126 length() const argument
1128 sign() const argument
1132 nand_reduce() const argument
1134 nor_reduce() const argument
1136 xnor_reduce() const argument
1991 default_sign() const argument
1993 num_bits(int nb) const argument
2076 and_reduce() const argument
2086 nand_reduce() const argument
2092 or_reduce() const argument
2102 nor_reduce() const argument
2108 xor_reduce() const argument
2118 xnor_reduce() const argument
[all...]
/gem5/src/systemc/ext/utils/
H A Dsc_vector.hh172 virtual const char *kind() const { retur argument
183 implicitCast(sc_object *p) const argument
184 implicitCast(....) const argument
229 get(ElementType *this_) const argument
256 get(ElementType *this_) const argument
314 get_policy() const argument
363 operator +(difference_type n) const argument
368 operator -(difference_type n) const argument
388 operator ==(const ConstDirectIterator &other) const argument
393 operator !=(const ConstDirectIterator &other) const argument
398 operator <=(const ConstDirectIterator &other) const argument
403 operator >=(const ConstDirectIterator &other) const argument
408 operator <(const ConstDirectIterator &other) const argument
413 operator >(const ConstDirectIterator &other) const argument
419 operator *() const argument
424 operator ->() const argument
429 operator [](difference_type n) const argument
435 operator -(ConstDirectIterator const &other) const argument
496 operator [](size_type index) const argument
508 at(size_type index) const argument
516 begin() const argument
517 end() const argument
518 cbegin() const argument
519 cend() const argument
603 objectCast(void *ptr) const argument
630 cbegin() const argument
635 cend() const argument
641 begin() const argument
646 end() const argument
651 size() const argument
654 get_elements() const argument
672 operator [](size_type i) const argument
683 at(size_type i) const argument
[all...]

Completed in 93 milliseconds

<<414243444546474849