| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGCUDARuntime.h | 73 unsigned Normalized : 1; // Normalized texture. variable 78 : Kind(K), Extern(E), Constant(C), Managed(M), Normalized(N), in DeviceVarFlags() 85 bool isNormalized() const { return Normalized; } in isNormalized()
|
| H A D | CGCUDANV.cpp | 158 bool Extern, int Type, bool Normalized) { in registerDeviceTex() argument 162 /*Managed*/ false, Normalized, Type}}); in registerDeviceTex() 1081 auto Normalized = Args[2].getAsIntegral(); in handleVarRegistration() local 1084 Normalized.getZExtValue()); in handleVarRegistration()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 1087 auto Normalized = in getNormalizedAssociatedConstraints() local 1093 Normalized in getNormalizedAssociatedConstraints() 1095 std::move(*Normalized)) in getNormalizedAssociatedConstraints() 1250 static NormalForm makeCNF(const NormalizedConstraint &Normalized) { in makeCNF() argument 1251 if (Normalized.isAtomic()) in makeCNF() 1252 return {{Normalized.getAtomicConstraint()}}; in makeCNF() 1254 NormalForm LCNF = makeCNF(Normalized.getLHS()); in makeCNF() 1255 NormalForm RCNF = makeCNF(Normalized.getRHS()); in makeCNF() 1256 if (Normalized.getCompoundKind() == NormalizedConstraint::CCK_Conjunction) { in makeCNF() 1279 static NormalForm makeDNF(const NormalizedConstraint &Normalized) { in makeDNF() argument [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 1196 SCEVExpander::getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized, in getAddRecExprPHILiterally() argument 1234 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally() 1268 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally() 1273 TruncTy = SE.getEffectiveSCEVType(Normalized->getType()); in getAddRecExprPHILiterally() 1307 expandCodeForImpl(Normalized->getStart(), ExpandTy, in getAddRecExprPHILiterally() 1318 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() 1332 bool IncrementIsNUW = !useSubtract && IsIncrementNUW(SE, Normalized); in getAddRecExprPHILiterally() 1333 bool IncrementIsNSW = !useSubtract && IsIncrementNSW(SE, Normalized); in getAddRecExprPHILiterally() 1387 const SCEVAddRecExpr *Normalized = S; in expandAddRecExprLiterally() local 1391 Normalized = cast<SCEVAddRecExpr>(normalizeForPostIncUse(S, Loops, SE)); in expandAddRecExprLiterally() [all …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 632 SmallVector<BranchProbability,8> Normalized(MBB.Probs.begin(), in canPredictBranchProbabilities() local 634 BranchProbability::normalizeProbabilities(Normalized.begin(), in canPredictBranchProbabilities() 635 Normalized.end()); in canPredictBranchProbabilities() 636 SmallVector<BranchProbability,8> Equal(Normalized.size()); in canPredictBranchProbabilities() 639 return std::equal(Normalized.begin(), Normalized.end(), Equal.begin()); in canPredictBranchProbabilities()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 495 PHINode *getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized,
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | style.pod | 32 say "Normalized version is ", $pkgpath->fullpkgpath;
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | APFloat.cpp | 4458 IEEEFloat Normalized(Arg); in ilogb() local 4461 Normalized.exponent += SignificandBits; in ilogb() 4462 Normalized.normalize(IEEEFloat::rmNearestTiesToEven, lfExactlyZero); in ilogb() 4463 return Normalized.exponent - SignificandBits; in ilogb()
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ |
| H A D | perlxstypemap.pod | 572 Perl. Normalized means that all C<*> are replaced by the
|
| /openbsd-src/gnu/usr.bin/perl/win32/ |
| H A D | config_H.gc | 2595 * FP_NORMAL Normalized 2606 * FP_NORMAL Normalized
|
| H A D | config_H.vc | 2595 * FP_NORMAL Normalized 2606 * FP_NORMAL Normalized
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/ |
| H A D | lb1sf68.asm | 104 | 1. Normalized fpns have 0 < e < MAX_EXP. They correspond to
|
| /openbsd-src/gnu/gcc/gcc/config/m68k/ |
| H A D | lb1sf68.asm | 174 | 1. Normalized fpns have 0 < e < MAX_EXP. They correspond to
|
| /openbsd-src/gnu/usr.bin/perl/plan9/ |
| H A D | config_h.sample | 1264 * FP_NORMAL Normalized
|
| H A D | config.plan9 | 1316 * FP_NORMAL Normalized
|