Searched defs:CharDistanceWeight (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DTypoCorrection.h37 static const unsigned CharDistanceWeight = 100U; member in class:clang::TypoCorrection
109 return (ED + CharDistanceWeight / 2) / CharDistanceWeight;
113 /// If Normalized is true, scale the distance down by the CharDistanceWeight
120 CharDistance * CharDistanceWeight +
125 // Half the CharDistanceWeight is added to ED to simulate rounding since

Completed in 76 milliseconds