Home
last modified time | relevance | path

Searched refs:Correction (Results 1 – 25 of 40) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ConditionOptimizer.cpp250 int Correction = (Cmp == AArch64CC::GT) ? 1 : -1; in adjustCmp() local
253 Correction = -Correction; in adjustCmp()
257 const int NewImm = std::abs(OldImm + Correction); in adjustCmp()
261 if (OldImm == 0 && ((Negative && Correction == 1) || in adjustCmp()
262 (!Negative && Correction == -1))) { in adjustCmp()
/external/llvm/lib/Target/AArch64/
DAArch64ConditionOptimizer.cpp239 int Correction = (Cmp == AArch64CC::GT) ? 1 : -1; in adjustCmp() local
242 Correction = -Correction; in adjustCmp()
246 const int NewImm = std::abs(OldImm + Correction); in adjustCmp()
250 if (OldImm == 0 && ((Negative && Correction == 1) || in adjustCmp()
251 (!Negative && Correction == -1))) { in adjustCmp()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp127 TypoCorrection Correction(ToIdent); in CorrectTypo() local
128 Correction.addCorrectionDecl(NewNamespace); in CorrectTypo()
129 return Correction; in CorrectTypo()
169 TypoCorrection Correction(ToIdent); in CorrectTypo() local
170 Correction.addCorrectionDecl(NewFunction); in CorrectTypo()
171 return Correction; in CorrectTypo()
/external/clang/lib/Sema/
DSemaLookup.cpp3911 void TypoCorrectionConsumer::addCorrection(TypoCorrection Correction) { in addCorrection() argument
3913 StringRef Name = Correction.getCorrectionAsIdentifierInfo()->getName(); in addCorrection()
3919 (Name != TypoStr || Correction.getEditDistance(true) > TypoStr.size())) in addCorrection()
3923 if (Correction.isResolved()) { in addCorrection()
3924 checkCorrectionVisibility(SemaRef, Correction); in addCorrection()
3925 if (!Correction || !isCandidateViable(*CorrectionValidator, Correction)) in addCorrection()
3930 CorrectionResults[Correction.getEditDistance(false)][Name]; in addCorrection()
3934 if (NamedDecl *NewND = Correction.getCorrectionDecl()) { in addCorrection()
3935 std::string CorrectionStr = Correction.getAsString(SemaRef.getLangOpts()); in addCorrection()
3944 *RI = Correction; in addCorrection()
[all …]
DSemaDecl.cpp337 TypoCorrection Correction = CorrectTypo( in getTypeName() local
341 IdentifierInfo *NewII = Correction.getCorrectionAsIdentifierInfo(); in getTypeName()
346 NestedNameSpecifier *NNS = Correction.getCorrectionSpecifier(); in getTypeName()
352 if (Correction && (NNS || NewII != &II) && in getTypeName()
364 diagnoseTypo(Correction, in getTypeName()
7167 TypoCorrection Correction; in DiagnoseInvalidRedeclaration() local
7198 } else if ((Correction = SemaRef.CorrectTypo( in DiagnoseInvalidRedeclaration()
7205 ExtraArgs.D.SetIdentifier(Correction.getCorrectionAsIdentifierInfo(), in DiagnoseInvalidRedeclaration()
7208 Previous.setLookupName(Correction.getCorrection()); in DiagnoseInvalidRedeclaration()
7209 for (TypoCorrection::decl_iterator CDecl = Correction.begin(), in DiagnoseInvalidRedeclaration()
[all …]
/external/clang/include/clang/Sema/
DSemaInternal.h135 void addCorrection(TypoCorrection Correction);
/external/ImageMagick/MagickCore/
Denhance.c1021 } Correction; in ColorDecisionListImage() typedef
1025 Correction in ColorDecisionListImage()
/external/libexif/po/
Den_GB.po2929 msgid "GPS Differential Correction"
2930 msgstr "GPS Differential Correction"
4874 msgid "Red Correction %f, blue Correction %f"
4875 msgstr "Red Correction %f, blue Correction %f"
Den_AU.po2929 msgid "GPS Differential Correction"
2930 msgstr "GPS Differential Correction"
4874 msgid "Red Correction %f, blue Correction %f"
4875 msgstr "Red Correction %f, blue Correction %f"
Dlibexif-12.pot2808 msgid "GPS Differential Correction"
4478 msgid "Red Correction %f, blue Correction %f"
Dzh_CN.po2812 msgid "GPS Differential Correction"
4482 msgid "Red Correction %f, blue Correction %f"
Dsq.po2812 msgid "GPS Differential Correction"
4482 msgid "Red Correction %f, blue Correction %f"
Dtr.po2812 msgid "GPS Differential Correction"
4482 msgid "Red Correction %f, blue Correction %f"
Dbe.po2812 msgid "GPS Differential Correction"
4482 msgid "Red Correction %f, blue Correction %f"
Dsr.po2853 msgid "GPS Differential Correction"
4693 msgid "Red Correction %f, blue Correction %f"
Dpt.po2812 msgid "GPS Differential Correction"
4482 msgid "Red Correction %f, blue Correction %f"
Dru.po2885 msgid "GPS Differential Correction"
4668 msgid "Red Correction %f, blue Correction %f"
Den_CA.po2819 msgid "GPS Differential Correction"
4532 msgid "Red Correction %f, blue Correction %f"
Dja.po2822 msgid "GPS Differential Correction"
4500 msgid "Red Correction %f, blue Correction %f"
Duk.po2811 msgid "GPS Differential Correction"
4481 msgid "Red Correction %f, blue Correction %f"
Dpt_BR.po2820 msgid "GPS Differential Correction"
4505 msgid "Red Correction %f, blue Correction %f"
Dfr.po2989 msgid "GPS Differential Correction"
4853 msgid "Red Correction %f, blue Correction %f"
Dsv.po2870 msgid "GPS Differential Correction"
4569 msgid "Red Correction %f, blue Correction %f"
Dcs.po2852 msgid "GPS Differential Correction"
4611 msgid "Red Correction %f, blue Correction %f"
/external/ImageMagick/
DChangeLog894 * Correction to composite Over operator (reference

12