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

  /external/eigen/Eigen/src/Core/arch/NEON/
PacketMath.h 217 float32x2_t a_lo, a_hi; local
222 a_hi = vget_high_f32(a_r64);
223 return vcombine_f32(a_hi, a_lo);
226 int32x2_t a_lo, a_hi; local
231 a_hi = vget_high_s32(a_r64);
232 return vcombine_s32(a_hi, a_lo);
239 float32x2_t a_lo, a_hi, sum; local
243 a_hi = vget_high_f32(a);
244 sum = vpadd_f32(a_lo, a_hi);
273 int32x2_t a_lo, a_hi, sum local
309 float32x2_t a_lo, a_hi, prod; local
325 int32x2_t a_lo, a_hi, prod; local
343 float32x2_t a_lo, a_hi, min; local
356 int32x2_t a_lo, a_hi, min; local
371 float32x2_t a_lo, a_hi, max; local
384 int32x2_t a_lo, a_hi, max; local
    [all...]
Complex.h 71 float32x2_t a_lo, a_hi; local
85 a_hi = vrev64_f32(vget_high_f32(v2));
86 v2 = vcombine_f32(a_lo, a_hi);
127 float32x2_t a_lo, a_hi; local
131 a_hi = vget_high_f32(a.v);
132 a_r128 = vcombine_f32(a_hi, a_lo);
244 float32x2_t a_lo, a_hi; local
249 a_hi = vrev64_f32(vget_high_f32(s));
250 rev_s = vcombine_f32(a_lo, a_hi);
  /external/valgrind/main/memcheck/
mc_leakcheck.c 265 Addr a_lo, a_hi; local
270 a_hi = ((Addr)chunks[i]->data) + chunks[i]->szB;
271 if (a_lo <= ptr && ptr < a_hi)
    [all...]
mc_main.c 3371 UWord a_hi = (UWord)(base + 128 - 1); local
3427 UWord a_hi = (UWord)(base + 288 - 1); local
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 317 // q = q - delta and p = p + delta; where delta = [(a_hi >> 7), (a_lo >> 7)]
318 #define UPDATE_2PIXELS(pi, qi, a_lo, a_hi) { \
320 const __m128i a_hi7 = _mm_srai_epi16(a_hi, 7); \
    [all...]

Completed in 157 milliseconds