Searched refs:x_tmp (Results 1 - 9 of 9) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixVector_BLAS.h101 VectorRhs x_tmp; \
102 if (ConjRhs) x_tmp = rhs.conjugate(); else x_tmp = rhs; \
103 x = x_tmp.data(); \
130 if (ConjRhs) x_tmp = rhs.conjugate(); else x_tmp = rhs; \
131 x = x_tmp.data(); \
183 VectorRhs x_tmp; \
184 if (ConjRhs) x_tmp = rhs.conjugate(); else x_tmp
[all...]
H A DSelfadjointMatrixVector_BLAS.h92 SYMVVector x_tmp; \
95 x_tmp=map_x.conjugate(); \
96 x_ptr=x_tmp.data(); \
H A DGeneralMatrixVector_BLAS.h109 GEMVVector x_tmp; \
112 x_tmp=map_x.conjugate(); \
113 x_ptr=x_tmp.data(); \
/external/libopus/silk/x86/
H A DVAD_sse.c59 opus_int32 speech_nrg, x_tmp; local
153 x_tmp = silk_RSHIFT(
155 sumSquared = silk_SMLABB( sumSquared, x_tmp, x_tmp );
/external/libopus/silk/
H A DVAD.c96 opus_int32 speech_nrg, x_tmp; local
172 x_tmp = silk_RSHIFT(
174 sumSquared = silk_SMLABB( sumSquared, x_tmp, x_tmp );
/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h482 Matrix<Scalar,Dynamic,1> x_tmp; local
485 x_tmp.resize(x.rows());
486 x_ptr = x_tmp.data();
496 x.col(j) = x_tmp;
/external/llvm/lib/Support/
H A DAPInt.cpp270 uint64_t x_tmp = borrow ? x[i] - 1 : x[i];
271 borrow = y[i] > x_tmp || (borrow && x[i] == 0);
272 dest[i] = x_tmp - y[i];
/external/swiftshader/third_party/LLVM/lib/Support/
H A DAPInt.cpp267 uint64_t x_tmp = borrow ? x[i] - 1 : x[i];
268 borrow = y[i] > x_tmp || (borrow && x[i] == 0);
269 dest[i] = x_tmp - y[i];
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp278 uint64_t x_tmp = borrow ? x[i] - 1 : x[i];
279 borrow = y[i] > x_tmp || (borrow && x[i] == 0);
280 dest[i] = x_tmp - y[i];

Completed in 272 milliseconds