Home
last modified time | relevance | path

Searched refs:Normalized (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaConcept.cpp665 auto Normalized = in getNormalizedAssociatedConstraints() local
671 Normalized in getNormalizedAssociatedConstraints()
673 std::move(*Normalized)) in getNormalizedAssociatedConstraints()
818 static NormalForm makeCNF(const NormalizedConstraint &Normalized) { in makeCNF() argument
819 if (Normalized.isAtomic()) in makeCNF()
820 return {{Normalized.getAtomicConstraint()}}; in makeCNF()
822 NormalForm LCNF = makeCNF(Normalized.getLHS()); in makeCNF()
823 NormalForm RCNF = makeCNF(Normalized.getRHS()); in makeCNF()
824 if (Normalized.getCompoundKind() == NormalizedConstraint::CCK_Conjunction) { in makeCNF()
847 static NormalForm makeDNF(const NormalizedConstraint &Normalized) { in makeDNF() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDARuntime.h60 unsigned Normalized : 1; // Normalized texture. variable
65 : Kind(K), Extern(E), Constant(C), Managed(M), Normalized(N), in DeviceVarFlags()
72 bool isNormalized() const { return Normalized; } in isNormalized()
H A DCGCUDANV.cpp147 bool Extern, int Type, bool Normalized) { in registerDeviceTex() argument
151 /*Managed*/ false, Normalized, Type}}); in registerDeviceTex()
1049 auto Normalized = Args[2].getAsIntegral(); in handleVarRegistration() local
1052 Normalized.getZExtValue()); in handleVarRegistration()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1199 SCEVExpander::getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized, in getAddRecExprPHILiterally() argument
1237 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1273 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
1278 TruncTy = SE.getEffectiveSCEVType(Normalized->getType()); in getAddRecExprPHILiterally()
1317 expandCodeForImpl(Normalized->getStart(), ExpandTy, in getAddRecExprPHILiterally()
1328 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally()
1342 bool IncrementIsNUW = !useSubtract && IsIncrementNUW(SE, Normalized); in getAddRecExprPHILiterally()
1343 bool IncrementIsNSW = !useSubtract && IsIncrementNSW(SE, Normalized); in getAddRecExprPHILiterally()
1396 const SCEVAddRecExpr *Normalized = S; in expandAddRecExprLiterally() local
1400 Normalized = cast<SCEVAddRecExpr>(normalizeForPostIncUse(S, Loops, SE)); in expandAddRecExprLiterally()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp604 SmallVector<BranchProbability,8> Normalized(MBB.Probs.begin(), in canPredictBranchProbabilities() local
606 BranchProbability::normalizeProbabilities(Normalized.begin(), in canPredictBranchProbabilities()
607 Normalized.end()); in canPredictBranchProbabilities()
608 SmallVector<BranchProbability,8> Equal(Normalized.size()); in canPredictBranchProbabilities()
611 return std::equal(Normalized.begin(), Normalized.end(), Equal.begin()); in canPredictBranchProbabilities()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTypoCorrection.h128 unsigned getEditDistance(bool Normalized = true) const {
141 return Normalized ? NormalizeEditDistance(ED) : ED;
H A DSemaInternal.h131 unsigned getBestEditDistance(bool Normalized) { in getBestEditDistance() argument
136 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED; in getBestEditDistance()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h481 PHINode *getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized,
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rl78/
H A Dfpmath-sf.S893 ;; at this point, we're doing the division. Normalized
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
H A Dfpmath-sf.S893 ;; at this point, we're doing the division. Normalized
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp4175 IEEEFloat Normalized(Arg); in ilogb() local
4178 Normalized.exponent += SignificandBits; in ilogb()
4179 Normalized.normalize(IEEEFloat::rmNearestTiesToEven, lfExactlyZero); in ilogb()
4180 return Normalized.exponent - SignificandBits; in ilogb()
/netbsd-src/sys/arch/m68k/fpsp/
H A Ddo_func.sa41 * do_func by forcing the default result. Normalized and
H A Ddecbin.sa39 * Input: Normalized packed bcd value in ETEMP(a6).
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
H A Dlb1sf68.S240 | 1. Normalized fpns have 0 < e < MAX_EXP. They correspond to
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/m68k/
H A Dlb1sf68.S240 | 1. Normalized fpns have 0 < e < MAX_EXP. They correspond to
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dfunstack.ok719 Evaluation of Normalized Taylor
H A Dfunstack.in5148 …title = "{ACM} Algorithm 413: {ENTCAF} and {ENTCRE}: Evaluation of Normalized {Taylor} Coef…