HomeSort by relevance Sort by last modified time
    Searched defs:least (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
ConvexHull.cpp 76 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/
ConvexHull.cpp 76 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/
enough.c 207 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 this many bit patterns so that the code won't b
    [all...]
  /system/media/audio_utils/tests/
primitives_tests.cpp 253 T least = 0; local
257 EXPECT_LT(least, ary[i]);
258 least = ary[i];
  /external/libvorbis/vq/
bookutil.c 350 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/
mark-compact.cc 846 Candidate* least = NULL; local
900 if (least == NULL) {
902 if (least == NULL ||
903 candidates[i].fragmentation() < least->fragmentation()) {
904 least = candidates + i;
908 if (least->fragmentation() < fragmentation) {
909 *least = Candidate(fragmentation, p);
910 least = NULL;
    [all...]
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 744 milliseconds