Searched refs:maxloc (Results 1 – 3 of 3) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_pruneL.h | 60 Index kmin = 0, kmax = 0, minloc, maxloc,krow; in pruneL() local 119 maxloc = glu.xlusup(irep) + ( kmax - glu.xlsub(irep) ); in pruneL() 120 std::swap(glu.lusup(minloc), glu.lusup(maxloc)); in pruneL()
|
/external/python/setuptools/setuptools/_vendor/ |
D | pyparsing.py | 2541 maxloc = start + len(self.match_string) 2543 if maxloc <= instrlen: 2549 for match_stringloc,s_m in enumerate(zip(instring[loc:maxloc], self.match_string)): 2682 maxloc = start + self.maxLen 2683 maxloc = min( maxloc, instrlen ) 2684 while loc < maxloc and instring[loc] in bodychars: 3045 maxloc = start + self.maxLen 3046 maxloc = min( maxloc, len(instring) ) 3047 while loc < maxloc and instring[loc] in self.matchWhite:
|
/external/python/setuptools/pkg_resources/_vendor/ |
D | pyparsing.py | 2541 maxloc = start + len(self.match_string) 2543 if maxloc <= instrlen: 2549 for match_stringloc,s_m in enumerate(zip(instring[loc:maxloc], self.match_string)): 2682 maxloc = start + self.maxLen 2683 maxloc = min( maxloc, instrlen ) 2684 while loc < maxloc and instring[loc] in bodychars: 3045 maxloc = start + self.maxLen 3046 maxloc = min( maxloc, len(instring) ) 3047 while loc < maxloc and instring[loc] in self.matchWhite:
|