Searched defs:least (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DConvexHull.cpp76 int least = yMin ^ mask; local
79 order[1] = least;
81 // see if mid value is on same side of line (least, most) as yMin
83 if (!rotate(cubic, least, most, midPath)) { // ! if cbc[least]==cbc[most]
87 int midSides = side(midPath[yMin].y - midPath[least].y);
88 midSides ^= side(midPath[midX].y - midPath[least].y);
/external/skia/experimental/Intersection/
H A DConvexHull.cpp76 int least = yMin ^ mask; local
79 order[1] = least;
81 // see if mid value is on same side of line (least, most) as yMin
83 if (!rotate(cubic, least, most, midPath)) { // ! if cbc[least]==cbc[most]
87 int midSides = side(midPath[yMin].y - midPath[least].y);
88 midSides ^= side(midPath[midX].y - midPath[least].y);
/external/zlib/src/examples/
H A Denough.c207 int least; /* least number of syms to use at this juncture */ local
225 /* we need to use at least this many bit patterns so that the code won't be
227 least = (left << 1) - syms;
228 if (least < 0)
229 least = 0;
239 for (use = least; use <= most; use++) {
324 int least; /* least number of syms to use at this juncture */ local
361 /* we need to use at least thi
[all...]
/external/libvorbis/vq/
H A Dbookutil.c350 long least=-1; local
356 if(least==-1 || hist[j]<=least){
357 least=hist[j];
360 least=-1;
362 if((least==-1 || hist[j]<=least) && membership[j]!=first){
363 least=hist[j];
372 least=hist[first]+hist[second];
376 hist[j]=least;
[all...]
/external/chromium_org/v8/src/heap/
H A Dmark-compact.cc838 Candidate* least = NULL; local
891 if (least == NULL) {
893 if (least == NULL ||
894 candidates[i].fragmentation() < least->fragmentation()) {
895 least = candidates + i;
899 if (least->fragmentation() < fragmentation) {
900 *least = Candidate(fragmentation, p);
901 least = NULL;
3738 // Since objects are at least 2 words large we don't have entries for two
3739 // consecutive 1 bits. All entries after 170 have at least
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1747 milliseconds