HomeSort by: relevance | last modified time | path
    Searched refs:Normalized (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCUDARuntime.h 60 unsigned Normalized : 1; // Normalized texture.
65 : Kind(K), Extern(E), Constant(C), Managed(M), Normalized(N),
72 bool isNormalized() const { return Normalized; }
CGCUDANV.cpp 136 /*Normalized*/ false, 0}});
144 /*Normalized*/ false, Type}});
147 bool Extern, int Type, bool Normalized) {
151 /*Managed*/ false, Normalized, Type}});
1049 auto Normalized = Args[2].getAsIntegral();
1052 Normalized.getZExtValue());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaConcept.cpp 665 auto Normalized =
671 Normalized
673 std::move(*Normalized))
818 static NormalForm makeCNF(const NormalizedConstraint &Normalized) {
819 if (Normalized.isAtomic())
820 return {{Normalized.getAtomicConstraint()}};
822 NormalForm LCNF = makeCNF(Normalized.getLHS());
823 NormalForm RCNF = makeCNF(Normalized.getRHS());
824 if (Normalized.getCompoundKind() == NormalizedConstraint::CCK_Conjunction) {
847 static NormalForm makeDNF(const NormalizedConstraint &Normalized) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 1199 SCEVExpander::getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized,
1237 bool IsMatchingSCEV = PhiSCEV == Normalized;
1273 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) {
1278 TruncTy = SE.getEffectiveSCEVType(Normalized->getType());
1317 expandCodeForImpl(Normalized->getStart(), ExpandTy,
1328 const SCEV *Step = Normalized->getStepRecurrence(SE);
1342 bool IncrementIsNUW = !useSubtract && IsIncrementNUW(SE, Normalized);
1343 bool IncrementIsNSW = !useSubtract && IsIncrementNSW(SE, Normalized);
1394 // Determine a normalized form of this expression, which is the expression
1396 const SCEVAddRecExpr *Normalized = S
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
SemaInternal.h 131 unsigned getBestEditDistance(bool Normalized) {
136 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;
TypoCorrection.h 126 /// If Normalized is true, scale the distance down by the CharDistanceWeight
128 unsigned getEditDistance(bool Normalized = true) const {
141 return Normalized ? NormalizeEditDistance(ED) : ED;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRPrinter.cpp 604 SmallVector<BranchProbability,8> Normalized(MBB.Probs.begin(),
606 BranchProbability::normalizeProbabilities(Normalized.begin(),
607 Normalized.end());
608 SmallVector<BranchProbability,8> Equal(Normalized.size());
611 return std::equal(Normalized.begin(), Normalized.end(), Equal.begin());
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 481 PHINode *getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized,
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
fpmath-sf.S 893 ;; at this point, we're doing the division. Normalized
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
fpmath-sf.S 893 ;; at this point, we're doing the division. Normalized
  /src/external/apache2/llvm/dist/llvm/lib/Support/
APFloat.cpp 59 /* The smallest E such that 2^E is a normalized number; this
1126 // Note that the result is not normalized when "omsb < precision". So, the
1127 // caller needs to call IEEEFloat::normalize() if normalized value is
1243 /* Note that a zero result is NOT normalized to fcZero. */
1758 /* Normalized addition or subtraction. */
1788 /* Normalized addition. */
1794 /* Normalized subtraction. */
1800 /* Normalized multiply. */
1818 /* Normalized divide. */
1836 /* Normalized remainder. *
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/m68k/
lb1sf68.S 240 | 1. Normalized fpns have 0 < e < MAX_EXP. They correspond to
2130 | this point the sign of the result is in d7, the result in d0-d1, normalized
2211 | Here we have a correctly rounded result (either normalized or denormalized).
2213 | Here we should have either a normalized number or a denormalized one, and
2450 | The rounding routines expect the number to be normalized in registers
2452 | exponent is larger or equal to 1. They return a properly normalized number
2463 bne 2f | if set the number is normalized
3648 | Here we have a correctly rounded result (either normalized or denormalized).
3650 | Here we should have either a normalized number or a denormalized one, and
3857 | The rounding routines expect the number to be normalized in register
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
lb1sf68.S 240 | 1. Normalized fpns have 0 < e < MAX_EXP. They correspond to
2129 | this point the sign of the result is in d7, the result in d0-d1, normalized
2210 | Here we have a correctly rounded result (either normalized or denormalized).
2212 | Here we should have either a normalized number or a denormalized one, and
2449 | The rounding routines expect the number to be normalized in registers
2451 | exponent is larger or equal to 1. They return a properly normalized number
2462 bne 2f | if set the number is normalized
3647 | Here we have a correctly rounded result (either normalized or denormalized).
3649 | Here we should have either a normalized number or a denormalized one, and
3856 | The rounding routines expect the number to be normalized in register
    [all...]

Completed in 34 milliseconds