Searched refs:RowIncrementC (Results 1 – 4 of 4) sorted by relevance
58 PTR RowIncrementC = ( RowWidthC - QuadrantSize ) << 3; in OptimizedStrassenMultiply_omp() local228 C11 = (REAL*) ( ((PTR) C11 ) + RowIncrementC); in OptimizedStrassenMultiply_omp()229 C12 = (REAL*) ( ((PTR) C12 ) + RowIncrementC); in OptimizedStrassenMultiply_omp()230 C21 = (REAL*) ( ((PTR) C21 ) + RowIncrementC); in OptimizedStrassenMultiply_omp()231 C22 = (REAL*) ( ((PTR) C22 ) + RowIncrementC); in OptimizedStrassenMultiply_omp()
38 PTR RowIncrementC = ( RowWidthC - QuadrantSize ) << 3; in OptimizedStrassenMultiply_tf() local218 C11 = (REAL*) ( ((PTR) C11 ) + RowIncrementC); in OptimizedStrassenMultiply_tf()219 C12 = (REAL*) ( ((PTR) C12 ) + RowIncrementC); in OptimizedStrassenMultiply_tf()220 C21 = (REAL*) ( ((PTR) C21 ) + RowIncrementC); in OptimizedStrassenMultiply_tf()221 C22 = (REAL*) ( ((PTR) C22 ) + RowIncrementC); in OptimizedStrassenMultiply_tf()
55 PTR RowIncrementC = ( RowWidthC - QuadrantSize ) << 3; in execute() local236 C11 = (REAL*) ( ((PTR) C11 ) + RowIncrementC); in execute()237 C12 = (REAL*) ( ((PTR) C12 ) + RowIncrementC); in execute()238 C21 = (REAL*) ( ((PTR) C21 ) + RowIncrementC); in execute()239 C22 = (REAL*) ( ((PTR) C22 ) + RowIncrementC); in execute()
191 PTR RowIncrementC = ( RowWidthC - QuadrantSize ) << 3; in OptimizedStrassenMultiply_seq() local353 C11 = (REAL*) ( ((PTR) C11 ) + RowIncrementC); in OptimizedStrassenMultiply_seq()354 C12 = (REAL*) ( ((PTR) C12 ) + RowIncrementC); in OptimizedStrassenMultiply_seq()355 C21 = (REAL*) ( ((PTR) C21 ) + RowIncrementC); in OptimizedStrassenMultiply_seq()356 C22 = (REAL*) ( ((PTR) C22 ) + RowIncrementC); in OptimizedStrassenMultiply_seq()394 PTR RowIncrementC = ( RowWidthC - MatrixSize) << 3; in FastNaiveMatrixMultiply() local438 C = (REAL*) ( ((PTR) C) + RowIncrementC ); in FastNaiveMatrixMultiply()472 PTR RowIncrementC = ( RowWidthC - MatrixSize) << 3; in FastAdditiveNaiveMatrixMultiply() local519 C = (REAL*) ( ((PTR) C) + RowIncrementC ); in FastAdditiveNaiveMatrixMultiply()