OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x_tmp
(Results
1 - 3
of
3
) sorted by null
/external/libopus/silk/x86/
VAD_sse.c
59
opus_int32 speech_nrg,
x_tmp
;
local
153
x_tmp
= silk_RSHIFT(
155
sumSquared = silk_SMLABB( sumSquared,
x_tmp
,
x_tmp
);
/external/libopus/silk/
VAD.c
96
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/
UmfPackSupport.h
482
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
;
Completed in 465 milliseconds