Searched refs:oldb (Results 1 – 4 of 4) sorted by relevance
22 Rhs oldb = b; in check_sparse_solving() local37 VERIFY(oldb.isApprox(b) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()56 VERIFY(oldb.isApprox(b) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()64 DenseRhs oldb(db); in check_sparse_solving()67 VERIFY(oldb.isApprox(db) && "sparse solver testing: the rhs should not be modified!"); in check_sparse_solving()
52 var oldb = b;125 b = safe_add(b, oldb);
92 var oldb = b165 b = safe_add(b, oldb)
252 oldb = self.__get__(obj, type(obj))254 if oldb:255 id = oldb.id