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

12

  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_output_test_.cc 778 typedef testing::Types<unsigned char, unsigned int> UnsignedTypes;
779 INSTANTIATE_TYPED_TEST_CASE_P(Unsigned, TypedTestP, UnsignedTypes);
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 130 static unsigned int
177 unsigned int codeAddrSpace = getCodeAddrSpace(LD, Subtarget);
189 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar;
191 unsigned num = SimpleVT.getVectorNumElements();
207 unsigned fromTypeWidth = ScalarVT.getSizeInBits();
208 unsigned int fromType;
214 fromType = NVPTX::PTXLdStInstCode::Unsigned;
221 unsigned Opcode;
341 unsigned Opcode;
352 unsigned int CodeAddrSpace = getCodeAddrSpace(MemSD, Subtarget)
    [all...]
NVPTXAsmPrinter.cpp 81 for (unsigned i = 0, e = U->getNumOperands(); i != e; ++i) {
107 for (unsigned i = 0, e = GV->getNumOperands(); i != e; ++i)
216 unsigned InBits = TD.getTypeAllocSizeInBits(Op->getType());
222 // signed or unsigned between different targets.
329 unsigned size = 0;
349 unsigned totalsz = 0;
350 for (unsigned i=0,e=vtparts.size(); i!=e; ++i) {
351 unsigned elems = 1;
357 for (unsigned j=0, je=elems; j!=je; ++j) {
358 unsigned sz = elemtype.getSizeInBits()
    [all...]
  /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);
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 478 Value *EmitCompare(const BinaryOperator *E, unsigned UICmpOpc,
479 unsigned SICmpOpc, unsigned FCmpOpc);
560 // Integer to floating-point. This can fail for unsigned short -> __half
561 // or unsigned __int128 -> float.
595 unsigned Width = CGF.getContext().getIntWidth(DstType);
596 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType();
598 APSInt Min = APSInt::getMinValue(Width, Unsigned);
599 if (MinSrc.convertFromAPInt(Min, !Unsigned, APFloat::rmTowardZero) &
605 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/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 

Completed in 386 milliseconds

12