Searched refs:a_hi (Results 1 - 7 of 7) sorted by relevance

/external/eigen/Eigen/src/Core/arch/NEON/
H A DPacketMath.h220 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, su 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...]
H A DComplex.h124 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/
H A Dreconintra_neon.c84 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),
/external/pixman/test/
H A Dutils.c1536 int32_t a_lo, a_hi, r_lo, r_hi, g_lo, g_hi, b_lo, b_hi; local
1541 pixel_checker_get_max (checker, color, &a_hi, &r_hi, &g_hi, &b_hi);
1545 a_lo <= ai && ai <= a_hi &&
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c267 Addr a_lo, a_hi; local
272 a_hi = ((Addr)chunks[i]->data) + chunks[i]->szB;
273 if (a_lo <= ptr && ptr < a_hi)
H A Dmc_main.c3576 UWord a_hi = (UWord)(base + 128 - 1); local
3577 tl_assert(a_lo < a_hi); // paranoia: detect overflow
3578 if (a_hi <= MAX_PRIMARY_ADDRESS) {
3581 SecMap* sm_hi = get_secmap_for_writing_low(a_hi);
3632 UWord a_hi = (UWord)(base + 288 - 1); local
3633 tl_assert(a_lo < a_hi); // paranoia: detect overflow
3634 if (a_hi <= MAX_PRIMARY_ADDRESS) {
3637 SecMap* sm_hi = get_secmap_for_writing_low(a_hi);
/external/pixman/pixman/
H A Dpixman-sse2.c351 __m128i a_lo, a_hi; local
354 pix_multiply_2x128 (alpha_lo, alpha_hi, mask_lo, mask_hi, &a_lo, &a_hi);
356 over_2x128 (&s_lo, &s_hi, &a_lo, &a_hi, dst_lo, dst_hi);

Completed in 1249 milliseconds