Searched refs:tx_ (Results 1 – 2 of 2) sorted by relevance
| /libCEED/include/ceed/jit-source/magma/ |
| H A D | magma-basis-interp-3d.h | 51 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 D | magma-basis-grad-3d.h | 77 const int tx_ = tx % Q; 85 rTmp += sTmp(tx_, i, sld) * sT(i, j); 87 sTmp2(tx_, j, sld) = rTmp;
|