HomeSort by relevance Sort by last modified time
    Searched refs:vget_high_f32 (Results 1 - 25 of 28) sorted by null

1 2

  /ndk/tests/build/issue22345-ICE-postreload/jni/
issue22345-ICE-postreload.cpp 6 #define _IOS_SHUFFLE_2301(vec) vcombine_f32(vget_high_f32(vec), vget_low_f32(vec))
39 float32x4x2_t v_1203 = vzipq_f32(vcombine_f32(vrev64_f32(vget_low_f32(v1)), vrev64_f32(vget_low_f32(v2))), vcombine_f32(vget_high_f32(v1), vget_high_f32(v2)));
40 float32x4x2_t v_2013 = vzipq_f32(vcombine_f32(vrev64_f32(vget_low_f32(v_1203.val[0])), vrev64_f32(vget_low_f32(v_1203.val[1]))), vcombine_f32(vget_high_f32(v_1203.val[0]), vget_high_f32(v_1203.val[1])));
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_rdft_neon.c 35 float32x4_t a23v = vcombine_f32(vget_high_f32(a00v), vget_high_f32(a08v));
37 float32x4_t a67v = vcombine_f32(vget_high_f32(a04v), vget_high_f32(a12v));
65 a08v = vcombine_f32(vget_high_f32(a01v), vget_high_f32(a23v));
66 a12v = vcombine_f32(vget_high_f32(a45v), vget_high_f32(a67v));
104 const float32x2_t yy0_a = vdup_lane_f32(vget_high_f32(x1_x3_add), 0);
105 const float32x2_t yy0_s = vdup_lane_f32(vget_high_f32(x1_x3_sub), 0)
    [all...]
aec_core_neon.c 466 vec_total = vpadd_f32(vget_low_f32(vec_wfEn), vget_high_f32(vec_wfEn));
570 vget_high_f32(vec_sdSum));
572 vget_high_f32(vec_seSum));
639 vec_sqrtHanning_rev = vcombine_f32(vget_high_f32(vec_sqrtHanning_rev),
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
sinc_resampler_neon.cc 43 float32x2_t m_half = vadd_f32(vget_high_f32(m_sums1), vget_low_f32(m_sums1));
  /external/eigen/Eigen/src/Core/arch/NEON/
Complex.h 73 v1 = vcombine_f32(vdup_lane_f32(vget_low_f32(a.v), 0), vdup_lane_f32(vget_high_f32(a.v), 0));
75 v2 = vcombine_f32(vdup_lane_f32(vget_low_f32(a.v), 1), vdup_lane_f32(vget_high_f32(a.v), 1));
128 a_hi = vget_high_f32(a.v);
145 a2 = vget_high_f32(a.v);
158 sum2 = vcombine_f32(vget_high_f32(vecs[0].v), vget_high_f32(vecs[1].v));
170 a2 = vget_high_f32(a.v);
PacketMath.h 225 a_hi = vget_high_f32(a_r64);
245 a_hi = vget_high_f32(a);
310 a_hi = vget_high_f32(a);
339 a_hi = vget_high_f32(a);
364 a_hi = vget_high_f32(a);
  /external/chromium_org/third_party/webrtc/common_audio/
fir_filter_neon.cc 64 float32x2_t m_half = vadd_f32(vget_high_f32(m_sum), vget_low_f32(m_sum));
  /external/clang/test/CodeGen/
arm-neon-vget.c 122 return vget_high_f32(a);
aarch64-neon-vget-hilo.c 71 return vget_high_f32(a);
arm_neon_intrinsics.c     [all...]
  /external/chromium_org/media/base/
sinc_resampler.cc 391 float32x2_t m_half = vadd_f32(vget_high_f32(m_sums1), vget_low_f32(m_sums1));
vector_math.cc 265 float32x2_t max_x2 = vpmax_f32(vget_low_f32(max_x4), vget_high_f32(max_x4));
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
VectorMath.cpp 565 float32x2_t twoSum = vadd_f32(vget_low_f32(fourSum), vget_high_f32(fourSum));
635 float32x2_t twoMax = vmax_f32(vget_low_f32(fourMax), vget_high_f32(fourMax));
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
arm_neon.h 1293 __ai float32x2_t vget_high_f32(float32x4_t __a) { function
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
arm_neon.h 1293 __ai float32x2_t vget_high_f32(float32x4_t __a) { function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
arm_neon.h 6333 __ai float32x2_t vget_high_f32(float32x4_t __p0) { function
6339 __ai float32x2_t vget_high_f32(float32x4_t __p0) { function
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
arm_neon.h 6333 __ai float32x2_t vget_high_f32(float32x4_t __p0) { function
6339 __ai float32x2_t vget_high_f32(float32x4_t __p0) { function
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
arm_neon.h 5864 vget_high_f32 (float32x4_t __a) function
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
arm_neon.h 5864 vget_high_f32 (float32x4_t __a) function
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
arm_neon.h 5864 vget_high_f32 (float32x4_t __a) function
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
arm_neon.h 5864 vget_high_f32 (float32x4_t __a) function
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
arm_neon.h 1213 __ai float32x2_t vget_high_f32(float32x4_t __a) { function
    [all...]
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
arm_neon.h 1213 __ai float32x2_t vget_high_f32(float32x4_t __a) { function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
arm_neon.h 6333 __ai float32x2_t vget_high_f32(float32x4_t __p0) { function
6339 __ai float32x2_t vget_high_f32(float32x4_t __p0) { function
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include/
arm_neon.h 7982 vget_high_f32 (float32x4_t a) function
    [all...]

Completed in 744 milliseconds

1 2