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

  /external/compiler-rt/lib/builtins/i386/
floatdidf.S 29 mulsd REL_ADDR(twop32), %xmm1 // a_hi as a double (without rounding)
31 subsd %xmm2, %xmm1 // a_hi - 0x1p52 (no rounding occurs)
33 addsd %xmm1, %xmm0 // a_hi + a_lo (round happens here)
floatundidf.S 43 orpd REL_ADDR(twop84), %xmm1 // 0x1p84 + a_hi (no rounding occurs)
44 subsd REL_ADDR(twop84_plus_twop52), %xmm1 // a_hi - 0x1p52 (no rounding occurs)
46 addsd %xmm1, %xmm0 // a_hi + a_lo (round happens here)
  /external/libvpx/libvpx/vpx_dsp/x86/
bitdepth_conversion_sse2.h 35 const __m128i a_hi = _mm_mulhi_epi16(a, one); local
37 const __m128i a_1 = _mm_unpacklo_epi16(a_lo, a_hi);
38 const __m128i a_2 = _mm_unpackhi_epi16(a_lo, a_hi);
  /external/eigen/Eigen/src/Core/arch/NEON/
PacketMath.h 312 float32x2_t a_lo, a_hi; local
317 a_hi = vget_high_f32(a_r64);
318 return vcombine_f32(a_hi, a_lo);
321 int32x2_t a_lo, a_hi; local
326 a_hi = vget_high_s32(a_r64);
327 return vcombine_s32(a_hi, a_lo);
335 float32x2_t a_lo, a_hi, sum; local
338 a_hi = vget_high_f32(a);
339 sum = vpadd_f32(a_lo, a_hi);
366 int32x2_t a_lo, a_hi, sum local
399 float32x2_t a_lo, a_hi, prod; local
413 int32x2_t a_lo, a_hi, prod; local
429 float32x2_t a_lo, a_hi, min; local
441 int32x2_t a_lo, a_hi, min; local
454 float32x2_t a_lo, a_hi, max; local
466 int32x2_t a_lo, a_hi, max; local
    [all...]
Complex.h 156 float32x2_t a_lo, a_hi; local
160 a_hi = vget_high_f32(a.v);
161 a_r128 = vcombine_f32(a_hi, a_lo);
  /external/webrtc/webrtc/common_audio/signal_processing/
levinson_durbin.c 29 int16_t A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1];
74 A_hi[1] = (int16_t)(temp1W32 >> 16);
75 A_low[1] = (int16_t)((temp1W32 - ((int32_t)A_hi[1] << 16)) >> 1);
115 temp1W32 += (R_hi[j] * A_hi[i - j] << 1) +
117 (R_low[j] * A_hi[i - j] >> 15)) << 1);
174 temp1W32 = WEBRTC_SPL_LSHIFT_W32((int32_t)A_hi[j],16)
178 temp1W32 += (K_hi * A_hi[i - j] + (K_hi * A_low[i - j] >> 15) +
179 (K_low * A_hi[i - j] >> 15)) << 1;
225 A_hi[j] = A_upd_hi[j];
240 temp1W32 = WEBRTC_SPL_LSHIFT_W32((int32_t)A_hi[i], 16
    [all...]
  /external/compiler-rt/lib/builtins/x86_64/
floatundidf.S 41 orq REL_ADDR(twop84), %rdi // 0x1p84 + a_hi (no rounding occurs)
44 subsd REL_ADDR(twop84_plus_twop52), %xmm1 // a_hi - 0x1p52 (no rounding occurs)
45 addsd %xmm1, %xmm0 // a_hi + a_lo (round happens here)
  /prebuilts/go/darwin-x86/src/runtime/
vlop_386.s 40 MOVL a_hi+8(FP), AX
52 MOVL a_hi+4(FP), DX
  /prebuilts/go/linux-x86/src/runtime/
vlop_386.s 40 MOVL a_hi+8(FP), AX
52 MOVL a_hi+4(FP), DX
  /external/webrtc/webrtc/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/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 75 int16_t A_hi[LEVINSON_MAX_ORDER+1], A_low[LEVINSON_MAX_ORDER+1];
117 A_hi[1] = (int16_t)(temp1W32 >> 16);
118 A_low[1] = (int16_t)((temp1W32 - ((int32_t)A_hi[1] << 16)) >> 1);
160 temp1W32 += ((R_hi[j] * A_hi[i - j]) << 1) +
162 ((R_low[j] * A_hi[i - j]) >> 15)) << 1);
214 temp1W32 = (A_hi[j] << 16) + (A_low[j] << 1); // temp1W32 = A[j] in Q27
216 temp1W32 += (K_hi * A_hi[i - j] + ((K_hi * A_low[i - j]) >> 15) +
217 ((K_low * A_hi[i - j]) >> 15)) << 1; // temp1W32 += K*A[i-j] in Q27.
260 A_hi[j] =A_upd_hi[j];
274 temp1W32 = (A_hi[i] << 16) + (A_low[i] << 1)
    [all...]
  /art/compiler/optimizing/
intrinsics_mips.cc 1127 Register a_hi = locations->InAt(0).AsRegisterPairHigh<Register>(); local
1192 Register a_hi = locations->InAt(0).AsRegisterPairHigh<Register>(); local
    [all...]
  /external/llvm/test/CodeGen/AMDGPU/
llvm.amdgcn.div.scale.ll 261 ; SI-DAG: s_load_dwordx2 s{{\[}}[[A_LO:[0-9]+]]:[[A_HI:[0-9]+]]{{\]}}, {{s\[[0-9]+:[0-9]+\]}}, 0xb
264 ; SI-DAG: v_mov_b32_e32 v[[VA_HI:[0-9]+]], s[[A_HI]]
  /external/webp/src/dsp/
lossless_enc_sse2.c 583 const __m128i A_hi = _mm_unpackhi_epi32(*A, *A);
586 const __m128i s_hi = _mm_sad_epu8(A_hi, B_hi);
lossless_sse2.c 310 const __m128i A_hi = _mm_unpackhi_epi32(*A, *A);
313 const __m128i s_hi = _mm_sad_epu8(A_hi, B_hi);
dec_sse2.c 318 // q = q - delta and p = p + delta; where delta = [(a_hi >> 7), (a_lo >> 7)]
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_advsimd_YuvToRGB.S 38 * v7 out A_hi / const 0xff*ff
  /external/valgrind/memcheck/
mc_leakcheck.c 267 Addr a_lo, a_hi; local
272 a_hi = ((Addr)chunks[i]->data) + chunks[i]->szB;
273 if (a_lo <= ptr && ptr < a_hi)
    [all...]
mc_main.c 3584 UWord a_hi = (UWord)(base + 128 - 1); local
3640 UWord a_hi = (UWord)(base + 288 - 1); local
    [all...]

Completed in 566 milliseconds