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

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 60 Li[MAXBLOCKSIZE], /* value of Li [current value, we calc from previous recall] */
144 Li[MAXBLOCKSIZE], /* value of Li [current value, we calc from previous recall] */
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 756 Index* Li = m_matrix.innerIndexPtr();
810 y[Li[p]] -= internal::conj(Lx[p]) * yi;
812 Li[p] = k; /* store L(k,i) in column form of L */
828 Li[p] = k ; /* store L(k,k) = sqrt (d) in column k */

Completed in 88 milliseconds