Home
last modified time | relevance | path

Searched refs:rhs_file (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/SparseExtra/
DMatrixMarketIterator.h118 std::string rhs_file; in rhs() local
119 rhs_file = m_folder + "/" + m_matname + "_b.mtx"; // The pattern is matname_b.mtx in rhs()
120 m_hasRhs = Fileexists(rhs_file); in rhs()
124 m_hasRhs = loadMarketVector(m_rhs, rhs_file); in rhs()
/external/libvpx/libvpx/tools/
Dintersect-diffs.py43 rhs_file = rhs_hunk.right.filename.split("/")[1:]
47 if lhs_file != rhs_file:
/external/libaom/libaom/tools/
Dintersect-diffs.py45 rhs_file = rhs_hunk.right.filename.split("/")[1:]
49 if lhs_file != rhs_file: