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

  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h 123 Packet Xi = pload <Packet>(resIt);
125 Xi = pcj0.pmadd(A0i,ptmp0, pcj0.pmadd(A1i,ptmp1,Xi));
128 pstore(resIt,Xi); resIt += PacketSize;
  /external/openssl/crypto/modes/
modes_lcl.h 105 Xi,H;
106 /* Relative position of Xi, H and pre-computed Htable is used
112 void (*gmult)(u64 Xi[2],const u128 Htable[16]);
113 void (*ghash)(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);

Completed in 815 milliseconds