Home
last modified time | relevance | path

Searched defs:upperLimit (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationweights.cpp209 CollationWeights::getWeightRanges(uint32_t lowerLimit, uint32_t upperLimit) { in getWeightRanges()
495 CollationWeights::allocWeights(uint32_t lowerLimit, uint32_t upperLimit, int32_t n) { in allocWeights()
/external/opencv3/modules/features2d/src/kaze/
Dfed.cpp178 int upperLimit = (int)sqrt(1.0f + number); in fed_is_prime_internal() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationWeights.java85 public boolean allocWeights(long lowerLimit, long upperLimit, int n) { in allocWeights()
287 private boolean getWeightRanges(long lowerLimit, long upperLimit) { in getWeightRanges()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java83 public boolean allocWeights(long lowerLimit, long upperLimit, int n) { in allocWeights()
285 private boolean getWeightRanges(long lowerLimit, long upperLimit) { in getWeightRanges()
/external/libmpeg2/common/
Dimpeg2_macros.h39 #define IS_VAL_IN_RANGE(val,upperLimit,lowerLimit) ((val) >= (lowerLimit) && (val) <= (upperLimit)) argument
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_resampler.c147 int upperLimit = 0; in EstimateSkew() local
/external/aac/libSBRdec/src/
Denv_dec.cpp585 …#define upperLimit ((FIXP_SGL)35) /* upperLimit actually refers to the _lowest_ noise energy … in limitNoiseLevels() macro
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
Danalog_agc.h77 int32_t upperLimit; // Upper limit for mic energy member
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java570 private void checkAllocWeights(CollationWeights cw, long lowerLimit, long upperLimit, in checkAllocWeights()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java574 private void checkAllocWeights(CollationWeights cw, long lowerLimit, long upperLimit, in checkAllocWeights()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp505 uint32_t lowerLimit, uint32_t upperLimit, int32_t n, in checkAllocWeights()