HomeSort by relevance Sort by last modified time
    Searched defs:smaller (Results 26 - 40 of 40) sorted by null

12

  /external/skia/experimental/Intersection/
QuadraticIntersection.cpp 62 Quadratic smaller, larger; local
64 sub_divide(quad1, minT1, maxT1, intersections.swapped() ? larger : smaller);
65 sub_divide(quad2, minT2, maxT2, intersections.swapped() ? smaller : larger);
67 if (!bezier_clip(smaller, larger, minT, maxT)) {
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 1077 float smaller = std::min(xDist, yDist); local
    [all...]
  /external/chromium_org/third_party/zlib/
trees.c 449 #define smaller(tree, n, m, depth) \ macro
456 * when the heap property is re-established (each father smaller than its
469 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
472 /* Exit if v is smaller than both sons */
473 if (smaller(tree, v, s->heap[j], s->depth)) break;
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ArrayTableTest.java 119 Table<String, Integer, Character> smaller local
129 .addEqualityGroup(smaller)
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_trees.c 443 #define smaller(tree, n, m, depth) \ macro
450 * when the heap property is re-established (each father smaller than its
463 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
466 /* Exit if v is smaller than both sons */
467 if (smaller(tree, v, s->heap[j], s->depth)) break;
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
trees.c 443 #define smaller(tree, n, m, depth) \ macro
450 * when the heap property is re-established (each father smaller than its
463 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
466 /* Exit if v is smaller than both sons */
467 if (smaller(tree, v, s->heap[j], s->depth)) break;
    [all...]
  /external/zlib/src/
trees.c 443 #define smaller(tree, n, m, depth) \ macro
450 * when the heap property is re-established (each father smaller than its
463 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
466 /* Exit if v is smaller than both sons */
467 if (smaller(tree, v, s->heap[j], s->depth)) break;
    [all...]
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 787 BigDecimal smaller; // operand with the smallest unscaled value local
799 smaller = this;
802 smaller = augend;
812 if (largerSignum == smaller.signum()) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java 3189 Bundle smaller = b1.size() > b2.size() ? b2 : b1; local
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 2451 milliseconds

12