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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xmath.h 63 #define _L4 xxx
  /external/eigen/Eigen/src/LU/arch/
Inverse_SSE.h 53 __m128 _L4 = matrix.template packet<MatrixAlignment>(12);
65 B = _mm_unpacklo_ps(_L3, _L4);
67 D = _mm_unpackhi_ps(_L3, _L4);
73 C = _mm_movelh_ps(_L3, _L4);
74 D = _mm_movehl_ps(_L4, _L3);

Completed in 3681 milliseconds