Home
last modified time | relevance | path

Searched refs:Index2 (Results 1 – 9 of 9) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_morphing.cpp327 typedef Eigen::DSizes<Eigen::DenseIndex, 2> Index2; in test_strided_slice() typedef
335 Index2 strides(-2,-1); in test_strided_slice()
336 Index2 indicesStart(5,7); in test_strided_slice()
337 Index2 indicesStop(0,4); in test_strided_slice()
348 Index2 strides(1,1); in test_strided_slice()
349 Index2 indicesStart(5,4); in test_strided_slice()
350 Index2 indicesStop(5,5); in test_strided_slice()
356 Index2 strides(1,-1); in test_strided_slice()
357 Index2 indicesStart(-3,20); // should become 0,10 in test_strided_slice()
358 Index2 indicesStop(20,-11); // should become 11, -1 in test_strided_slice()
[all …]
/external/vboot_reference/utility/
Defidecompress.c563 UINT16 Index2; in DecodeC() local
585 Index2 = Sd->mCTable[Sd->mBitBuf >> (BITBUFSIZ - 12)]; in DecodeC()
587 if (Index2 >= NC) { in DecodeC()
592 Index2 = Sd->mRight[Index2]; in DecodeC()
594 Index2 = Sd->mLeft[Index2]; in DecodeC()
598 } while (Index2 >= NC); in DecodeC()
603 FillBuf (Sd, Sd->mCLen[Index2]); in DecodeC()
605 return Index2; in DecodeC()
/external/eigen/unsupported/Eigen/src/BVH/
DBVAlgorithms.h96 typedef typename BVH2::Index Index2; in BVIntersect() typedef
109 …std::vector<std::pair<Index1, Index2> > todo(1, std::make_pair(tree1.getRootIndex(), tree2.getRoot… in BVIntersect()
239 typedef typename BVH2::Index Index2; in BVMinimize() typedef
242 typedef std::pair<Scalar, std::pair<Index1, Index2> > QueueElement; //first element is priority in BVMinimize()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h6145 inline uint32_t makePshufdMask(SizeT Index0, SizeT Index1, SizeT Index2,
6148 ((Index2 & 0x3) << 4) | ((Index3 & 0x3) << 6);
6155 Operand *Src, SizeT Index0, SizeT Index1, SizeT Index2, SizeT Index3) {
6158 assert((Index0 & SrcBit) == (Index2 & SrcBit));
6166 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3));
6173 Operand *Src0, SizeT Index0, SizeT Index1, Operand *Src1, SizeT Index2,
6177 assert((Index2 & SrcBit) == (Index3 & SrcBit) || (Index3 == IGNORE_INDEX));
6186 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3));
6199 inline SizeT makeSrcSwitchMask(SizeT Index0, SizeT Index1, SizeT Index2,
6204 const SizeT Index2Bits = ((Index2 & SrcBit) == 0) ? 0 : (1 << 2);
[all …]
DIceTargetLoweringX86Base.h1178 SizeT Index1, SizeT Index2,
1183 SizeT Index2, SizeT Index3);
/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/
Dpretty_printing_scenarios.story390 void m1(@Boo boolean @Index1 [] @ Index2 [] boolArray) {}
396 void m1(@Boo boolean @Index1 [] @Index2 [] boolArray) {
/external/llvm-project/llvm/unittests/DebugInfo/GSYM/
DGSYMTest.cpp70 constexpr uint32_t Index2 = 1; in TEST() local
77 R = EntryToIndex.insert(std::make_pair(b, Index2)); in TEST()
79 EXPECT_EQ(R.first->second, Index2); in TEST()
80 R = EntryToIndex.insert(std::make_pair(a1, Index2)); in TEST()
82 EXPECT_EQ(R.first->second, Index2); in TEST()
/external/llvm-project/clang/lib/AST/
DASTStructuralEquivalence.cpp1361 if (Optional<unsigned> Index2 = in IsStructurallyEquivalent() local
1364 if (*Index1 != *Index2) in IsStructurallyEquivalent()
/external/clang/lib/AST/
DASTImporter.cpp1088 if (Optional<unsigned> Index2 = findUntaggedStructOrUnionIndex(D2)) { in IsStructurallyEquivalent() local
1089 if (*Index1 != *Index2) in IsStructurallyEquivalent()
2769 if (Optional<unsigned> Index2 = in VisitRecordDecl() local
2771 if (*Index1 != *Index2) in VisitRecordDecl()