HomeSort by relevance Sort by last modified time
    Searched refs:vcombine_f32 (Results 1 - 22 of 22) sorted by null

  /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 34 float32x4_t a01v = vcombine_f32(vget_low_f32(a00v), vget_low_f32(a08v));
35 float32x4_t a23v = vcombine_f32(vget_high_f32(a00v), vget_high_f32(a08v));
36 float32x4_t a45v = vcombine_f32(vget_low_f32(a04v), vget_low_f32(a12v));
37 float32x4_t a67v = vcombine_f32(vget_high_f32(a04v), vget_high_f32(a12v));
63 a00v = vcombine_f32(vget_low_f32(a01v), vget_low_f32(a23v));
64 a04v = vcombine_f32(vget_low_f32(a45v), vget_low_f32(a67v));
65 a08v = vcombine_f32(vget_high_f32(a01v), vget_high_f32(a23v));
66 a12v = vcombine_f32(vget_high_f32(a45v), vget_high_f32(a67v));
85 const float32x4_t a_00_32 = vcombine_f32(a_00, a_32);
86 const float32x4_t a_08_40 = vcombine_f32(a_08, a_40)
    [all...]
aec_core_neon.c 639 vec_sqrtHanning_rev = vcombine_f32(vget_high_f32(vec_sqrtHanning_rev),
  /external/eigen/Eigen/src/Core/arch/NEON/
Complex.h 56 return Packet2cf(vcombine_f32(r64, r64));
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));
129 a_r128 = vcombine_f32(a_hi, a_lo);
157 sum1 = vcombine_f32(vget_low_f32(vecs[0].v), vget_low_f32(vecs[1].v));
158 sum2 = vcombine_f32(vget_high_f32(vecs[0].v), vget_high_f32(vecs[1].v));
PacketMath.h 196 return vcombine_f32(lo, hi);
226 return vcombine_f32(a_hi, a_lo);
  /external/clang/test/CodeGen/
aarch64-neon-vcombine.c 70 return vcombine_f32(low, high);
arm_neon_intrinsics.c     [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include/
arm_neon.h 3833 vcombine_f32 (float32x2_t __a, float32x2_t __b) function
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include/
arm_neon.h 3833 vcombine_f32 (float32x2_t __a, float32x2_t __b) function
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
arm_neon.h 4098 vcombine_f32 (float32x2_t __a, float32x2_t __b) function
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
arm_neon.h 4098 vcombine_f32 (float32x2_t __a, float32x2_t __b) function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
arm_neon.h 974 __ai float32x4_t vcombine_f32(float32x2_t __a, float32x2_t __b) { function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
arm_neon.h 4092 __ai float32x4_t vcombine_f32(float32x2_t __p0, float32x2_t __p1) { function
4098 __ai float32x4_t vcombine_f32(float32x2_t __p0, float32x2_t __p1) { function
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
arm_neon.h 974 __ai float32x4_t vcombine_f32(float32x2_t __a, float32x2_t __b) { function
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
arm_neon.h 4092 __ai float32x4_t vcombine_f32(float32x2_t __p0, float32x2_t __p1) { function
4098 __ai float32x4_t vcombine_f32(float32x2_t __p0, float32x2_t __p1) { function
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
arm_neon.h 5798 vcombine_f32 (float32x2_t __a, float32x2_t __b) function
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
arm_neon.h 5798 vcombine_f32 (float32x2_t __a, float32x2_t __b) function
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
arm_neon.h 5798 vcombine_f32 (float32x2_t __a, float32x2_t __b) function
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
arm_neon.h 5798 vcombine_f32 (float32x2_t __a, float32x2_t __b) function
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
arm_neon.h 894 __ai float32x4_t vcombine_f32(float32x2_t __a, float32x2_t __b) { function
    [all...]
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
arm_neon.h 894 __ai float32x4_t vcombine_f32(float32x2_t __a, float32x2_t __b) { function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
arm_neon.h 4092 __ai float32x4_t vcombine_f32(float32x2_t __p0, float32x2_t __p1) { function
4098 __ai float32x4_t vcombine_f32(float32x2_t __p0, float32x2_t __p1) { function
    [all...]

Completed in 529 milliseconds