HomeSort by relevance Sort by last modified time
    Searched full:issigned (Results 101 - 125 of 134) sorted by null

1 2 3 45 6

  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 918 EIGEN_STATIC_ASSERT(NumTraits<Index>::IsSigned,THE_INDEX_TYPE_MUST_BE_A_SIGNED_TYPE);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 240 SDNode *SelectV6T2BitfieldExtractOp(SDNode *N, bool isSigned);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h     [all...]
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
CodeGenPrepare.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 369 if (Value.isSigned() && Value.isNegative()) {
    [all...]
ASTImporter.cpp     [all...]
ItaniumMangle.cpp 722 if (Value.isSigned() && Value.isNegative()) {
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CGStmt.cpp 917 if (LHS.isSigned() ? RHS.slt(LHS) : RHS.ult(LHS))
    [all...]
ItaniumCXXABI.cpp 507 return llvm::ConstantInt::get(CGM.PtrDiffTy, -1ULL, /*isSigned=*/true);
    [all...]
CGObjCGNU.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 212 (void) Flt.convertToInteger(x, IntBitWidth, /*isSigned=*/true,
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaType.cpp     [all...]
SemaChecking.cpp     [all...]
SemaOverload.cpp 336 Result.convertFromAPInt(IntConstantValue, IntConstantValue.isSigned(),
419 if (InitializerValue.isSigned() && InitializerValue.isNegative())
431 ConvertedValue.setIsSigned(InitializerValue.isSigned());
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 596 MI->getOperand(0).getCImm()->getValue().print(OS, false /*isSigned*/);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 168 'issigned':'is_signed',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 168 'issigned':'is_signed',
    [all...]

Completed in 1198 milliseconds

1 2 3 45 6