Searched defs:us (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dchrono.h91 auto us = duration_cast<us_t>(subd - ss); local
/gem5/src/sim/
H A Dcore.cc54 double us; member in namespace:SimClock::Float
67 Tick us; member in namespace:SimClock::Int
93 Float::us = Float::s / 1.0e6; member in class:Float
104 Int::us = Int::ms / 1000; member in class:Int
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbexterns.cpp67 add_on_help(small_type &us, int /* unb */, int und, argument
130 mul_on_help_signed(small_type &us, argument
205 mul_on_help_unsigned(small_type &us, int unb, int und, sc_digit *ud, int vnb, int vnd, const sc_digit *vd) argument
284 div_on_help_signed(small_type &us, int unb, int und, sc_digit *ud, int vnb, int vnd, const sc_digit *vd) argument
354 div_on_help_unsigned(small_type &us, int unb, int und, sc_digit *ud, int vnb, int vnd, const sc_digit *vd) argument
428 mod_on_help_signed(small_type &us, int unb, int und, sc_digit *ud, int , int vnd, const sc_digit *vd) argument
506 mod_on_help_unsigned(small_type &us, int unb, int und, sc_digit *ud, int , int vnd, const sc_digit *vd) argument
589 and_on_help(small_type us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
690 or_on_help(small_type us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
793 xor_on_help(small_type us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
[all...]
H A Dsc_nbutils.h667 mul_signs(small_type us, small_type vs) argument
956 copy_digits_signed(small_type &us, argument
977 copy_digits_unsigned(small_type &us, argument
[all...]
H A Dsc_signed.cpp2481 small_type us = get_sign(u); local
2521 small_type us = get_sign(u); local
2596 small_type us = get_sign(u); local
2635 small_type us = get_sign(u); local
[all...]
H A Dsc_unsigned.cpp2063 compare_unsigned(small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd, small_type if_u_signed, small_type if_v_signed) argument
[all...]
/gem5/src/systemc/dt/int/
H A Dsc_nbexterns.cc66 add_on_help(small_type &us, int /* unb */, int und, sc_digit *ud, argument
121 mul_on_help_signed(small_type &us, int unb, int und, sc_digit *ud, argument
184 mul_on_help_unsigned(small_type &us, int unb, int und, sc_digit *ud, int vnb, int vnd, const sc_digit *vd) argument
251 div_on_help_signed(small_type &us, int unb, int und, sc_digit *ud, int vnb, int vnd, const sc_digit *vd) argument
310 div_on_help_unsigned(small_type &us, int unb, int und, sc_digit *ud, int vnb, int vnd, const sc_digit *vd) argument
373 mod_on_help_signed(small_type &us, int unb, int und, sc_digit *ud, int , int vnd, const sc_digit *vd) argument
439 mod_on_help_unsigned(small_type &us, int unb, int und, sc_digit *ud, int , int vnd, const sc_digit *vd) argument
511 and_on_help(small_type us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
587 or_on_help(small_type us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
665 xor_on_help(small_type us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
[all...]
H A Dsc_signed.cc2501 small_type us = get_sign(u); local
2537 small_type us = get_sign(u); local
2605 small_type us = get_sign(u); local
2642 small_type us = get_sign(u); local
[all...]
H A Dsc_unsigned.cc2109 compare_unsigned(small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd, small_type if_u_signed, small_type if_v_signed) argument
[all...]
/gem5/src/systemc/ext/dt/int/
H A Dsc_nbutils.hh489 mul_signs(small_type us, small_type vs) argument
753 copy_digits_signed(small_type &us, argument
769 copy_digits_unsigned(small_type &us, argument
[all...]

Completed in 49 milliseconds