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

/gem5/ext/dsent/model/electrical/
H A DSeparableAllocator.cc244 const vector<double>& P_arb_out_request_vector = LibUtil::castStringVector<double>(arb->getGenProperties()->get("P(Grant)").split("[,]")); local
248 P_int_request_vector[i * number_resources + j] = P_arb_out_request_vector[j];
270 const vector<double>& P_arb_out_request_vector = LibUtil::castStringVector<double>(arb->getGenProperties()->get("P(Grant)").split("[,]")); local
274 P_out_request_vector[j * number_resources + i] = P_arb_out_request_vector[j];

Completed in 4 milliseconds