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

  /external/libvpx/libvpx/vpx_dsp/x86/
bitdepth_conversion_sse2.h 36 const __m128i a_lo = _mm_mullo_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
316 a_lo = vget_low_f32(a_r64);
318 return vcombine_f32(a_hi, a_lo);
321 int32x2_t a_lo, a_hi; local
325 a_lo = vget_low_s32(a_r64);
327 return vcombine_s32(a_hi, a_lo);
335 float32x2_t a_lo, a_hi, sum; local
337 a_lo = vget_low_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
159 a_lo = vget_low_f32(a.v);
161 a_r128 = vcombine_f32(a_hi, a_lo);
  /external/compiler-rt/lib/builtins/i386/
floatdidf.S 32 orpd %xmm2, %xmm0 // 0x1p52 + a_lo (no rounding occurs)
33 addsd %xmm1, %xmm0 // a_hi + a_lo (round happens here)
floatundidf.S 45 orpd REL_ADDR(twop52), %xmm0 // 0x1p52 + a_lo (no rounding occurs)
46 addsd %xmm1, %xmm0 // a_hi + a_lo (round happens here)
  /external/compiler-rt/lib/builtins/x86_64/
floatundidf.S 42 orpd REL_ADDR(twop52), %xmm0 // 0x1p52 + a_lo (no rounding occurs)
45 addsd %xmm1, %xmm0 // a_hi + a_lo (round happens here)
  /prebuilts/go/darwin-x86/src/runtime/
vlop_386.s 36 MOVL a_lo+4(FP), AX
51 MOVL a_lo+0(FP), AX
  /prebuilts/go/linux-x86/src/runtime/
vlop_386.s 36 MOVL a_lo+4(FP), AX
51 MOVL a_lo+0(FP), AX
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
lpc_analysis.c 220 double a_LO[ORDERLO+1], a_HI[ORDERHI+1];
302 WebRtcIsac_LevDurb(a_LO, k_veclo, corrlo2, ORDERLO);
308 a_LO[n] *= tmp;
316 res_nrg += a_LO[j] * corrlo2[j-n] * a_LO[n];
319 res_nrg += a_LO[j] * corrlo2[n-j] * a_LO[n];
328 *lo_coeff++ = a_LO[n];
  /art/compiler/optimizing/
intrinsics_mips.cc 1126 Register a_lo = locations->InAt(0).AsRegisterPairLow<Register>(); local
1191 Register a_lo = locations->InAt(0).AsRegisterPairLow<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
263 ; SI-DAG: v_mov_b32_e32 v[[VA_LO:[0-9]+]], s[[A_LO]]
  /external/webp/src/dsp/
lossless_enc_sse2.c 581 const __m128i A_lo = _mm_unpacklo_epi32(*A, *A);
585 const __m128i s_lo = _mm_sad_epu8(A_lo, B_lo);
lossless_sse2.c 308 const __m128i A_lo = _mm_unpacklo_epi32(*A, *A);
312 const __m128i s_lo = _mm_sad_epu8(A_lo, B_lo);
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 34 * v3 out A_lo / const 0xff*ff
  /external/valgrind/memcheck/
mc_leakcheck.c 267 Addr a_lo, a_hi; local
271 a_lo = chunks[i]->data;
273 if (a_lo <= ptr && ptr < a_hi)
    [all...]
mc_main.c 3583 UWord a_lo = (UWord)(base); local
3639 UWord a_lo = (UWord)(base); local
    [all...]

Completed in 1471 milliseconds