Home
last modified time | relevance | path

Searched refs:Normalize (Results 1 – 15 of 15) 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/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/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/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.subr1081 # Normalize $_if before using it in a pattern to list_vars()
1181 # Normalize the last part by removing ":"
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def268 CODEGENOPT(SanitizeCfiICallNormalizeIntegers, 1, 0) ///< Normalize integer types in
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td442 defm : DemangledExtendedBuiltin<"Normalize", GLSL_std_450, 69>;
/freebsd/contrib/jemalloc/
H A DChangeLog829 - Normalize size class spacing to be consistent across the complete size
/freebsd/contrib/tcsh/
H A DFixes1776 30. Normalize-path editor function.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2547 … HelpText<"Normalize integers in CFI indirect call type signature checks">,