Searched refs:double_to_special_int64 (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace_file_base.h122 void double_to_special_int64( double in, unsigned* high, unsigned* low );
H A Dsc_trace.cpp143 void double_to_special_int64(double in, unsigned* high, unsigned* low) function in namespace:sc_core
H A Dsc_wif_trace.cpp1632 double_to_special_int64(inittime/timescale_unit,
1794 double_to_special_int64(now_units, &now_units_high, &now_units_low );
1800 double_to_special_int64(diff_time, &delta_units_high, &delta_units_low);
H A Dsc_vcd_trace.cpp1768 double_to_special_int64(inittime/timescale_unit,
1924 double_to_special_int64(now_units, &now_units_high, &now_units_low );

Completed in 24 milliseconds