Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_morphing.cpp349 typedef Eigen::DSizes<Eigen::DenseIndex, 2> Index2; in test_strided_slice() typedef
357 Index2 strides(-2,-1); in test_strided_slice()
358 Index2 indicesStart(5,7); in test_strided_slice()
359 Index2 indicesStop(0,4); in test_strided_slice()
370 Index2 strides(1,1); in test_strided_slice()
371 Index2 indicesStart(5,4); in test_strided_slice()
372 Index2 indicesStop(5,5); in test_strided_slice()
378 Index2 strides(1,-1); in test_strided_slice()
379 Index2 indicesStart(-3,20); // should become 0,10 in test_strided_slice()
380 Index2 indicesStop(20,-11); // should become 11, -1 in test_strided_slice()
[all …]
Dcxx11_tensor_morphing_sycl.cpp263 typedef Eigen::DSizes<IndexType, 2> Index2; in test_strided_slice_write_sycl() typedef
272 Index2 strides(1L,1L); in test_strided_slice_write_sycl()
273 Index2 indicesStart(3L,4L); in test_strided_slice_write_sycl()
274 Index2 indicesStop(5L,7L); in test_strided_slice_write_sycl()
275 Index2 lengths(2L,3L); in test_strided_slice_write_sycl()
/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/
DIceTargetLoweringX8664.cpp5076 inline uint32_t makePshufdMask(SizeT Index0, SizeT Index1, SizeT Index2, in makePshufdMask() argument
5079 ((Index2 & 0x3) << 4) | ((Index3 & 0x3) << 6); in makePshufdMask()
5085 Operand *Src, SizeT Index0, SizeT Index1, SizeT Index2, SizeT Index3) { in lowerShuffleVector_AllFromSameSrc() argument
5088 assert((Index0 & SrcBit) == (Index2 & SrcBit)); in lowerShuffleVector_AllFromSameSrc()
5096 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3)); in lowerShuffleVector_AllFromSameSrc()
5104 SizeT Index2, SizeT Index3) { in lowerShuffleVector_TwoFromSameSrc() argument
5107 assert((Index2 & SrcBit) == (Index3 & SrcBit) || (Index3 == IGNORE_INDEX)); in lowerShuffleVector_TwoFromSameSrc()
5116 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3)); in lowerShuffleVector_TwoFromSameSrc()
5130 inline SizeT makeSrcSwitchMask(SizeT Index0, SizeT Index1, SizeT Index2, in makeSrcSwitchMask() argument
5135 const SizeT Index2Bits = ((Index2 & SrcBit) == 0) ? 0 : (1 << 2); in makeSrcSwitchMask()
[all …]
DIceTargetLoweringX8632.cpp5666 inline uint32_t makePshufdMask(SizeT Index0, SizeT Index1, SizeT Index2, in makePshufdMask() argument
5669 ((Index2 & 0x3) << 4) | ((Index3 & 0x3) << 6); in makePshufdMask()
5675 Operand *Src, SizeT Index0, SizeT Index1, SizeT Index2, SizeT Index3) { in lowerShuffleVector_AllFromSameSrc() argument
5678 assert((Index0 & SrcBit) == (Index2 & SrcBit)); in lowerShuffleVector_AllFromSameSrc()
5686 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3)); in lowerShuffleVector_AllFromSameSrc()
5694 SizeT Index2, SizeT Index3) { in lowerShuffleVector_TwoFromSameSrc() argument
5697 assert((Index2 & SrcBit) == (Index3 & SrcBit) || (Index3 == IGNORE_INDEX)); in lowerShuffleVector_TwoFromSameSrc()
5706 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3)); in lowerShuffleVector_TwoFromSameSrc()
5720 inline SizeT makeSrcSwitchMask(SizeT Index0, SizeT Index1, SizeT Index2, in makeSrcSwitchMask() argument
5725 const SizeT Index2Bits = ((Index2 & SrcBit) == 0) ? 0 : (1 << 2); in makeSrcSwitchMask()
[all …]
DIceTargetLoweringX8664.h908 SizeT Index1, SizeT Index2,
913 SizeT Index2, SizeT Index3);
DIceTargetLoweringX8632.h925 SizeT Index1, SizeT Index2,
930 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/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()