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

  /external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h 53 Packet4i emm0; local
59 emm0 = _mm_srli_epi32(_mm_castps_si128(x), 23);
65 emm0 = _mm_sub_epi32(emm0, p4i_0x7f);
66 Packet4f e = padd(Packet4f(_mm_cvtepi32_ps(emm0)), p4f_1);
130 Packet4i emm0; local
141 emm0 = _mm_cvttps_epi32(fx);
142 tmp = _mm_cvtepi32_ps(emm0);
166 emm0 = _mm_cvttps_epi32(fx);
167 emm0 = _mm_add_epi32(emm0, p4i_0x7f)
199 Packet4i emm0; local
284 Packet4i emm0, emm2; local
382 Packet4i emm0, emm2; local
    [all...]
  /external/eigen/Eigen/src/Core/arch/AltiVec/
MathFunctions.h 99 Packet4i emm0; local
106 emm0 = vec_sr(reinterpret_cast<Packet4i>(x),
113 emm0 = psub(emm0, p4i_0x7f);
114 Packet4f e = padd(vec_ctf(emm0, 0), p4f_1);
161 Packet4i emm0; local
188 emm0 = vec_cts(fx, 0);
189 emm0 = vec_add(emm0, p4i_0x7f);
190 emm0 = vec_sl(emm0, reinterpret_cast<Packet4ui>(p4i_23))
253 Packet2l emm0; local
    [all...]
  /external/eigen/Eigen/src/Core/arch/ZVector/
MathFunctions.h 50 Packet2l emm0; local
80 emm0 = vec_ctsl(fx, 0);
85 emm0 = emm0 + p2l_1023;
86 emm0 = emm0 << reinterpret_cast<Packet2l>(p2ul_52);
91 return vec_sel(_x, pmax(pmul(x, reinterpret_cast<Packet2d>(emm0)), _x),
  /external/eigen/Eigen/src/Core/arch/AVX/
MathFunctions.h 153 Packet8f emm0 = pshiftright(x,23); local
154 Packet8f e = _mm256_sub_ps(emm0, p8f_126f);
260 // Build emm0 = 2^m.
261 Packet8i emm0 = _mm256_cvttps_epi32(padd(m, p8f_127)); local
262 emm0 = pshiftleft(emm0, 23);
265 return pmax(pmul(y, _mm256_castsi256_ps(emm0)), _x);
342 __m128i emm0 = _mm256_cvtpd_epi32(fx); local
343 emm0 = _mm_add_epi32(emm0, p4i_1023)
    [all...]
  /external/eigen/Eigen/src/Core/arch/AVX512/
MathFunctions.h 76 Packet16f emm0 = _mm512_cvtepi32_ps(_mm512_srli_epi32((__m512i)x, 23)); local
77 Packet16f e = _mm512_sub_ps(emm0, p16f_126f);
173 // Build emm0 = 2^m.
174 Packet16i emm0 = _mm512_cvttps_epi32(padd(m, p16f_127)); local
175 emm0 = _mm512_slli_epi32(emm0, 23);
178 return pmax(pmul(y, _mm512_castsi512_ps(emm0)), _x);

Completed in 1994 milliseconds