Home
last modified time | relevance | path

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

/dports/devel/taskflow/taskflow-3.2.0/sandbox/strassen/
H A Dstrassen.hpp392 PTR RowWidthAInBytes = RowWidthA << 3; in FastNaiveMatrixMultiply() local
437 ARowStart = (REAL*) ( ((PTR) ARowStart) + RowWidthAInBytes ); in FastNaiveMatrixMultiply()
470 PTR RowWidthAInBytes = RowWidthA << 3; in FastAdditiveNaiveMatrixMultiply() local
518 ARowStart = (REAL*) ( ((PTR) ARowStart) + RowWidthAInBytes ); in FastAdditiveNaiveMatrixMultiply()