HomeSort by relevance Sort by last modified time
    Searched refs:oldb (Results 1 - 5 of 5) sorted by null

  /external/eigen/test/
sparse_solver.h 22 Rhs oldb = b; local
37 VERIFY(oldb.isApprox(b) && "sparse solver testing: the rhs should not be modified!");
57 VERIFY(oldb.isApprox(b) && "sparse solver testing: the rhs should not be modified!");
64 DenseRhs b(db), oldb(db);
67 VERIFY(oldb.isApprox(b) && "sparse solver testing: the rhs should not be modified!");
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-sha1.js 56 var oldb = b;
75 b = safe_add(b, oldb);
crypto-md5.js 54 var oldb = b;
127 b = safe_add(b, oldb);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-sha1.js 56 var oldb = b;
75 b = safe_add(b, oldb);
crypto-md5.js 54 var oldb = b;
127 b = safe_add(b, oldb);

Completed in 216 milliseconds