Searched refs:index_i (Results 1 – 3 of 3) sorted by relevance
/external/eigen/bench/btl/generic_bench/init/ |
D | init_function.hh | 28 double simple_function(int index_i, int index_j) in simple_function() argument 30 return index_i+index_j; in simple_function() 38 double pseudo_random(int index_i, int index_j) in pseudo_random() argument 49 double null_function(int index_i, int index_j) in null_function() argument
|
/external/chromium_org/components/bookmarks/browser/ |
D | bookmark_index.cc | 294 void BookmarkIndex::CombineMatchesInPlace(const Index::const_iterator& index_i, in CombineMatchesInPlace() argument 300 index_i->second.begin(), index_i->second.end(), in CombineMatchesInPlace() 305 match->terms.push_back(index_i); in CombineMatchesInPlace() 312 void BookmarkIndex::CombineMatches(const Index::const_iterator& index_i, in CombineMatches() argument 319 index_i->second.begin(), index_i->second.end(), in CombineMatches() 325 combined_match.terms.push_back(index_i); in CombineMatches()
|
D | bookmark_index.h | 82 void CombineMatchesInPlace(const Index::const_iterator& index_i, 94 void CombineMatches(const Index::const_iterator& index_i,
|