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

/external/eigen/test/
H A Dsparse_solver.h22 Rhs oldb = b; local
37 VERIFY(oldb.isApprox(b) && "sparse solver testing: the rhs should not be modified!");
56 VERIFY(oldb.isApprox(b) && "sparse solver testing: the rhs should not be modified!");
64 DenseRhs oldb(db);
67 VERIFY(oldb.isApprox(db) && "sparse solver testing: the rhs should not be modified!");
/external/v8/test/mjsunit/
H A Dmd5.js52 var oldb = b;
125 b = safe_add(b, oldb);
/external/v8/test/webkit/fast/js/kde/
H A 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/
H A Dproperty.py252 oldb = self.__get__(obj, type(obj))
254 if oldb:
255 id = oldb.id

Completed in 288 milliseconds