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

  /external/eigen/Eigen/src/Core/arch/NEON/
PacketMath.h 220 float32x2_t a_lo, a_hi; local
225 a_hi = vget_high_f32(a_r64);
226 return vcombine_f32(a_hi, a_lo);
229 int32x2_t a_lo, a_hi; local
234 a_hi = vget_high_s32(a_r64);
235 return vcombine_s32(a_hi, a_lo);
242 float32x2_t a_lo, a_hi, sum; local
245 a_hi = vget_high_f32(a);
246 sum = vpadd_f32(a_lo, a_hi);
273 int32x2_t a_lo, a_hi, sum local
306 float32x2_t a_lo, a_hi, prod; local
320 int32x2_t a_lo, a_hi, prod; local
336 float32x2_t a_lo, a_hi, min; local
348 int32x2_t a_lo, a_hi, min; local
361 float32x2_t a_lo, a_hi, max; local
373 int32x2_t a_lo, a_hi, max; local
    [all...]
Complex.h 124 float32x2_t a_lo, a_hi; local
128 a_hi = vget_high_f32(a.v);
129 a_r128 = vcombine_f32(a_hi, a_lo);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
reconintra_neon.c 84 const uint16x8_t a_hi = vaddl_u8(vget_high_u8(v_above), v_yleft); local
87 const int16x8_t b_hi = vsubq_s16(vreinterpretq_s16_u16(a_hi),

Completed in 161 milliseconds