Home
last modified time | relevance | path

Searched refs:getDistance (Results 1 – 20 of 20) sorted by relevance

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DDistanceTable.java274 subtables.put(key.getDesired(), key.getSupported(), new Node(key.getDistance())); in putIfAbsent()
277 return (key.getDistance() == node.distance); in putIfAbsent()
493 int getDistance() { in getDistance() method in DistanceTable.MappingKey
550 ? String.format("<%s, %s> = %d", getDesired(), getSupported(), getDistance()) in toString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h161 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance() function
242 const SCEV *getDistance(unsigned Level) const override;
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/transformations/
Dtransformations_demo_board.dart105 final int distanceFromCenter = getDistance(center, boardPoint);
110 static int getDistance(BoardPoint a, BoardPoint b) {
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtptngen_impl.h238 …int32_t getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& distanceInfo)…
Ddtptngen.cpp1557 int32_t distance=source.getDistance(trial, includeMask, tempInfo); in getBestRaw()
2328 DateTimeMatcher::getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& dista… in getDistance() function in DateTimeMatcher
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddtptngen_impl.h238 …int32_t getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& distanceInfo)…
Ddtptngen.cpp1436 int32_t distance=source.getDistance(trial, includeMask, tempInfo); in getBestRaw()
2147 DateTimeMatcher::getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& dista… in getDistance() function in DateTimeMatcher
/third_party/node/deps/icu-small/source/i18n/
Ddtptngen_impl.h238 …int32_t getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& distanceInfo)…
Ddtptngen.cpp1542 int32_t distance=source.getDistance(trial, includeMask, tempInfo); in getBestRaw()
2320 DateTimeMatcher::getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& dista… in getDistance() function in DateTimeMatcher
/third_party/icu/icu4c/source/i18n/
Ddtptngen_impl.h238 …int32_t getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& distanceInfo)…
Ddtptngen.cpp1557 int32_t distance=source.getDistance(trial, includeMask, tempInfo); in getBestRaw()
2328 DateTimeMatcher::getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& dista… in getDistance() function in DateTimeMatcher
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp1394 getDistance(pred, SU, *IP) * MII)); in computeNodeFunctions()
1418 getDistance(SU, succ, *IS) * MII)); in computeNodeFunctions()
2416 DAG->getDistance(Dep.getSUnit(), SU, Dep) * II; in computeStart()
2424 DAG->getDistance(SU, Dep.getSUnit(), Dep) * II; in computeStart()
2440 DAG->getDistance(SU, Dep.getSUnit(), Dep) * II; in computeStart()
2448 DAG->getDistance(Dep.getSUnit(), SU, Dep) * II; in computeStart()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/
DLocaleDistanceBuilder.java202 private int getDistance(String desired, String supported, in getDistance() method in LocaleDistanceBuilder.DistanceTable
278 int distance = getDistance(desired, supported, node2, true); in addSubtables()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
DLocaleDistanceBuilder.java202 private int getDistance(String desired, String supported, in getDistance() method in LocaleDistanceBuilder.DistanceTable
278 int distance = getDistance(desired, supported, node2, true); in addSubtables()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePipeliner.h256 unsigned getDistance(SUnit *U, SUnit *V, const SDep &Dep) { in getDistance() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp228 const SCEV *Distance = D->getDistance(Level); in hasTemporalReuse()
DDependenceAnalysis.cpp276 const SCEV *FullDependence::getDistance(unsigned Level) const { in getDistance() function in FullDependence
613 const SCEV *Distance = getDistance(II); in dump()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateTimePatternGenerator.java2049 int distance = source.getDistance(trial, includeMask, tempInfo); in getBestRaw()
2760 int getDistance(DateTimeMatcher other, int includeMask, DistanceInfo distanceInfo) { in getDistance() method in DateTimePatternGenerator.DateTimeMatcher
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java2101 int distance = source.getDistance(trial, includeMask, tempInfo); in getBestRaw()
2811 int getDistance(DateTimeMatcher other, int includeMask, DistanceInfo distanceInfo) { in getDistance() method in DateTimePatternGenerator.DateTimeMatcher
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp136 const SCEV *Distance = D->getDistance(II); in populateDependencyMatrix()