HomeSort by relevance Sort by last modified time
    Searched refs:MINIMUM (Results 1 - 25 of 31) sorted by null

1 2

  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ranking/
TiesStrategy.java 25 * <li>MINIMUM - Tied values are assigned the minimum applicable rank, or the rank
33 * between the values returned by the MINIMUM and MAXIMUM strategies.</li>
44 /** Ties get the minimum applicable rank */
45 MINIMUM,
NaturalRanking.java 53 * <td>MINIMUM</td>
317 * tiesTrace = <2,4,7> and tiesStrategy is MINIMUM, ranks will be unchanged.
341 case MINIMUM: // Replace ties with minimum
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
open_memstream.c 27 #define MINIMUM(a, b) (((a) < (b)) ? (a) : (b))
98 *st->psize = MINIMUM(st->pos, st->len);
open_wmemstream.c 28 #define MINIMUM(a, b) (((a) < (b)) ? (a) : (b))
108 *st->psize = MINIMUM(st->pos, st->len);
  /external/icu/android_icu4j/src/main/java/android/icu/util/
JapaneseCalendar.java 214 year = internalGet(YEAR, 1) // pin to minimum of year 1 (first year)
591 if (limitType == MINIMUM || limitType == GREATEST_MINIMUM) {
598 case MINIMUM:
TaiwanCalendar.java 223 if (limitType == MINIMUM || limitType == GREATEST_MINIMUM) {
Calendar.java 66 * minimum days in first week, start day of week, et cetera).
225 * prior value because of changes in its minimum or maximum after field
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
JapaneseCalendar.java 225 year = internalGet(YEAR, 1) // pin to minimum of year 1 (first year)
611 if (limitType == MINIMUM || limitType == GREATEST_MINIMUM) {
618 case MINIMUM:
TaiwanCalendar.java 238 if (limitType == MINIMUM || limitType == GREATEST_MINIMUM) {
Calendar.java 65 * minimum days in first week, start day of week, et cetera).
224 * prior value because of changes in its minimum or maximum after field
    [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jgoodies-forms.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/28/
android.jar 

Completed in 1050 milliseconds

1 2