Home
last modified time | relevance | path

Searched defs:otherCols (Results 1 – 2 of 2) sorted by relevance

/external/eigen/test/
Dproduct_trmm.cpp15 int otherCols = OtherCols==Dynamic?internal::random<int>(1,EIGEN_TEST_MAX_SIZE):OtherCols) in trmm()
70 …EST_MAX_SIZE), int cols=internal::random<int>(1,EIGEN_TEST_MAX_SIZE), int otherCols = internal::ra… in trmm()
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1926 for (int otherCols = 2; otherCols <= 4; otherCols++) in init() local