Searched refs:a_hi (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/Core/arch/NEON/ |
D | PacketMath.h | 229 float32x2_t a_lo, a_hi; 234 a_hi = vget_high_f32(a_r64); 235 return vcombine_f32(a_hi, a_lo); 238 int32x2_t a_lo, a_hi; 243 a_hi = vget_high_s32(a_r64); 244 return vcombine_s32(a_hi, a_lo); 251 float32x2_t a_lo, a_hi, sum; 254 a_hi = vget_high_f32(a); 255 sum = vpadd_f32(a_lo, a_hi); 282 int32x2_t a_lo, a_hi, sum; [all …]
|
D | Complex.h | 124 float32x2_t a_lo, a_hi; 128 a_hi = vget_high_f32(a.v); 129 a_r128 = vcombine_f32(a_hi, a_lo);
|
/external/valgrind/memcheck/ |
D | mc_leakcheck.c | 267 Addr a_lo, a_hi; in find_chunk_for_OLD() local 272 a_hi = ((Addr)chunks[i]->data) + chunks[i]->szB; in find_chunk_for_OLD() 273 if (a_lo <= ptr && ptr < a_hi) in find_chunk_for_OLD()
|
D | mc_main.c | 3570 UWord a_hi = (UWord)(base + 128 - 1); in MC_() local 3571 tl_assert(a_lo < a_hi); // paranoia: detect overflow in MC_() 3572 if (a_hi <= MAX_PRIMARY_ADDRESS) { in MC_() 3575 SecMap* sm_hi = get_secmap_for_writing_low(a_hi); in MC_() 3626 UWord a_hi = (UWord)(base + 288 - 1); in MC_() local 3627 tl_assert(a_lo < a_hi); // paranoia: detect overflow in MC_() 3628 if (a_hi <= MAX_PRIMARY_ADDRESS) { in MC_() 3631 SecMap* sm_hi = get_secmap_for_writing_low(a_hi); in MC_()
|