Home
last modified time | relevance | path

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

/libCEED/include/ceed/jit-source/magma/
H A Dmagma-basis-interp-3d.h51 const int tx_ = tx % Q; in magma_interp_3d_device() local
57 rTmp[j] += sTmp(tx_, i, sld) * sT(i, j); in magma_interp_3d_device()
66 const int tx_ = tx % Q; in magma_interp_3d_device() local
70 sTmp(tx_, j, sld) = rTmp[j]; in magma_interp_3d_device()
H A Dmagma-basis-grad-3d.h77 const int tx_ = tx % Q;
85 rTmp += sTmp(tx_, i, sld) * sT(i, j);
87 sTmp2(tx_, j, sld) = rTmp;