Searched refs:now_units_high (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_vcd_trace.cpp1923 unsigned now_units_high, now_units_low; local
1924 double_to_special_int64(now_units, &now_units_high, &now_units_low );
1928 && now_units_high == previous_time_units_high)
1929 || now_units_high > previous_time_units_high){
1935 this_time_units_high = now_units_high;
1939 && now_units_high == previous_time_units_high){
1941 this_time_units_high = now_units_high;
1967 ( now_units_high != 0 || now_units_low != 0 ) ) {
H A Dsc_wif_trace.cpp1781 unsigned now_units_high, now_units_low; local
1794 double_to_special_int64(now_units, &now_units_high, &now_units_low );
1832 previous_time_units_high = now_units_high;

Completed in 17 milliseconds