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

1 2 3 4 5 6

  /external/clang/lib/StaticAnalyzer/Core/
APSIntType.cpp 21 Value.isSigned() && Value.isNegative())
26 if (Value.isSigned() && !IsUnsigned)
36 if (Value.isSigned())
45 if (Value.isSigned() && Value.isNegative())
BasicValueFactory.cpp 175 if (V2.isSigned() && V2.isNegative())
193 if (V2.isSigned() && V2.isNegative())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
extra.decTest     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
extra.decTest     [all...]
  /external/llvm/unittests/ADT/
APIntTest.cpp 385 bool isSigned;
403 isSigned = false;
404 APInt(8, 255, isSigned).toString(S, 2, isSigned, true);
407 APInt(8, 255, isSigned).toString(S, 8, isSigned, true);
410 APInt(8, 255, isSigned).toString(S, 10, isSigned, true);
413 APInt(8, 255, isSigned).toString(S, 16, isSigned, true)
    [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/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/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 93 return (CmpInst::isSigned(p1) == CmpInst::isSigned(p2)) ||
94 (CmpInst::isSigned(p1) && ICmpInst::isEquality(p2)) ||
95 (CmpInst::isSigned(p2) && ICmpInst::isEquality(p1));
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/llvm/include/llvm/ADT/
APSInt.h 55 bool isSigned() const { return !IsUnsigned; }
62 APInt::toString(Str, Radix, isSigned());
67 return APInt::toString(Radix, isSigned());
269 if (I1.getBitWidth() == I2.getBitWidth() && I1.isSigned() == I2.isSigned())
280 if (I1.isSigned()) {
306 I.print(OS, I.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),
  /external/clang/test/CodeGen/
bitfield-2.c 17 // CHECK-RECORD: <CGBitFieldInfo Offset:0 Size:24 IsSigned:1 StorageSize:24 StorageAlignment:1>
57 // CHECK-RECORD: <CGBitFieldInfo Offset:0 Size:10 IsSigned:1 StorageSize:24 StorageAlignment:1>
58 // CHECK-RECORD: <CGBitFieldInfo Offset:10 Size:10 IsSigned:1 StorageSize:24 StorageAlignment:1>
105 // CHECK-RECORD: <CGBitFieldInfo Offset:0 Size:3 IsSigned:0 StorageSize:8 StorageAlignment:1>
277 // CHECK-RECORD: <CGBitFieldInfo Offset:0 Size:5 IsSigned:1 StorageSize:8 StorageAlignment:4>
278 // CHECK-RECORD: <CGBitFieldInfo Offset:0 Size:29 IsSigned:1 StorageSize:32 StorageAlignment:16>
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInst.cpp 151 unsigned isSigned = (F >> HexagonII::ExtentSignedPos)
156 if (isSigned) // if value is signed
166 unsigned isSigned = (F >> HexagonII::ExtentSignedPos)
171 if (isSigned) // if value is signed
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 101 SDValue ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned);
103 unsigned NumOps, bool isSigned, SDLoc dl);
106 SDNode *Node, bool isSigned);
111 SDValue ExpandIntLibCall(SDNode *Node, bool isSigned,
126 SDValue ExpandLegalINT_TO_FP(bool isSigned, SDValue LegalOp, EVT DestVT,
128 SDValue PromoteLegalINT_TO_FP(SDValue LegalOp, EVT DestVT, bool isSigned,
130 SDValue PromoteLegalFP_TO_INT(SDValue LegalOp, EVT DestVT, bool isSigned,
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 50 LLVMBool IsSigned) {
52 GenVal->IntVal = APInt(unwrap<IntegerType>(Ty)->getBitWidth(), N, IsSigned);
82 LLVMBool IsSigned) {
84 if (IsSigned)
  /external/llvm/include/llvm-c/
ExecutionEngine.h 57 LLVMBool IsSigned);
66 LLVMBool IsSigned);
  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.h 231 Imm_Opnd(I_32 val, bool isSigned = true):
232 Opnd(isSigned ? SignedImm : UnsignedImm), value(val), size(size_32) {
233 if (isSigned) {
251 Imm_Opnd(Opnd_Size sz, int64 val, bool isSigned = true):
252 Opnd(isSigned ? SignedImm : UnsignedImm), value(val), size(sz) {
277 Imm_Opnd(Opnd_Size sz, I_32 val, int isSigned = true):
278 Opnd(isSigned ? SignedImm : UnsignedImm), value(val), size(sz) {
  /sdk/emulator/qtools/
opcode.h 148 inline bool isSigned(Opcode op) { return (opcode_flags[op] & kCatSigned) != 0; }
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 165 bool SelectIToFP(const Instruction *I, bool isSigned);
166 bool SelectFPToI(const Instruction *I, bool isSigned);
167 bool SelectDiv(const Instruction *I, bool isSigned);
168 bool SelectRem(const Instruction *I, bool isSigned);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 268 /// (V-Lo) \<u Hi-Lo. This method expects that Lo <= Hi. isSigned indicates
272 bool isSigned, bool Inside) {
273 assert(cast<ConstantInt>(ConstantExpr::getICmp((isSigned ?
282 if (cast<ConstantInt>(Lo)->isMinValue(isSigned)) {
283 ICmpInst::Predicate pred = (isSigned ?
300 if (cast<ConstantInt>(Lo)->isMinValue(isSigned)) {
301 ICmpInst::Predicate pred = (isSigned ?
712 bool isSigned = LHS->isSigned() || RHS->isSigned();
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [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...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetMetaDataTest.java 656 assertFalse(rsmd.isSigned(1));
658 fail("ResultSetMetaDataTest.isSigned" + e1.getMessage());
665 rsmd.isSigned(0);
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 236 SDValue LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG, bool IsSigned) const;
245 SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG, bool IsSigned) const;
  /libcore/luni/src/main/java/javax/sql/
RowSetMetaData.java 271 * @param isSigned
277 public void setSigned(int columnIndex, boolean isSigned)

Completed in 711 milliseconds

1 2 3 4 5 6