Home
last modified time | relevance | path

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

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