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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c3617 wordptr Z, N_int rowsZ, N_int colsZ)
3629 if ((colsY == rowsZ) and (rowsX == rowsY) and (colsX == colsZ) and
3632 (bits_(Z) == rowsZ*colsZ))
3638 for ( j = 0; j < colsZ; j++ )
3645 indxZ = k * colsZ + j;
3658 wordptr Z, N_int rowsZ, N_int colsZ)
3670 if ((colsY == rowsZ) and (rowsX == rowsY) and (colsX == colsZ) and
3673 (bits_(Z) == rowsZ*colsZ))
3679 for ( j = 0; j < colsZ; j++ )
3686 indxZ = k * colsZ
3615 Matrix_Multiplication(wordptr X, N_int rowsX, N_int colsX, wordptr Y, N_int rowsY, N_int colsY, wordptr Z, N_int rowsZ, N_int colsZ) argument
3656 Matrix_Product(wordptr X, N_int rowsX, N_int colsX, wordptr Y, N_int rowsY, N_int colsY, wordptr Z, N_int rowsZ, N_int colsZ) argument
[all...]

Completed in 53 milliseconds