Home
last modified time | relevance | path

Searched refs:oldb (Results 1 – 4 of 4) sorted by relevance

/external/eigen/test/
Dsparse_solver.h22 Rhs oldb = b; in check_sparse_solving() local
37 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()
/external/v8/test/mjsunit/
Dmd5.js52 var oldb = b;
125 b = safe_add(b, oldb);
/external/v8/test/webkit/fast/js/kde/
Dmd5-2.js92 var oldb = b
165 b = safe_add(b, oldb)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
Dproperty.py252 oldb = self.__get__(obj, type(obj))
254 if oldb:
255 id = oldb.id