HomeSort by relevance Sort by last modified time
    Searched full:issigned (Results 26 - 50 of 380) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm-c/
ExecutionEngine.h 56 LLVMBool IsSigned);
65 LLVMBool IsSigned);
  /external/pdfium/third_party/libopenjpeg20/
mct.h 123 @param isSigned tells if the data is signed
131 OPJ_UINT32 isSigned);
mct.c 444 OPJ_UINT32 isSigned)
457 OPJ_ARG_NOT_USED(isSigned);
497 OPJ_UINT32 isSigned)
508 OPJ_ARG_NOT_USED(isSigned);
  /external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp 352 int getNBitIntegerMaxValue (bool isSigned, int numBits)
358 else if (isSigned)
364 int getNBitIntegerMinValue (bool isSigned, int numBits)
370 else if (isSigned)
376 tcu::IVec4 getNBitIntegerVec4MaxValue (bool isSigned, const tcu::IVec4& numBits)
378 return tcu::IVec4(getNBitIntegerMaxValue(isSigned, numBits[0]),
379 getNBitIntegerMaxValue(isSigned, numBits[1]),
380 getNBitIntegerMaxValue(isSigned, numBits[2]),
381 getNBitIntegerMaxValue(isSigned, numBits[3]));
384 tcu::IVec4 getNBitIntegerVec4MinValue (bool isSigned, const tcu::IVec4& numBits
    [all...]
es31fShaderIntegerFunctionTests.cpp 376 const bool isSigned = glu::isDataTypeIntOrIVec(type);
407 if (isSigned)
472 const bool isSigned = glu::isDataTypeIntOrIVec(type);
501 if (isSigned)
765 const bool isSigned = glu::isDataTypeIntOrIVec(type);
776 const deUint32 ref = baseVal | ((isSigned && (baseVal & (1<<(bits-1)))) ? ~valMask : 0u);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 136 bool SelectIToFP(const Instruction *I, bool IsSigned);
137 bool SelectFPToI(const Instruction *I, bool IsSigned);
174 unsigned SrcReg, bool IsSigned);
175 unsigned PPCMoveToFPReg(MVT VT, unsigned SrcReg, bool IsSigned);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 179 if (V2.isSigned() && V2.isNegative())
197 if (V2.isSigned() && V2.isNegative())
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 780 bool IsSigned = false; // Was a sext user seen before a zext?
789 bool IsSigned = Cast->getOpcode() == Instruction::SExt;
790 if (!IsSigned && Cast->getOpcode() != Instruction::ZExt)
813 WI.IsSigned = IsSigned;
818 if (WI.IsSigned != IsSigned)
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 95 Instruction *Start, Instruction *Exit, Type *RT, bool &IsSigned,
138 if (IsSigned != IsSExtInst)
142 IsSigned = IsSExtInst;
193 bool IsSigned = false;
345 IsSigned, VisitedInsts, CastInsts))
357 ReduxDesc.getUnsafeAlgebraInst(), RecurrenceType, IsSigned, CastInsts);
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 112 SDValue ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned);
114 unsigned NumOps, bool isSigned, SDLoc dl);
117 SDNode *Node, bool isSigned);
122 SDValue ExpandIntLibCall(SDNode *Node, bool isSigned,
141 SDValue ExpandLegalINT_TO_FP(bool isSigned, SDValue LegalOp, EVT DestVT,
143 SDValue PromoteLegalINT_TO_FP(SDValue LegalOp, EVT DestVT, bool isSigned,
145 SDValue PromoteLegalFP_TO_INT(SDValue LegalOp, EVT DestVT, bool isSigned,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 153 bool SelectIToFP(const Instruction *I, bool isSigned);
154 bool SelectFPToI(const Instruction *I, bool isSigned);
155 bool SelectDiv(const Instruction *I, bool isSigned);
156 bool SelectRem(const Instruction *I, bool isSigned);
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.cpp 479 const bool isSigned = glu::isDataTypeIntOrIVec(type);
510 if (isSigned)
590 const bool isSigned = glu::isDataTypeIntOrIVec(type);
619 if (isSigned)
928 const bool isSigned = glu::isDataTypeIntOrIVec(type);
939 const deUint32 ref = baseVal | ((isSigned && (baseVal & (1<<(bits-1)))) ? ~valMask : 0u);
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 403 /// IsSigned - True if this is a sleb128, false if uleb128.
404 bool IsSigned;
410 : MCFragment(FT_LEB, false, 0, Sec), Value(&Value_), IsSigned(IsSigned_) {
419 bool isSigned() const { return IsSigned; }
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
align.go 469 Issigned[TINT] = true
470 Issigned[TINT8] = true
471 Issigned[TINT16] = true
472 Issigned[TINT32] = true
473 Issigned[TINT64] = true
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/amd64/
ggen.go 191 if gc.Issigned[t.Etype] {
201 if gc.Issigned[t.Etype] {
278 if !gc.Issigned[t.Etype] {
465 if op == gc.ORSH && gc.Issigned[nl.Type.Etype] {
520 if gc.Issigned[nl.Type.Etype] {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
align.go 466 Issigned[TINT] = true
467 Issigned[TINT8] = true
468 Issigned[TINT16] = true
469 Issigned[TINT32] = true
470 Issigned[TINT64] = true
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
align.go 469 Issigned[TINT] = true
470 Issigned[TINT8] = true
471 Issigned[TINT16] = true
472 Issigned[TINT32] = true
473 Issigned[TINT64] = true
  /prebuilts/go/linux-x86/src/cmd/compile/internal/amd64/
ggen.go 191 if gc.Issigned[t.Etype] {
201 if gc.Issigned[t.Etype] {
278 if !gc.Issigned[t.Etype] {
465 if op == gc.ORSH && gc.Issigned[nl.Type.Etype] {
520 if gc.Issigned[nl.Type.Etype] {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
align.go 466 Issigned[TINT] = true
467 Issigned[TINT8] = true
468 Issigned[TINT16] = true
469 Issigned[TINT32] = true
470 Issigned[TINT64] = true
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 49 bool IsSigned) {
50 if (!IsSigned)
61 Constant *In2, bool IsSigned = false) {
70 IsSigned))
78 IsSigned);
83 bool IsSigned) {
84 if (!IsSigned)
96 Constant *In2, bool IsSigned = false) {
105 IsSigned))
113 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);
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/x86/
ggen.go 220 if gc.Issigned[t.Etype] {
230 if gc.Issigned[t.Etype] {
304 if !gc.Issigned[t.Etype] {
360 if gc.Issigned[nl.Type.Etype] {
478 if op == gc.ORSH && gc.Issigned[nl.Type.Etype] {
513 if gc.Issigned[nl.Type.Etype] {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
ggen.go 217 if gc.Issigned[t.Etype] {
227 if gc.Issigned[t.Etype] {
301 if !gc.Issigned[t.Etype] {
357 if gc.Issigned[nl.Type.Etype] {
475 if op == gc.ORSH && gc.Issigned[nl.Type.Etype] {
510 if gc.Issigned[nl.Type.Etype] {
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/x86/
ggen.go 220 if gc.Issigned[t.Etype] {
230 if gc.Issigned[t.Etype] {
304 if !gc.Issigned[t.Etype] {
360 if gc.Issigned[nl.Type.Etype] {
478 if op == gc.ORSH && gc.Issigned[nl.Type.Etype] {
513 if gc.Issigned[nl.Type.Etype] {

Completed in 1236 milliseconds

12 3 4 5 6 7 8 91011>>