/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/compiler-rt/lib/i386/ |
floatdidf.S | 26 mulsd REL_ADDR(twop32), %xmm1 // a_hi as a double (without rounding) 28 subsd %xmm2, %xmm1 // a_hi - 0x1p52 (no rounding occurs) 30 addsd %xmm1, %xmm0 // a_hi + a_lo (round happens here)
|
floatundidf.S | 38 orpd REL_ADDR(twop84), %xmm1 // 0x1p84 + a_hi (no rounding occurs) 39 subsd REL_ADDR(twop84_plus_twop52), %xmm1 // a_hi - 0x1p52 (no rounding occurs) 41 addsd %xmm1, %xmm0 // a_hi + a_lo (round happens here)
|
/external/webrtc/src/common_audio/signal_processing/ |
levinson_durbin.c | 29 WebRtc_Word16 A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1]; 76 A_hi[1] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(temp1W32, 16); 78 - WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)A_hi[1], 16)), 1); 122 temp1W32 += ((WEBRTC_SPL_MUL_16_16(R_hi[j], A_hi[i-j]) << 1) 124 + (WEBRTC_SPL_MUL_16_16(R_low[j], A_hi[i-j]) >> 15)) << 1)); 182 temp1W32 = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)A_hi[j],16) 186 temp1W32 += ((WEBRTC_SPL_MUL_16_16(K_hi, A_hi[i-j]) 188 + (WEBRTC_SPL_MUL_16_16(K_low, A_hi[i-j]) >> 15)) << 1); 238 A_hi[j] = A_upd_hi[j]; 253 temp1W32 = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)A_hi[i], 16 [all...] |
/external/compiler-rt/lib/x86_64/ |
floatundidf.S | 36 orq REL_ADDR(twop84), %rdi // 0x1p84 + a_hi (no rounding occurs) 39 subsd REL_ADDR(twop84_plus_twop52), %xmm1 // a_hi - 0x1p52 (no rounding occurs) 40 addsd %xmm1, %xmm0 // a_hi + a_lo (round happens here)
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
lpc_analysis.c | 220 double a_LO[ORDERLO+1], a_HI[ORDERHI+1]; 303 WebRtcIsac_LevDurb(a_HI, k_vechi, corrhi, ORDERHI); 335 a_HI[n] *= tmp; 343 res_nrg += a_HI[j] * corrhi[j-n] * a_HI[n]; 346 res_nrg += a_HI[j] * corrhi[n-j] * a_HI[n]; 355 *hi_coeff++ = a_HI[n];
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lpc_masking_model.c | 75 WebRtc_Word16 A_hi[LEVINSON_MAX_ORDER+1], A_low[LEVINSON_MAX_ORDER+1]; 118 A_hi[1] = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(temp1W32, 16); 119 A_low[1] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32((temp1W32 - WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)A_hi[1], 16)), 1); 163 temp1W32 += (WEBRTC_SPL_LSHIFT_W32(WEBRTC_SPL_MUL_16_16(R_hi[j], A_hi[i-j]), 1) + 165 WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL_16_16(R_low[j], A_hi[i-j]), 15) ), 1)); 218 temp1W32 = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)A_hi[j],16) + 221 temp1W32 += WEBRTC_SPL_LSHIFT_W32(( WEBRTC_SPL_MUL_16_16(K_hi, A_hi[i-j]) + 223 WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL_16_16(K_low, A_hi[i-j]), 15) ), 1); /* temp1W32 += K*A[i-j] in Q27 */ 268 A_hi[j] =A_upd_hi[j]; 282 temp1W32 = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)A_hi[i], 16) [all...] |
/external/chromium_org/third_party/libwebp/dsp/ |
dec_sse2.c | 319 // q = q - delta and p = p + delta; where delta = [(a_hi >> 7), (a_lo >> 7)] 320 #define UPDATE_2PIXELS(pi, qi, a_lo, a_hi) { \ 322 const __m128i a_hi7 = _mm_srai_epi16(a_hi, 7); \ [all...] |
/external/pixman/test/ |
utils.c | 1536 int32_t a_lo, a_hi, r_lo, r_hi, g_lo, g_hi, b_lo, b_hi; local [all...] |
/external/webp/src/dsp/ |
dec_sse2.c | 319 // q = q - delta and p = p + delta; where delta = [(a_hi >> 7), (a_lo >> 7)] 320 #define UPDATE_2PIXELS(pi, qi, a_lo, a_hi) { \ 322 const __m128i a_hi7 = _mm_srai_epi16(a_hi, 7); \ [all...] |
/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/pixman/pixman/ |
pixman-sse2.c | 351 __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); [all...] |