HomeSort by relevance Sort by last modified time
    Searched refs:Unsigned (Results 26 - 41 of 41) sorted by null

12

  /external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.cpp 37 void NVPTXInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
40 unsigned RCId = (RegNo >> 28);
68 unsigned VReg = RegNo & 0x0FFFFFFF;
80 void NVPTXInstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
84 unsigned Reg = Op.getReg();
250 else if (Imm == NVPTX::PTXLdStInstCode::Unsigned)
  /prebuilts/runtime/common/dex/
dex-host-prebuilt.jar 
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 36 CompileUnit::CompileUnit(unsigned UID, unsigned L, DIE *D, const MDNode *N,
46 for (unsigned j = 0, M = DIEBlocks.size(); j < M; ++j)
102 void CompileUnit::addFlag(DIE *Die, unsigned Attribute) {
110 /// addUInt - Add an unsigned integer attribute data and value.
112 void CompileUnit::addUInt(DIE *Die, unsigned Attribute,
113 unsigned Form, uint64_t Integer) {
122 void CompileUnit::addSInt(DIE *Die, unsigned Attribute,
123 unsigned Form, int64_t Integer) {
134 void CompileUnit::addString(DIE *Die, unsigned Attribute, StringRef String)
    [all...]
  /external/chromium/testing/gtest/test/
gtest_output_test_.cc 778 typedef testing::Types<unsigned char, unsigned int> UnsignedTypes;
779 INSTANTIATE_TYPED_TEST_CASE_P(Unsigned, TypedTestP, UnsignedTypes);
  /external/chromium_org/testing/gtest/test/
gtest_output_test_.cc 791 typedef testing::Types<unsigned char, unsigned int> UnsignedTypes;
792 INSTANTIATE_TYPED_TEST_CASE_P(Unsigned, TypedTestP, UnsignedTypes);
  /external/clang/lib/AST/
ASTContext.cpp 43 unsigned ASTContext::NumImplicitDefaultConstructors;
44 unsigned ASTContext::NumImplicitDefaultConstructorsDeclared;
45 unsigned ASTContext::NumImplicitCopyConstructors;
46 unsigned ASTContext::NumImplicitCopyConstructorsDeclared;
47 unsigned ASTContext::NumImplicitMoveConstructors;
48 unsigned ASTContext::NumImplicitMoveConstructorsDeclared;
49 unsigned ASTContext::NumImplicitCopyAssignmentOperators;
50 unsigned ASTContext::NumImplicitCopyAssignmentOperatorsDeclared;
51 unsigned ASTContext::NumImplicitMoveAssignmentOperators;
52 unsigned ASTContext::NumImplicitMoveAssignmentOperatorsDeclared
    [all...]
  /external/gtest/test/
gtest_output_test_.cc 778 typedef testing::Types<unsigned char, unsigned int> UnsignedTypes;
779 INSTANTIATE_TYPED_TEST_CASE_P(Unsigned, TypedTestP, UnsignedTypes);
  /external/protobuf/gtest/test/
gtest_output_test_.cc 755 typedef testing::Types<unsigned char, unsigned int> UnsignedTypes;
756 INSTANTIATE_TYPED_TEST_CASE_P(Unsigned, TypedTestP, UnsignedTypes);
  /ndk/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc 791 typedef testing::Types<unsigned char, unsigned int> UnsignedTypes;
792 INSTANTIATE_TYPED_TEST_CASE_P(Unsigned, TypedTestP, UnsignedTypes);
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 171 static unsigned int getCodeAddrSpace(MemSDNode *N,
206 unsigned int codeAddrSpace = getCodeAddrSpace(LD, Subtarget);
218 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar;
220 unsigned num = SimpleVT.getVectorNumElements();
237 unsigned fromTypeWidth = std::max(8U, ScalarVT.getSizeInBits());
238 unsigned int fromType;
244 fromType = NVPTX::PTXLdStInstCode::Unsigned;
251 unsigned Opcode;
432 unsigned Opcode;
442 unsigned int CodeAddrSpace = getCodeAddrSpace(MemSD, Subtarget)
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 482 Value *EmitCompare(const BinaryOperator *E, unsigned UICmpOpc,
483 unsigned SICmpOpc, unsigned FCmpOpc);
564 // Integer to floating-point. This can fail for unsigned short -> __half
565 // or unsigned __int128 -> float.
596 unsigned Width = CGF.getContext().getIntWidth(DstType);
597 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType();
599 APSInt Min = APSInt::getMinValue(Width, Unsigned);
601 if (MinSrc.convertFromAPInt(Min, !Unsigned, APFloat::rmTowardZero) &
611 APSInt Max = APSInt::getMaxValue(Width, Unsigned);
    [all...]
  /external/chromium/base/
string_util.cc 451 typename ToUnsigned<typename STR::value_type>::Unsigned c = str[i];
    [all...]
  /external/chromium_org/base/strings/
string_util.cc 396 typename ToUnsigned<typename STR::value_type>::Unsigned c = str[i];
  /external/dropbear/libtommath/
bn.tex 347 ISO C ``unsigned long'' data type and each digit is $28-$bits long. The mp\_digit type can be configured to suit other
643 an ISO C style ``unsigned long'' constant. The reason for both functions is efficiency. Setting a single digit is quick but the
683 To set a constant that is the size of an ISO C ``unsigned long'' and larger than a single digit the following function
688 int mp_set_int (mp_int * a, unsigned long b);
695 To get the ``unsigned long'' copy of an mp\_int the following function can be used.
699 unsigned long mp_get_int (mp_int * a);
743 int mp_init_set_int (mp_int * a, unsigned long b);
807 \subsection{Unsigned comparison}
809 An unsigned comparison considers only the digits themselves and not the associated \textit{sign} flag of the
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]

Completed in 741 milliseconds

12