Home
last modified time | relevance | path

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

/dports/math/clblas/clBLAS-2.10/src/tests/include/
H A Drotg.h43 params->offBX = offSA; in getParams()
51 offSA = ::std::tr1::get<0>(GetParam()); in SetUp()
65 printTestParams(offSA, offSB, offC, offS); in SetUp()
69 size_t offSA, offSB, offC, offS; variable
H A Dblas-internal.h1804 size_t offSA,
1815 size_t offSA,
1826 size_t offSA,
1837 size_t offSA,
H A Dblas-wrapper.h1844 size_t offSA,
1854 size_t offSA,
1864 size_t offSA,
1874 size_t offSA,
H A Dcommon.h678 printTestParams(size_t offSA, size_t offSB, size_t offC, size_t offS);
H A DclBLAS-wrapper.h2116 size_t offSA,
/dports/math/clblas/clBLAS-2.10/src/library/blas/
H A Dxrotg.c147 size_t offSA, in clblasSrotg() argument
165 return doRotg(&kargs, SA, offSA, SB, offSB, C, offC, S, offS, in clblasSrotg()
/dports/math/clblas/clBLAS-2.10/src/tests/
H A Dblas-wrapper.cpp2193 size_t offSA, in rotg() argument
2201 return blasSrotg(SA, offSA, SB, offSB, C, offC, S, offS); in rotg()
2207 size_t offSA, in rotg() argument
2215 return blasDrotg(SA, offSA, SB, offSB, C, offC, S, offS); in rotg()
2221 size_t offSA, in rotg() argument
2229 return blasCrotg(SA, offSA, SB, offSB, C, offC, S, offS); in rotg()
2235 size_t offSA, in rotg() argument
2243 return blasZrotg(SA, offSA, SB, offSB, C, offC, S, offS); in rotg()
H A Dcommon.cpp680 printTestParams(size_t offSA, size_t offSB, size_t offC, size_t offS) in printTestParams() argument
682 …::std::cerr << "offSA = " << offSA << ", offSB = " << offSB << ", offC = " << offC << ",offS = " <… in printTestParams()
H A Dblas.c4698 size_t offSA, in blasSrotg() argument
4706 srotg((SA+offSA), (SB+offSB), (C+offC), (S+offS)); in blasSrotg()
4712 size_t offSA, in blasDrotg() argument
4720 drotg((SA+offSA), (SB+offSB), (C+offC), (S+offS)); in blasDrotg()
4726 size_t offSA, in blasCrotg() argument
4734 crotg((complex*)(SA+offSA), (complex*)(SB+offSB), (C+offC), (complex*)(S+offS)); in blasCrotg()
4740 size_t offSA, in blasZrotg() argument
4748 … zrotg((doublecomplex*)(SA+offSA), (doublecomplex*)(SB+offSB), (C+offC), (doublecomplex*)(S+offS)); in blasZrotg()
H A DclBLAS-wrapper.cpp3155 size_t offSA, in rotg() argument
3173 SA, offSA, SB, offSB, C, offC, S, offS, in rotg()
3179 SA, offSA, SB, offSB, C, offC, S, offS, in rotg()
3185 SA, offSA, SB, offSB, C, offC, S, offS, in rotg()
3191 SA, offSA, SB, offSB, C, offC, S, offS, in rotg()
/dports/math/clblas/clBLAS-2.10/src/
H A DclAmdBlas.h1691 size_t offSA, in clAmdBlasSrotg() argument
1704 return clblasSrotg( SA, offSA, SB, offSB, C, offC, S, offS, in clAmdBlasSrotg()
H A DclBLAS.h1518 size_t offSA,