Home
last modified time | relevance | path

Searched refs:V_isthereBool (Results 1 – 2 of 2) sorted by relevance

/dports/math/combblas/CombBLAS_beta_16_2/include/CombBLAS/
H A DPreAllocatedSPA.h133 V_isthereBool.push_back(std::vector<bool>(rowPerSplit)); in PreAllocatedSPA()
134 V_isthereBool.push_back(std::vector<bool>(mA - (splits-1)*rowPerSplit)); in PreAllocatedSPA()
181 V_isthereBool.push_back(std::vector<bool>(rowPerSplit)); in Init()
182 V_isthereBool.push_back(std::vector<bool>(mA - (splits-1)*rowPerSplit)); in Init()
213 std::vector< std::vector<bool> > V_isthereBool; // for thread safe access variable
H A DSpImpl.cpp594 SPA.V_isthereBool[rs][lrowid] = false; in SpMXSpV_Bucket()
601 if(!SPA.V_isthereBool[rs][lrowid])// there is no conflict across threads in SpMXSpV_Bucket()
605 SPA.V_isthereBool[rs][lrowid]=true; in SpMXSpV_Bucket()