Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp24 Normalize, enumerator
69 assert(Kind == Normalize && "Only two possibilities!"); in visitAddRecExpr()
107 NormalizeDenormalizeRewriter(Normalize, Pred, SE).visit(S); in normalizeForPostIncUse()
117 return NormalizeDenormalizeRewriter(Normalize, Pred, SE).visit(S); in normalizeForPostIncUseIf()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h77 Normalize(); in FilePath()
206 void Normalize();
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.h92 GENERATE_HLSL_INTRINSIC_FUNCTION(Normalize, normalize)
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp463 auto Normalize = [](StringRef Name) { in nearestMatchesForCodepointName()
472 std::string NormalizedName = Normalize(Pattern); in nearestMatchesForCodepointName()
466 auto Normalize = [](StringRef Name) { nearestMatchesForCodepointName() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h234 FormulaType Normalize(const NormalizedConstraint &C);
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-filepath.cc386 void FilePath::Normalize() { in Normalize() function in testing::internal::FilePath
/freebsd/contrib/llvm-project/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.
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1949 return SubsumptionChecker::Normalize<CNFFormula>(C); in CNF()
1952 return SubsumptionChecker::Normalize<DNFFormula>(C); in DNF()
1969 FormulaType SubsumptionChecker::Normalize(const NormalizedConstraint &NC) { in Normalize() function in SubsumptionChecker
1987 Left = Normalize<FormulaType>(NC.getLHS()); in Normalize()
1988 Right = Normalize<FormulaType>(NC.getRHS()); in Normalize()
/freebsd/crypto/heimdal/lib/wind/
H A Drfc4518.txt124 3) Normalize
195 3) Normalize
264 2.3. Normalize
H A Drfc3454.txt310 2) Normalize -- Possibly normalize the result of step 1 using Unicode
/freebsd/contrib/one-true-awk/
H A DChangeLog210 * tran.c (setfval): Normalize negative zero to positive zero.
/freebsd/libexec/rc/
H A Dnetwork.subr1101 # Normalize $_if before using it in a pattern to list_vars()
1201 # Normalize the last part by removing ":"
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def271 CODEGENOPT(SanitizeCfiICallNormalizeIntegers, 1, 0, Benign) ///< Normalize integer types in
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td452 defm : DemangledExtendedBuiltin<"Normalize", GLSL_std_450, 69>;
H A DSPIRVInstructionSelector.cpp3122 return selectExtInst(ResVReg, ResType, I, CL::normalize, GL::Normalize); in selectIntrinsic()
/freebsd/contrib/jemalloc/
H A DChangeLog929 - Normalize size class spacing to be consistent across the complete size
/freebsd/contrib/expat/
H A DChanges287 #1032 Windows: Normalize .bat files to CRLF line endings
/freebsd/contrib/tcsh/
H A DFixes1776 30. Normalize-path editor function.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2639 … HelpText<"Normalize integers in CFI indirect call type signature checks">,