HomeSort by relevance Sort by last modified time
    Searched defs:Correction (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64ConditionOptimizer.cpp 232 int Correction = (Cmp == AArch64CC::GT) ? 1 : -1;
233 // Negate Correction value for comparison with negative immediate (CMN).
235 Correction = -Correction;
239 const int NewImm = std::abs(OldImm + Correction);
243 if (OldImm == 0 && ((Negative && Correction == 1) ||
244 (!Negative && Correction == -1))) {
  /external/ImageMagick/MagickCore/
enhance.c 131 Apply gamma correction equally across all given channels.
451 % ColorDecisionListImage() accepts a lightweight Color Correction Collection
453 % the correction to the image. Here is a sample CCC file:
480 % o color_correction_collection: the color correction collection in XML.
496 } Correction;
500 Correction
696 " Color Correction Collection:");
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 329 TypoCorrection Correction = CorrectTypo(
333 IdentifierInfo *NewII = Correction.getCorrectionAsIdentifierInfo();
338 NestedNameSpecifier *NNS = Correction.getCorrectionSpecifier();
344 if (Correction && (NNS || NewII != &II) &&
345 // Ignore a correction to a template type as the to-be-corrected
346 // identifier is not a template (typo correction for template names
356 diagnoseTypo(Correction,
366 // If typo correction failed or was not performed, fall through
805 // Perform typo correction to determine if there is another name that is
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 146 milliseconds