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

/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp199 int expectedXDim = -1, expectedYDim = -1; local
201 expectedXDim = 1 + (N - 1) * incX;
204 expectedXDim = 1 + (M - 1) * incX;
207 if ((int)X->getType()->getX() != expectedXDim ||
338 int expectedXDim = 1 + (N - 1) * incX; local
339 if ((int)X->getType()->getX() != expectedXDim) {
365 int expectedXDim = 1 + (N - 1) * incX; local
366 if ((int)X->getType()->getX() != expectedXDim) {
646 int expectedXDim = 1 + (N - 1) * incX; local
647 if ((int)X->getType()->getX() != expectedXDim) {
678 int expectedXDim = 1 + (N - 1) * incX; local
710 int expectedXDim = 1 + (M - 1) * incX; local
739 int expectedXDim = 1 + (N - 1) * incX; local
766 int expectedXDim = 1 + (N - 1) * incX; local
794 int expectedXDim = 1 + (N - 1) * incX; local
824 int expectedXDim = 1 + (N - 1) * incX; local
994 int expectedXDim = 1 + (M - 1) * incX; local
[all...]

Completed in 17 milliseconds