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

  /external/eigen/demos/opengl/
quaternion_demo.cpp 515 Frame aux0 = mCamera.frame(); local
516 aux0.orientation = aux0.orientation.inverse();
517 aux0.position = mCamera.viewMatrix().translation();
518 m_timeline[0] = aux0;
527 float duration = aux0.orientation.angularDistance(aux1.orientation) * 0.9;
531 aux1 = aux0.lerp(duration/2,mInitFrame);
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 494 register int aux0 = aux[0]<aux[1] ? aux[0] : aux[1]; local
496 return aux0<aux2 ? aux0 : aux2;
515 register int aux0 = aux[0]>aux[1] ? aux[0] : aux[1];
517 return aux0>aux2 ? aux0 : aux2;
  /dalvik/vm/compiler/codegen/x86/libenc/
dec_base.cpp 421 if (odesc.aux0 != 0) {
423 if (!decode_aux(odesc, odesc.aux0, pbuf, pinst
enc_tabl.cpp 254 extracted and stored in OpcodeDesc::aux0 and OpcodeDesc::aux1 fields.
    [all...]
enc_base.h 233 unsigned aux0;
enc_base.cpp 375 if (odesc->aux0) {
376 stream = encode_aux(stream, odesc->aux0, opnds, odesc, &argsCount, prex);
    [all...]

Completed in 2555 milliseconds