Home
last modified time | relevance | path

Searched refs:correction (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dtypo-correction.mm41 // Typo correction for a property when it has as correction candidates
60 // The scope of 'do-while' ends before typo-correction takes place.
/llvm-project-15.0.7/clang/test/SemaOpenCL/
H A Dclang-builtin-version.cl20 // FIXME: the typo correction for the undeclared identifiers finds alternative
21 // suggestions, but instantiating the typo correction causes us to
32 // FIXME: the typo correction for this case goes off the rails and tries to
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dtypo-correction.m55 // Typo correction for a property when it has as correction candidates
H A Dparameterized_classes.m226 // Typo correction: protocol bias.
229 // Typo correction: type bias.
233 // Typo correction: bias set by correction itself to a protocol.
236 // Typo correction: bias set by correction itself to a type.
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-reduction.h192 Element identity{}, correction{}; in FoldSum()
203 auto next{array->At(at).Add(correction)}; in FoldSum()
208 correction = in FoldSum()
/llvm-project-15.0.7/libclc/generic/lib/math/
H A Dlog_base.h217 double correction = r * u; in log2() local
227 double r2 = fma(u*v, fma(v, fma(v, fma(v, ca_4, ca_3), ca_2), ca_1), -correction); in log2()
H A Dlog1p.cl150 double correction = r * u;
161 r2 = fma(u*v, poly, -correction);
H A Dsincos_helpers.cl516 // If xx (the tail of x) is non-zero, we add a correction
526 // If xx (the tail of x) is non-zero, we subtract a correction
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/IR/
H A DTosaOpBase.td111 // This attribute holds input zero point correction applied to the padding
/llvm-project-15.0.7/clang/docs/
H A DReleaseNotes.rst299 a typo correction suggestion if the given directive is sufficiently similar
H A Ddoxygen.cfg.in1104 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
H A DInternalsManual.rst1887 provide more accurate subsequent diagnostics. Typo correction is a typical
/llvm-project-15.0.7/lldb/docs/
H A Ddoxygen.cfg.in830 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
/llvm-project-15.0.7/openmp/runtime/doc/doxygen/
H A Dconfig959 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
/llvm-project-15.0.7/bolt/docs/
H A Ddoxygen.cfg.in1109 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
/llvm-project-15.0.7/polly/docs/
H A Ddoxygen.cfg.in1105 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
/llvm-project-15.0.7/llvm/docs/
H A Ddoxygen.cfg.in1105 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
H A DAMDGPUUsage.rst13701 need correction.
/llvm-project-15.0.7/clang-tools-extra/docs/
H A Ddoxygen.cfg.in1115 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
/llvm-project-15.0.7/openmp/docs/
H A Ddoxygen.cfg.in1105 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
/llvm-project-15.0.7/mlir/docs/
H A Ddoxygen.cfg.in1105 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
/llvm-project-15.0.7/flang/docs/
H A Ddoxygen.cfg.in1107 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td4754 defm profile_correction : BooleanFFlag<"profile-correction">, Group<clang_ignored_gcc_optimization_…