/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaConcept.cpp | 665 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 D | CGCUDARuntime.h | 60 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 D | CGCUDANV.cpp | 147 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 D | ScalarEvolutionExpander.cpp | 1199 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 D | MIRPrinter.cpp | 604 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 D | TypoCorrection.h | 128 unsigned getEditDistance(bool Normalized = true) const { 141 return Normalized ? NormalizeEditDistance(ED) : ED;
|
H A D | SemaInternal.h | 131 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 D | ScalarEvolutionExpander.h | 481 PHINode *getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized,
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rl78/ |
H A D | fpmath-sf.S | 893 ;; at this point, we're doing the division. Normalized
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rl78/ |
H A D | fpmath-sf.S | 893 ;; at this point, we're doing the division. Normalized
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | APFloat.cpp | 4175 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 D | do_func.sa | 41 * do_func by forcing the default result. Normalized and
|
H A D | decbin.sa | 39 * Input: Normalized packed bcd value in ETEMP(a6).
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/m68k/ |
H A D | lb1sf68.S | 240 | 1. Normalized fpns have 0 < e < MAX_EXP. They correspond to
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/m68k/ |
H A D | lb1sf68.S | 240 | 1. Normalized fpns have 0 < e < MAX_EXP. They correspond to
|
/netbsd-src/external/historical/nawk/dist/testdir/ |
H A D | funstack.ok | 719 Evaluation of Normalized Taylor
|
H A D | funstack.in | 5148 …title = "{ACM} Algorithm 413: {ENTCAF} and {ENTCRE}: Evaluation of Normalized {Taylor} Coef…
|