OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Similarity
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
ASTDiff.cpp
65
/// Matches nodes one-by-one based on their
similarity
.
68
// Compute Change for each node based on
similarity
.
97
// Returns the node that has the highest degree of
similarity
.
824
double
Similarity
= getJaccardSimilarity(M, Id1, Id2);
825
if (
Similarity
>= Options.MinSimilarity &&
Similarity
> HighestSimilarity) {
826
HighestSimilarity =
Similarity
;
/src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp
1020
// Weighted
similarity
1021
double
Similarity
;
1031
UnionSample(0),
Similarity
(0.0), BaseWeight(0.0), TestWeight(0.0) {}
1167
/// Write out function-level
similarity
statistics for functions specified by
1168
/// options --function, --value-cutoff, and --
similarity
-cutoff.
1171
/// Write out program-level
similarity
and overlap statistics.
1184
///
similarity
into a profile-level
similarity
. It also dump function-level
1185
///
similarity
information of functions specified by --function,
1186
/// --value-cutoff, and --
similarity
-cutoff options. The program-leve
[
all
...]
Completed in 52 milliseconds
Indexes created Sat May 16 00:24:39 UTC 2026