OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Anew
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/silk/float/
LPC_inv_pred_gain_FLP.c
48
silk_float *Aold, *
Anew
;
50
Anew
= Atmp[ order & 1 ];
51
silk_memcpy(
Anew
, A, order * sizeof(silk_float) );
55
rc = -
Anew
[ k ];
63
Aold =
Anew
;
64
Anew
= Atmp[ k & 1 ];
66
Anew
[ n ] = (silk_float)( ( Aold[ n ] - Aold[ k - n - 1 ] * rc ) * rc_mult2 );
69
rc = -
Anew
[ 0 ];
/external/llvm/lib/Transforms/Utils/
CloneFunction.cpp
96
if (Argument *
Anew
= dyn_cast<Argument>(VMap[I])) {
100
Anew
->addAttr(attrs);
Completed in 81 milliseconds