Home
last modified time | relevance | path

Searched refs:Normalize (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp24 Normalize, enumerator
69 assert(Kind == Normalize && "Only two possibilities!"); in visitAddRecExpr()
103 return NormalizeDenormalizeRewriter(Normalize, Pred, SE).visit(S); in normalizeForPostIncUse()
108 return NormalizeDenormalizeRewriter(Normalize, Pred, SE).visit(S); in normalizeForPostIncUseIf()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dreal.h151 epsilon.Normalize( in EPSILON()
157 huge.Normalize(false, maxExponent - 1, Fraction::MASKR(binaryPrecision)); in HUGE()
162 tiny.Normalize(false, 1, Fraction::MASKL(1)); // minimum *normal* number in TINY()
190 twoPow.Normalize(false, static_cast<int>(expo), Fraction::MASKL(1))};
242 result.flags |= result.value.Normalize(
246 result.flags |= result.value.Normalize(isNegative, exponent, fraction);
322 result.flags |= result.value.Normalize(isNegative, exponent, fraction);
326 result.flags |= result.value.Normalize(isNegative, exponent, fraction);
412 RealFlags Normalize(bool negative, int exponent, const Fraction &fraction,
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DPopulateSwitch.cpp132 auto Normalize = [&](llvm::APSInt Val) { in REGISTER_TWEAK() local
140 std::make_pair(Normalize(EnumConstant->getInitVal()), EnumConstant)); in REGISTER_TWEAK()
161 auto Iter = ExpectedCases.find(Normalize(Enumerator->getInitVal())); in REGISTER_TWEAK()
181 auto Iter = ExpectedCases.find(Normalize(CE->getResultAsAPSInt())); in REGISTER_TWEAK()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h72 Normalize(); in FilePath()
200 void Normalize();
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dreal.cpp294 scaled.Normalize(false, expo - 2 * adjust + exponentBias, GetFraction()); in SQRT()
296 result.value.Normalize(false, in SQRT()
361 result.flags = result.value.Normalize(isNegative, expo, nearest); in NEAREST()
391 one.Normalize(false, exponentBias, Fraction::MASKL(1)); // 1.0 in HYPOT()
478 adjust.Normalize(IsSignBitSet(), noClipExponent, Fraction::MASKL(1)); in ToWholeNumber()
492 RealFlags Real<W, P>::Normalize(bool negative, int exponent, in Normalize() function in Fortran::evaluate::value::Real
572 flags |= Normalize(IsNegative(), newExponent, sum.value); in Round()
596 result.flags |= result.value.Normalize( in NormalizeAndRound()
737 result.Normalize(false, binaryPrecision + exponentBias - 1, GetFraction()); in RRSPACING()
752 result.Normalize( in SPACING()
[all …]
/llvm-project-15.0.7/llvm/unittests/Support/
H A DUnicodeTest.cpp334 auto Normalize = [](StringRef Name) { in TEST() local
347 auto A = Normalize(r.Name); in TEST()
348 auto B = Normalize(name); in TEST()
/llvm-project-15.0.7/flang/lib/Decimal/
H A Dbig-radix-floating-point.h202 void Normalize() { in RemoveLeastOrderZeroDigits() function
281 Normalize(); in RemoveLeastOrderZeroDigits()
H A Dbinary-to-decimal.cpp76 Normalize();
277 Normalize(); in Minimize()
H A Ddecimal-to-binary.cpp319 Normalize(); in ConvertToBinary()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.cpp101 static std::string Normalize(const std::string &value) { in Normalize() function
161 std::string s{Normalize(*charConst)}; in Enter()
495 flags_.set(Flag::AsynchronousYes, Normalize(*charConst) == "YES"); in Enter()
531 flags_.set(Flag::AdvanceYes, Normalize(*charConst) == "YES"); in Enter()
610 std::string s{Normalize(*charConst)}; in Enter()
877 auto upper{Normalize(value)}; in CheckStringValue()
/llvm-project-15.0.7/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp467 auto Normalize = [](StringRef Name) { in nearestMatchesForCodepointName() local
476 std::string NormalizedName = Normalize(Pattern); in nearestMatchesForCodepointName()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc348 void FilePath::Normalize() { in Normalize() function in testing::internal::FilePath
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dfp_mul_impl.inc87 // Normalize the significand and adjust the exponent if needed.
H A Dfp_add_impl.inc73 // Normalize any denormals, and adjust the exponent accordingly.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/Transforms/
H A DPasses.td32 let summary = "Normalize memrefs";
/llvm-project-15.0.7/lld/
H A DCMakeLists.txt60 # Normalize LLVM_CMAKE_DIR. --cmakedir might contain backslashes.
/llvm-project-15.0.7/mlir/test/Dialect/Affine/
H A Daffine-loop-normalize.mlir3 // Normalize steps to 1 and lower bounds to 0.
/llvm-project-15.0.7/clang/
H A DCMakeLists.txt60 # Normalize LLVM_CMAKE_DIR. --cmakedir might contain backslashes.