Searched refs:a_tmp (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/float/
H A Dfind_LPC_FLP.c50 silk_float a_tmp[ MAX_LPC_ORDER ]; local
64 res_nrg -= silk_burg_modified_FLP( a_tmp, x + ( MAX_NB_SUBFR / 2 ) * subfr_length, minInvGain, subfr_length, MAX_NB_SUBFR / 2, psEncC->predictLPCOrder );
67 silk_A2NLSF_FLP( NLSF_Q15, a_tmp, psEncC->predictLPCOrder );
76 silk_NLSF2A_FLP( a_tmp, NLSF0_Q15, psEncC->predictLPCOrder );
79 silk_LPC_analysis_filter_FLP( LPC_res, a_tmp, x, 2 * subfr_length, psEncC->predictLPCOrder );
/external/libopus/silk/float/
H A Dfind_LPC_FLP.c50 silk_float a_tmp[ MAX_LPC_ORDER ]; local
64 res_nrg -= silk_burg_modified_FLP( a_tmp, x + ( MAX_NB_SUBFR / 2 ) * subfr_length, minInvGain, subfr_length, MAX_NB_SUBFR / 2, psEncC->predictLPCOrder );
67 silk_A2NLSF_FLP( NLSF_Q15, a_tmp, psEncC->predictLPCOrder );
76 silk_NLSF2A_FLP( a_tmp, NLSF0_Q15, psEncC->predictLPCOrder );
79 silk_LPC_analysis_filter_FLP( LPC_res, a_tmp, x, 2 * subfr_length, psEncC->predictLPCOrder );
/external/eigen/Eigen/src/Core/products/
H A DTriangularSolverMatrix_MKL.h73 MatrixTri a_tmp; \
76 a_tmp = tri.conjugate(); \
77 a = a_tmp.data(); \
78 lda = a_tmp.outerStride(); \
128 MatrixTri a_tmp; \
131 a_tmp = tri.conjugate(); \
132 a = a_tmp.data(); \
133 lda = a_tmp.outerStride(); \
H A DGeneralMatrixMatrix_MKL.h70 MatrixX##EIGPREFIX a_tmp, b_tmp; \
94 a_tmp = lhs.conjugate(); \
95 a = a_tmp.data(); \
96 lda = a_tmp.outerStride(); \
H A DTriangularMatrixMatrix_MKL.h162 MatrixLhs a_tmp; \
165 if (conjA) a_tmp = lhs.conjugate(); else a_tmp = lhs; \
167 a_tmp.diagonal().setZero(); \
169 a_tmp.diagonal().setOnes();\
170 a = a_tmp.data(); \
171 lda = a_tmp.outerStride(); \
276 MatrixRhs a_tmp; \
279 if (conjA) a_tmp = rhs.conjugate(); else a_tmp
[all...]
H A DSelfadjointMatrixMatrix_MKL.h113 Matrix<EIGTYPE, Dynamic, Dynamic, LhsStorageOrder> a_tmp; \
133 a_tmp = lhs.conjugate(); \
134 a = a_tmp.data(); \
135 lda = a_tmp.outerStride(); \
239 Matrix<EIGTYPE, Dynamic, Dynamic, RhsStorageOrder> a_tmp; \
258 a_tmp = rhs.conjugate(); \
259 a = a_tmp.data(); \
260 lda = a_tmp.outerStride(); \
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_protection_service_unittest.cc379 base::FilePath a_tmp(FILE_PATH_LITERAL("a.tmp"));
385 EXPECT_CALL(item, GetFullPath()).WillRepeatedly(ReturnRef(a_tmp));
401 EXPECT_CALL(item, GetFullPath()).WillRepeatedly(ReturnRef(a_tmp));
417 base::FilePath a_tmp(FILE_PATH_LITERAL("a.tmp"));
424 EXPECT_CALL(item, GetFullPath()).WillRepeatedly(ReturnRef(a_tmp));
450 base::FilePath a_tmp(FILE_PATH_LITERAL("a.tmp"));
456 EXPECT_CALL(item, GetFullPath()).WillRepeatedly(ReturnRef(a_tmp));
467 EXPECT_CALL(*binary_feature_extractor_.get(), CheckSignature(a_tmp, _))
469 EXPECT_CALL(*binary_feature_extractor_.get(), ExtractImageHeaders(a_tmp, _))
542 base::FilePath a_tmp(FILE_PATH_LITERA
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c17124 IRTemp a_tmp = newTemp(Ity_V128); local
17139 assign( a_tmp, binop(Iop_OrV128, mkexpr(a1),
17155 mkexpr(a_tmp), mkexpr(b_tmp)) );

Completed in 663 milliseconds