OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_tmp
(Results
1 - 9
of
9
) sorted by null
/external/libopus/silk/float/
find_LPC_FLP.c
50
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, psEncC->arch );
79
silk_LPC_analysis_filter_FLP( LPC_res,
a_tmp
, x, 2 * subfr_length, psEncC->predictLPCOrder );
/external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix_BLAS.h
71
MatrixTri
a_tmp
; \
74
a_tmp
= tri.conjugate(); \
75
a =
a_tmp
.data(); \
76
lda = convert_index<BlasIndex>(
a_tmp
.outerStride()); \
124
MatrixTri
a_tmp
; \
127
a_tmp
= tri.conjugate(); \
128
a =
a_tmp
.data(); \
129
lda = convert_index<BlasIndex>(
a_tmp
.outerStride()); \
GeneralMatrixMatrix_BLAS.h
72
MatrixX##EIGPREFIX
a_tmp
, b_tmp; \
91
a_tmp
= lhs.conjugate(); \
92
a =
a_tmp
.data(); \
93
lda = convert_index<BlasIndex>(
a_tmp
.outerStride()); \
TriangularMatrixMatrix_BLAS.h
159
MatrixLhs
a_tmp
; \
162
if (conjA)
a_tmp
= lhs.conjugate(); else
a_tmp
= lhs; \
164
a_tmp
.diagonal().setZero(); \
166
a_tmp
.diagonal().setOnes();\
167
a =
a_tmp
.data(); \
168
lda = convert_index<BlasIndex>(
a_tmp
.outerStride()); \
269
MatrixRhs
a_tmp
; \
272
if (conjA)
a_tmp
= rhs.conjugate(); else
a_tmp
= rhs;
[
all
...]
SelfadjointMatrixMatrix_BLAS.h
108
Matrix<EIGTYPE, Dynamic, Dynamic, LhsStorageOrder>
a_tmp
; \
123
a_tmp
= lhs.conjugate(); \
124
a =
a_tmp
.data(); \
125
lda = convert_index<BlasIndex>(
a_tmp
.outerStride()); \
224
Matrix<EIGTYPE, Dynamic, Dynamic, RhsStorageOrder>
a_tmp
; \
238
a_tmp
= rhs.conjugate(); \
239
a =
a_tmp
.data(); \
240
lda = convert_index<BlasIndex>(
a_tmp
.outerStride()); \
/external/libldac/src/
bitalloc_sub_ldac.c
96
int *p_idsf_dif = p_ac->
a_tmp
;
199
int *p_idsf_dif = p_ac->
a_tmp
;
ldac.h
199
int
a_tmp
[LDAC_MAXNQUS];
member in struct:_audio_channel_ldac
bitalloc_ldac.c
192
p_tmp = p_ac->
a_tmp
;
564
p_tmp = p_ac->
a_tmp
;
/external/boringssl/src/crypto/fipsmodule/bn/
bn_test.cc
635
bssl::UniquePtr<BIGNUM>
a_tmp
(BN_new()), b_tmp(BN_new());
636
ASSERT_TRUE(
a_tmp
);
640
ASSERT_TRUE(BN_to_montgomery(
a_tmp
.get(), a.get(), mont.get(), ctx));
642
ASSERT_TRUE(BN_mod_mul_montgomery(ret.get(),
a_tmp
.get(), b_tmp.get(),
694
bssl::UniquePtr<BIGNUM>
a_tmp
(BN_new());
696
ASSERT_TRUE(
a_tmp
);
698
ASSERT_TRUE(BN_to_montgomery(
a_tmp
.get(), a.get(), mont.get(), ctx));
699
ASSERT_TRUE(BN_mod_mul_montgomery(ret.get(),
a_tmp
.get(),
a_tmp
.get(),
706
ASSERT_TRUE(BN_copy(a_copy.get(),
a_tmp
.get()))
[
all
...]
Completed in 324 milliseconds