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

/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("[,]"));
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("[,]"));
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::castStringVector<double>(arb->getGenProperties()->get("Act(Grant)").split("[,]"));
/gem5/ext/dsent/model/electrical/router/
H A DRouterInputPort.cc38 using LibUtil::castStringVector;
75 const vector<unsigned int>& number_vcs_per_vn_vector = castStringVector<unsigned int>(getParameter("NumberVirtualChannelsPerVirtualNetwork").split("[,]"));
76 const vector<unsigned int>& number_bufs_per_vc_vector = castStringVector<unsigned int>(getParameter("NumberBuffersPerVirtualChannel").split("[,]"));
H A DRouter.cc42 using LibUtil::castStringVector;
/gem5/ext/dsent/libutil/
H A DString.h225 template<class T> vector<T> castStringVector(const vector<String>& vector_) function in namespace:LibUtil

Completed in 10 milliseconds