Home
last modified time | relevance | path

Searched refs:compValue (Results 1 – 5 of 5) sorted by relevance

/external/aac/libSBRenc/src/
Dmh_det.cpp916 INT compValue; in calculateCompVector() local
961 compValue = ((INT)(LONG)tmp) >> 1; in calculateCompVector()
964 if (compValue > maxComp) compValue = maxComp; in calculateCompVector()
966 pEnvComp[scfBand - 1] = compValue; in calculateCompVector()
983 compValue = ((INT)(LONG)tmp) >> 1; in calculateCompVector()
985 if (compValue > maxComp) compValue = maxComp; in calculateCompVector()
987 pEnvComp[scfBand + 1] = compValue; in calculateCompVector()
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DCollectionUtilities.java172 int compValue = comp.compare(item, bestSoFar); in getBest() local
173 if (compValue < 0) { in getBest()
180 int compValue = comp.compare(item, bestSoFar); in getBest() local
181 if (compValue > 0) { in getBest()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DCollectionUtilities.java175 int compValue = comp.compare(item, bestSoFar); in getBest() local
176 if (compValue < 0) { in getBest()
183 int compValue = comp.compare(item, bestSoFar); in getBest() local
184 if (compValue > 0) { in getBest()
/external/cldr/tools/java/org/unicode/cldr/util/
DDtdDataCheck.java211 int compValue = comp.compare(lastPath, currentPath); in main() local
212 if (compValue >= 0) { in main()
311 int compValue = comp.compare(lastPath, currentPath); in checkCost() local
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp1456 UnicodeString compValue; in parse() local
1457 compValue.append(LEFT_CURLY_BRACE); in parse()
1458 itos(argNumber, compValue); in parse()
1459 compValue.append(RIGHT_CURLY_BRACE); in parse()
1460 if (0 != strValue.compare(compValue)) { in parse()