HomeSort by relevance Sort by last modified time
    Searched refs:Anew (Results 1 - 2 of 2) sorted by null

  /external/libopus/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/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CloneFunction.cpp 94 if (Argument* Anew = dyn_cast<Argument>(VMap[I]))
95 Anew->addAttr( OldFunc->getAttributes()

Completed in 157 milliseconds