Home
last modified time | relevance | path

Searched refs:index_i (Results 1 – 3 of 3) sorted by relevance

/external/eigen/bench/btl/generic_bench/init/
Dinit_function.hh28 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/
Dbookmark_index.cc294 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()
Dbookmark_index.h82 void CombineMatchesInPlace(const Index::const_iterator& index_i,
94 void CombineMatches(const Index::const_iterator& index_i,