Home
last modified time | relevance | path

Searched refs:Index2 (Results 1 – 6 of 6) 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.h6076 inline uint32_t makePshufdMask(SizeT Index0, SizeT Index1, SizeT Index2,
6079 ((Index2 & 0x3) << 4) | ((Index3 & 0x3) << 6);
6086 Operand *Src, SizeT Index0, SizeT Index1, SizeT Index2, SizeT Index3) {
6089 assert((Index0 & SrcBit) == (Index2 & SrcBit));
6097 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3));
6104 Operand *Src0, SizeT Index0, SizeT Index1, Operand *Src1, SizeT Index2,
6108 assert((Index2 & SrcBit) == (Index3 & SrcBit) || (Index3 == IGNORE_INDEX));
6117 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3));
6130 inline SizeT makeSrcSwitchMask(SizeT Index0, SizeT Index1, SizeT Index2,
6135 const SizeT Index2Bits = ((Index2 & SrcBit) == 0) ? 0 : (1 << 2);
[all …]
DIceTargetLoweringX86Base.h1182 SizeT Index1, SizeT Index2,
1187 SizeT Index2, SizeT Index3);
/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()