HomeSort by relevance Sort by last modified time
    Searched defs:sizeB (Results 1 - 7 of 7) sorted by null

  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixMatrix.h 254 std::size_t sizeB = sizeW + kc*cols;
256 ei_declare_aligned_stack_constructed_variable(Scalar, allocatedBlockB, sizeB, 0);
331 std::size_t sizeB = sizeW + kc*cols;
333 ei_declare_aligned_stack_constructed_variable(Scalar, allocatedBlockB, sizeB, 0);
GeneralMatrixMatrixTriangular.h 74 std::size_t sizeB = sizeW + kc*size;
76 ei_declare_aligned_stack_constructed_variable(RhsScalar, allocatedBlockB, sizeB, 0);
TriangularMatrixMatrix.h 114 std::size_t sizeB = kc*cols;
118 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
243 std::size_t sizeB = kc*cols;
247 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
TriangularSolverMatrix.h 61 std::size_t sizeB = kc*cols;
65 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
204 std::size_t sizeB = kc*size;
208 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
GeneralMatrixMatrix.h 153 std::size_t sizeB = kc*cols;
157 ei_declare_aligned_stack_constructed_variable(RhsScalar, blockB, sizeB, blocking.blockB());
286 SizeB = ActualCols * MaxDepth,
291 EIGEN_ALIGN16 RhsScalar m_staticB[SizeB];
  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/valgrind/main/memcheck/
mc_main.c     [all...]

Completed in 1235 milliseconds