Home
last modified time | relevance | path

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

/dports/math/clblas/clBLAS-2.10/src/library/blas/
H A Dxrotmg.c30 size_t offD1, in doRotmg() argument
72 if ((retCode = checkVectorSizes(kargs->dtype, 1, D1, offD1, 1, X_VEC_ERRSET))) { in doRotmg()
126 kargs->offa = offD1; in doRotmg()
/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/clTemplates/
H A Drotmg.cl39 uint offD1, uint offD2, uint offX1, uint offY1, uint offParam )
49 D1 = _D1[offD1];
202 _D1[offD1] = D1;
/dports/math/clblas/clBLAS-2.10/src/tests/performance/
H A Dperf-rotmg.cpp231 size_t offD1 = params->offa; in areResourcesSufficient() local
236 …size_t sizeRequired = ((1 + offx) + (1 + offy) + (1 + offD1) + (1 + offD2) + (1 + offParam)) * siz… in areResourcesSufficient()
/dports/math/clblas/clBLAS-2.10/src/tests/
H A Dcommon.cpp695 printTestParams(int offX, int offY, int offD1, int offD2, int offParam, ComplexLong sflagParam) in printTestParams() argument
697 …::std::cerr << "offX = " << offX << ", offY = " << offY << ", offD1 = " << offD1 << ", offD2 = " <… in printTestParams()
H A Dblas-wrapper.cpp2249 size_t offD1, in rotmg() argument
2259 return blasSrotmg(D1, offD1, D2, offD2, X1, offX1, Y1, offY1, in rotmg()
2266 size_t offD1, in rotmg() argument
2276 return blasDrotmg(D1, offD1, D2, offD2, X1, offX1, Y1, offY1, in rotmg()
H A Dblas.c4754 size_t offD1, in blasSrotmg() argument
4766 srotmg(D1[offD1], D2[offD2], X1[offX1], Y1[offY1], in blasSrotmg()
4769 srotmg((D1+offD1), (D2+offD2), (X1+offX1), (Y1+offY1), in blasSrotmg()
4777 size_t offD1, in blasDrotmg() argument
4789 drotmg(D1[offD1], D2[offD2], X1[offX1], Y1[offY1], in blasDrotmg()
4792 drotmg((D1+offD1), (D2+offD2), (X1+offX1), (Y1+offY1), in blasDrotmg()
H A DclBLAS-wrapper.cpp3243 size_t offD1, in rotmg() argument
3263 D1, offD1, D2, offD2, X1, offX1, Y1, offY1, in rotmg()
3269 D1, offD1, D2, offD2, X1, offX1, Y1, offY1, in rotmg()
/dports/math/clblas/clBLAS-2.10/src/tests/include/
H A Dcommon.h686 printTestParams(int offX, int offY, int offD1, int offD2, int offParam, ComplexLong sflagParam);
H A Dblas-internal.h1847 size_t offD1,
1860 size_t offD1,
H A Dblas-wrapper.h1798 size_t offD1,
1810 size_t offD1,
H A DclBLAS-wrapper.h2079 size_t offD1,