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

  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h 33 enum MulticlassUpdateType { MAX, RANK };
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherSettings.java 120 * The rank of this screen -- ie. how it is ordered relative to the other screens.
305 public static final String RANK = "rank";
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_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))
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 446 milliseconds