Home
last modified time | relevance | path

Searched refs:RowIncrementC (Results 1 – 4 of 4) sorted by relevance

/dports/devel/taskflow/taskflow-3.2.0/sandbox/strassen/
H A Domp.cpp58 PTR RowIncrementC = ( RowWidthC - QuadrantSize ) << 3; in OptimizedStrassenMultiply_omp() local
228 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()
H A Dtaskflow.cpp38 PTR RowIncrementC = ( RowWidthC - QuadrantSize ) << 3; in OptimizedStrassenMultiply_tf() local
218 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()
H A Dtbb.cpp55 PTR RowIncrementC = ( RowWidthC - QuadrantSize ) << 3; in execute() local
236 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()
H A Dstrassen.hpp191 PTR RowIncrementC = ( RowWidthC - QuadrantSize ) << 3; in OptimizedStrassenMultiply_seq() local
353 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() local
438 C = (REAL*) ( ((PTR) C) + RowIncrementC ); in FastNaiveMatrixMultiply()
472 PTR RowIncrementC = ( RowWidthC - MatrixSize) << 3; in FastAdditiveNaiveMatrixMultiply() local
519 C = (REAL*) ( ((PTR) C) + RowIncrementC ); in FastAdditiveNaiveMatrixMultiply()