Searched refs:now_units_low (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 );
1927 if( (now_units_low > previous_time_units_low
1936 this_time_units_low = now_units_low;
1938 if( now_units_low == previous_time_units_low
1942 this_time_units_low = now_units_low;
1967 ( now_units_high != 0 || now_units_low != 0 ) ) {
1972 ss << "units count: " << now_units_low << "\n" local
1991 << previous_time_units_low << "->" << now_units_low << ")\n" local
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 );
1833 previous_time_units_low = now_units_low;

Completed in 17 milliseconds