Searched refs:LibUtil (Results 1 - 25 of 35) sorted by relevance

12

/gem5/ext/dsent/libutil/
H A DMathUtil.cc24 namespace LibUtil namespace
27 } // namespace LibUtil
H A DAssert.h36 const LibUtil::String& exception_msg = LibUtil::String::format("\nAt %s:%d\n", __FILE__, __LINE__) + (String)(msg_); \
37 throw LibUtil::Exception(exception_msg); \
H A DConfig.h30 namespace LibUtil namespace
H A DException.cc24 namespace LibUtil namespace
H A DMathUtil.h27 namespace LibUtil namespace
39 } // namespace LibUtil
H A DException.h29 namespace LibUtil namespace
H A DLibUtil.h35 namespace LibUtil namespace
55 } // namespace LibUtil
H A DLog.h35 namespace LibUtil namespace
H A DCalculator.h32 namespace LibUtil namespace
122 } // namespace LibUtil
H A DConfig.cc29 namespace LibUtil namespace
H A DLog.cc26 namespace LibUtil namespace
H A DCalculator.cc27 namespace LibUtil namespace
273 } // namespace LibUtil
H A DMap.h31 namespace LibUtil namespace
H A DString.cc29 namespace LibUtil namespace
367 } // namespace LibUtil
H A DString.h31 namespace LibUtil namespace
236 } // namespace LibUtil
/gem5/ext/dsent/util/
H A DCommonType.h27 #include "libutil/LibUtil.h"
39 using LibUtil::deletePtrMap;
40 using LibUtil::clearPtrMap;
41 using LibUtil::deletePtrVector;
42 using LibUtil::clearPtrVector;
45 using LibUtil::Exception;
46 using LibUtil::Log;
47 using LibUtil::String;
48 using LibUtil::Map;
49 using LibUtil
[all...]
H A DResult.h35 using LibUtil::Map;
36 using LibUtil::String;
H A DResult.cc96 throw LibUtil::Exception("[Error] " + getName() + " -> Cannot set the value of a non-atomic result!");
102 throw LibUtil::Exception("[Error] " + getName() +
109 throw LibUtil::Exception("[Error] " + getName() + " -> Cannot get the value of a non-atomic result!");
/gem5/ext/dsent/model/electrical/
H A DSeparableAllocator.cc210 const vector<double>& P_request_vector = LibUtil::castStringVector<double>(P_request.split("[,]"));
211 const vector<double>& act_request_vector = LibUtil::castStringVector<double>(act_request.split("[,]"));
238 arb->setProperty("P(Request)", LibUtil::vectorToString(P_arb_request_vector));
239 arb->setProperty("Act(Request)", LibUtil::vectorToString(act_arb_request_vector));
244 const vector<double>& P_arb_out_request_vector = LibUtil::castStringVector<double>(arb->getGenProperties()->get("P(Grant)").split("[,]"));
245 const vector<double>& act_arb_out_request_vector = LibUtil::castStringVector<double>(arb->getGenProperties()->get("Act(Grant)").split("[,]"));
264 arb->setProperty("P(Request)", LibUtil::vectorToString(P_arb_request_vector));
265 arb->setProperty("Act(Request)", LibUtil::vectorToString(act_arb_request_vector));
270 const vector<double>& P_arb_out_request_vector = LibUtil::castStringVector<double>(arb->getGenProperties()->get("P(Grant)").split("[,]"));
271 const vector<double>& act_arb_out_request_vector = LibUtil
[all...]
/gem5/ext/dsent/
H A DDSENT.h44 using LibUtil::Calculator;
H A Dinterface.cc36 using namespace LibUtil;
/gem5/ext/dsent/tech/
H A DTechModel.h37 using LibUtil::String;
H A DTechModel.cc61 LibUtil::readFile(filename_, params);
70 LibUtil::readFile(include_filename, params);
/gem5/ext/dsent/model/std_cells/
H A DDFFQ.cc209 if(LibUtil::Math::isEqual(CK_num_trans_10 + CK_num_trans_00, 0.0) || LibUtil::Math::isEqual(D_freq_mult, 0.0))
239 if(LibUtil::Math::isEqual(CK_num_trans_01, 0.0) || LibUtil::Math::isEqual(D_freq_mult, 0.0))
/gem5/ext/dsent/model/
H A DModel.cc31 using LibUtil::deletePtrMap;
32 using LibUtil::clonePtrMap;

Completed in 29 milliseconds

12