Searched defs:sizeB (Results 1 - 11 of 11) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DTriangularSolverMatrix.h72 std::size_t sizeB = kc*cols; local
75 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
223 std::size_t sizeB = kc*size; local
226 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
H A DGeneralMatrixMatrixTriangular.h82 std::size_t sizeB = kc*size; local
85 ei_declare_aligned_stack_constructed_variable(RhsScalar, blockB, sizeB, blocking.blockB());
H A DSelfadjointMatrixMatrix.h348 std::size_t sizeB = kc*cols; local
350 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
435 std::size_t sizeB = kc*cols; local
437 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
H A DTriangularMatrixMatrix.h135 std::size_t sizeB = kc*cols; local
138 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
282 std::size_t sizeB = kc*cols+EIGEN_MAX_ALIGN_BYTES/sizeof(Scalar); local
285 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
H A DGeneralMatrixMatrix.h92 std::size_t sizeB = kc*nc; local
93 ei_declare_aligned_stack_constructed_variable(RhsScalar, blockB, sizeB, 0);
160 std::size_t sizeB = kc*nc; local
163 ei_declare_aligned_stack_constructed_variable(RhsScalar, blockB, sizeB, blocking.blockB());
/external/eigen/bench/tensors/
H A Dtensor_benchmarks.h393 Eigen::array<TensorIndex, 2> sizeB; local
394 sizeB[0] = k_;
395 sizeB[1] = n_;
401 const TensorMap<Tensor<T, 2>, Eigen::Aligned> B(b_, sizeB);
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorContraction.h486 const Index sizeB = kc * nc; local
489 RhsScalar* blockB = static_cast<RhsScalar *>(this->m_device.allocate(sizeB * sizeof(RhsScalar)));
H A DTensorContractionThreadPool.h810 const Index sizeB = kc * nc; local
835 blockBs.push_back(static_cast<RhsScalar *>(this->m_device.allocate(sizeB * sizeof(RhsScalar))));
/external/swiftshader/third_party/LLVM/lib/MC/
H A DELFObjectWriter.cpp788 const unsigned sizeB = NameB.size(); local
789 const unsigned len = std::min(sizeA, sizeB);
792 char cb = NameB[sizeB - i - 1];
797 return sizeB - sizeA;
/external/valgrind/VEX/pub/
H A Dlibvex.h275 UInt sizeB; /* size of this cache in bytes */ member in struct:__anon28720
283 ({ (VexCache) { .kind = _kind, .level = _level, .sizeB = _size, \
/external/valgrind/memcheck/
H A Dmc_main.c2372 64 bit host: ocache: 100,663,296 sizeB 67,108,864 useful
2373 32 bit host: ocache: 92,274,688 sizeB 67,108,864 useful
7118 SizeT sizeB = arg[2]; local
7122 MC_(new_block) ( tid, p, sizeB, /*ignored*/0, is_zeroed,
7126 MC_(make_mem_noaccess) ( p + sizeB, rzB);
8025 " ocacheL1: %'12lu sizeB %'12d useful\n",

Completed in 3581 milliseconds