Home
last modified time | relevance | path

Searched refs:compMap (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVoteResolver.java1434 HashMap<T, Long> compMap = makeAnnotationComponentMap(sortedValues, voteCount); in adjustAnnotationVoteCounts() local
1441 calculateNewCountsBasedOnAnnotationComponents(sortedValues, voteCount, compMap); in adjustAnnotationVoteCounts()
1462 HashMap<T, Long> compMap = new HashMap<>(); in makeAnnotationComponentMap() local
1468 if (compMap.containsKey(comp)) { in makeAnnotationComponentMap()
1469 compMap.replace(comp, compMap.get(comp) + count); in makeAnnotationComponentMap()
1471 compMap.put(comp, count); in makeAnnotationComponentMap()
1476 for (Entry<T, Long> comp : compMap.entrySet()) { in makeAnnotationComponentMap()
1483 return compMap; in makeAnnotationComponentMap()
1501 Set<T> sortedValues, HashMap<T, Long> voteCount, HashMap<T, Long> compMap) { in calculateNewCountsBasedOnAnnotationComponents() argument
1509 product *= compMap.get(comp); in calculateNewCountsBasedOnAnnotationComponents()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp293 …static const int compMap[6][3] = {{2, 1, 0}, {2, 1, 0}, {0, 2, 1}, {0, 2, 1}, {0, 1, 2}, {0, 1, 2}… in calcCubemapFaceCoords() local
304 const int mappedComp = compMap[faceNdx][compNdx]; in calcCubemapFaceCoords()