Searched refs:high (Results 1 – 25 of 35) sorted by relevance
12
909 ArrayList<NotificationInfo> high = threeItemList; in testRedistributeBuckets_withinLimits() local912 AlertService.redistributeBuckets(high, medium, low, maxNotifications); in testRedistributeBuckets_withinLimits()913 assertEquals(3, high.size()); in testRedistributeBuckets_withinLimits()918 high = new ArrayList<NotificationInfo>(); in testRedistributeBuckets_withinLimits()921 AlertService.redistributeBuckets(high, medium, low, maxNotifications); in testRedistributeBuckets_withinLimits()922 assertEquals(0, high.size()); in testRedistributeBuckets_withinLimits()927 high = new ArrayList<NotificationInfo>(threeItemList); in testRedistributeBuckets_withinLimits()929 medium.add(high.remove(1)); in testRedistributeBuckets_withinLimits()931 AlertService.redistributeBuckets(high, medium, low, maxNotifications); in testRedistributeBuckets_withinLimits()932 assertEquals(2, high.size()); in testRedistributeBuckets_withinLimits()[all …]
77 int low, high; in build() local80 high = hi; in build()82 if ( low < (high-2) ) { in build()85 maxx = sp[high]; in build()87 spsorty( sp, low, high); in build()92 (0.5 + ((double)(high-low+1) * ((double)lowrows / (double)rows))); in build()94 build( split+1, high, &rdi, &rdo, (rows-lowrows) ); in build()105 else if (low >= (high - 1)) { // two or one points in build()106 a = makeEdge(sp[low], sp[high]); in build()112 b = makeEdge(s2, (s3 = sp[high])); in build()[all …]
226 int high = start + len, low = start - 1, guess; in binarySearch() local228 while (high - low > 1) { in binarySearch()229 guess = (high + low) / 2; in binarySearch()234 high = guess; in binarySearch()237 if (high == start + len) in binarySearch()239 else if (a[high] == key) in binarySearch()240 return high; in binarySearch()242 return ~high; in binarySearch()
189 long high = data[ offset + 3 ] & 0xff; in readSwappedUnsignedInteger() local191 return (high << 24) + (0xffffffffL & low); in readSwappedUnsignedInteger()225 long high = in readSwappedLong() local230 return (high << 32) + (0xffffffffL & low); in readSwappedLong()378 long high = value4 & 0xff; in readSwappedUnsignedInteger() local380 return (high << 24) + (0xffffffffL & low); in readSwappedUnsignedInteger()
382 public int setDictionary(int index, int base, int high ) { in setDictionary() argument386 if( base < 0 || high < 0 || base > high in setDictionary()390 mFrequencyOffsetOfUserDictionary = high; in setDictionary()394 if( base < 0 || high < 0 || base > high in setDictionary()398 mFrequencyOffsetOfLearnDictionary = high; in setDictionary()402 … return OpenWnnDictionaryImplJni.setDictionaryParameter( this.mWnnWork, index, base, high ); in setDictionary()
148 public int setDictionary(int index, int base, int high ); in setDictionary() argument
212 … public static final native int setDictionaryParameter( long work, int index, int base, int high ); in setDictionaryParameter() argument
42 dicInfo->dic_freq[ NJ_MODE_TYPE_HENKAN ].high = 0; in clearDictionaryStructure()341 (JNIEnv *env, jobject obj, jlong wnnWork, jint index, jint base, jint high) in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setDictionaryParameter() argument347 ( high < -1 || high > 1000 ) ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setDictionaryParameter()355 if( base < 0 || high < 0 || base > high ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setDictionaryParameter()366 work->dicSet.dic[ index ].dic_freq[ NJ_MODE_TYPE_HENKAN ].high = high; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setDictionaryParameter()
990 loctset->dic_freq.high, COMP_DIC_FREQ_DIV); in search_node()1040 loctset->dic_freq.high, COMP_DIC_FREQ_DIV); in bdic_search_data()1133 loctset->dic_freq.high, COMP_DIC_FREQ_DIV); in bdic_search_fore_data()1170 loctset->dic_freq.high, COMP_DIC_FREQ_DIV); in bdic_search_fore_data()1382 loctset->dic_freq.high, COMP_DIC_FREQ_DIV); in njd_b_get_word()1964 loctset->dic_freq.high, COMP_DIC_FREQ_DIV); in search_node2()2496 loctset->dic_freq.high, COMP_DIC_FREQ_DIV); in bdic_search_fore_data2()2540 loctset->dic_freq.high, COMP_DIC_FREQ_DIV); in bdic_search_fore_data2()2711 loctset->dic_freq.high, COMP_DIC_FREQ_DIV); in bdic_search_fore_data2()2787 … hindo = CALCULATE_HINDO(hindo, loctset->dic_freq.base, loctset->dic_freq.high, COMP_DIC_FREQ_DIV); in bdic_get_next_data()[all …]
71 (dicinfo->dic_freq[NJ_MODE_TYPE_HENKAN].high > DIC_FREQ_HIGH) ) { in check_search_cursor()795 > cursor->cond.ds->dic[cnt].dic_freq[NJ_MODE_TYPE_HENKAN].high)) { in njx_search_word()872 loctset->dic_freq.high = 0; in njd_init_search_location_set()
133 … loctset->dic_freq.high, YOMINASI_DIC_FREQ_DIV); in search_data()349 loctset->dic_freq.high, YOMINASI_DIC_FREQ_DIV); in njd_f_get_word()
1673 hindo = CALCULATE_HINDO(freq, dic_freq->base, dic_freq->high, (max-1)); in calculate_hindo()1676 hindo = (NJ_INT16)dic_freq->high; in calculate_hindo()
60 #define CALCULATE_HINDO(freq, base, high, div) \ argument61 ((NJ_HINDO)((((freq) * ((high) - (base))) / (div)) + (base)))
113 NJ_UINT16 high; member
655 private static int constrain(int amount, int low, int high) { in constrain() argument656 return amount < low ? low : (amount > high ? high : amount); in constrain()
536 CamcorderProfile high = CamcorderProfile.get( in getSupportedVideoQuality() local540 if (high.videoFrameHeight * high.videoFrameWidth > in getSupportedVideoQuality()
34 Index 0: English dictionary for normal prediction (high priority)41 Index 0: Japanese dictionary for normal prediction (high priority)
49 public static float clamp(float i, float low, float high) { in clamp() argument50 return Math.max(Math.min(i, high), low); in clamp()
536 private static int clamp(int v, int low, int high) { in clamp() argument537 return Math.min(Math.max(v, low), high); in clamp()
98 public static float clamp(float i, float low, float high) { in clamp() argument99 return Math.max(Math.min(i, high), low); in clamp()
710 char high = (char) ((unicode & 0xffff0000) >> 16); in tryInputRawUnicode() local712 if (0 != high) { in tryInputRawUnicode()713 commitResultText(String.valueOf(high)); in tryInputRawUnicode()
... ,flags=,originalFreq=161 142 word=high,f=161,flags=,originalFreq= ...
... ,flags=,originalFreq=161 143 word=high,f=161,flags=,originalFreq= ...