HomeSort by relevance Sort by last modified time
    Searched defs:IsSigned (Results 1 - 14 of 14) sorted by null

  /external/eigen/Eigen/src/Core/
NumTraits.h 42 * \li An enum value \a IsSigned. It is equal to \c 1 if \a T is a signed type and to 0 if \a T is unsigned.
55 IsSigned = std::numeric_limits<T>::is_signed,
137 IsSigned = NumTraits<Scalar>::IsSigned,
  /external/clang/lib/CodeGen/
CGRecordLayout.h 75 unsigned IsSigned : 1;
85 : Offset(), Size(), IsSigned(), StorageSize(), StorageAlignment() {}
87 CGBitFieldInfo(unsigned Offset, unsigned Size, bool IsSigned,
89 : Offset(Offset), Size(Size), IsSigned(IsSigned),
CGRecordLayoutBuilder.cpp 238 bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType();
261 return CGBitFieldInfo(Offset, Size, IsSigned, StorageSize, StorageAlignment);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CheckedInt.h 194 struct IsSigned
204 IsSigned<IntegerType>::value
235 IsSigned<IntegerType>::value
278 bool IsTSigned = IsSigned<T>::value,
279 bool IsUSigned = IsSigned<U>::value>
304 bool IsTSigned = IsSigned<T>::value,
305 bool IsUSigned = IsSigned<U>::value,
376 return IsSigned<T>::value
392 return IsSigned<T>::value
398 bool IsSigned = IsSigned<T>::value
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 77 bool IsSigned);
187 bool IsSigned) {
203 if ((!IsSigned || SE->isKnownNonNegative(S)) &&
204 SE->isKnownPredicate(IsSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
211 if (IsSigned && !SE->isKnownNonNegative(LessOne))
214 if (!SE->isKnownPredicate(IsSigned ?
244 bool IsSigned = Rem->getOpcode() == Instruction::SRem;
245 if (IsSigned || Rem->getOpcode() == Instruction::URem) {
246 eliminateIVRemainder(Rem, IVOperand, IsSigned);
  /external/ceres-solver/include/ceres/
jet.h 738 IsSigned,
  /external/llvm/include/llvm/MC/
MCAssembler.h 457 /// IsSigned - True if this is a sleb128, false if uleb128.
458 bool IsSigned;
464 Value(&Value_), IsSigned(IsSigned_) { Contents.push_back(0); }
471 bool isSigned() const { return IsSigned; }
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 632 bool IsSigned; // Was an sext user seen before a zext?
634 WideIVInfo() : NarrowIV(0), WidestNativeType(0), IsSigned(false) {}
657 bool IsSigned = Cast->getOpcode() == Instruction::SExt;
658 if (!IsSigned && Cast->getOpcode() != Instruction::ZExt)
668 WI.IsSigned = IsSigned;
673 if (WI.IsSigned != IsSigned)
705 bool IsSigned;
728 IsSigned(WI.IsSigned)
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 448 milliseconds