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

  /external/eigen/Eigen/src/LU/arch/
Inverse_SSE.h 48 __m128 _L1 = matrix.template packet<MatrixAlignment>( 0);
62 A = _mm_unpacklo_ps(_L1, _L2);
64 C = _mm_unpackhi_ps(_L1, _L2);
69 A = _mm_movelh_ps(_L1, _L2);
70 B = _mm_movehl_ps(_L2, _L1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xmath.h 60 #define _L1 2

Completed in 165 milliseconds