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

  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h 33 enum MulticlassUpdateType { MAX, RANK };
  /external/opencv3/modules/core/include/opencv2/core/
operations.hpp 446 const int RANK=1;
455 nodes[i][RANK] = 0;
479 int rank = nodes[root][RANK], rank2 = nodes[root2][RANK]; local
480 if( rank > rank2 )
485 nodes[root2][RANK] += rank == rank2;
519 // re-use the rank as the class label
520 if( nodes[root][RANK] >= 0
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherSettings.java 107 * The rank of this screen -- ie. how it is ordered relative to the other screens.
242 public static final String RANK = "rank";
271 "rank INTEGER NOT NULL DEFAULT 0," +
  /external/opencv3/3rdparty/zlib/
deflate.c 158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
159 #define RANK(f) (((f) << 1) - ((f) > 4 ? 9 : 0))
887 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
    [all...]
  /external/pdfium/third_party/zlib_v128/
deflate.c 158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
159 #define RANK(f) (((f) << 1) - ((f) > 4 ? 9 : 0))
886 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
    [all...]
  /external/zlib/src/
deflate.c 158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
159 #define RANK(f) (((f) << 1) - ((f) > 4 ? 9 : 0))
887 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
    [all...]

Completed in 307 milliseconds