/external/llvm/lib/MC/ |
MCAsmStreamer.cpp | 766 const size_t Cols = 4; 767 for (size_t I = 0, EI = alignTo(Data.size(), Cols); I < EI; I += Cols) { 768 size_t J = I, EJ = std::min(I + Cols, Data.size()); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
MCAsmStreamer.cpp | 884 const size_t Cols = 4; 885 for (size_t I = 0, EI = alignTo(Data.size(), Cols); I < EI; I += Cols) { 886 size_t J = I, EJ = std::min(I + Cols, Data.size()); [all...] |
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
MatrixFunction.h | 249 fT.setZero(T.rows(), T.cols()); 281 eigen_assert(A.rows() == A.cols()); 283 eigen_assert(B.rows() == B.cols()); 286 eigen_assert(C.cols() == B.rows()); 406 static const int Rows = Traits::RowsAtCompileTime, Cols = Traits::ColsAtCompileTime; 410 typedef Matrix<ComplexScalar, Rows, Cols, 0, MaxRows, MaxCols> ComplexMatrix; 520 Index cols() const { return m_A.cols(); } function in class:Eigen::MatrixFunctionReturnValue 542 eigen_assert(rows() == cols()); 549 eigen_assert(rows() == cols()); [all...] |
/external/deqp/external/openglcts/modules/gl/ |
gl4cGPUShaderFP64Tests.cpp | [all...] |
/external/tensorflow/tensorflow/core/kernels/ |
sparse_matmul_op.cc | 615 template <typename TL, typename TR, int Cols> 621 const int cols = (Cols == -1) ? num_cols : Cols; local 622 DCHECK_EQ(num_cols, cols); 626 const int cols_mod = cols % kNumOperandsR; 667 if (cols == 128) { 671 for (int n = 0; n < cols / kNumOperandsR; ++n) { 697 if (cols == 128) { 700 for (int n = 0; n < cols / kNumOperandsR; ++n) [all...] |
/external/dng_sdk/source/ |
dng_parse_utils.cpp | 1718 uint32 cols = count - (row << 4); local 1792 uint32 cols = count - (row << 4); local [all...] |
dng_image_writer.cpp | 418 : tag_srational_ptr (code, fEntry, m.Rows () * m.Cols ()) 425 for (uint32 c = 0; c < m.Cols (); c++) [all...] |
/external/pdfium/third_party/lcms/include/ |
lcms2.h | [all...] |