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

1 2 3 4 5

  /external/clang/test/CodeGenCXX/
static-init-4.cpp 3 typedef __attribute__((vector_size(4*4))) float float32x4_t; typedef
4 union QDSUnion { float32x4_t q; float s[4]; };
5 constexpr float32x4_t a = {1,2,3,4};
  /external/clang/test/Sema/
arm64-neon-args.c 7 void vcopy_reject(float32x4_t vOut0, float32x4_t vAlpha, int t) {
12 float32x4_t test_vmlsq_lane(float32x4_t accum, float32x4_t lhs, float32x2_t rhs) {
  /external/clang/test/CodeGen/
arm-neon-directed-rounding.c 11 float32x4_t test_vrndaq_f32(float32x4_t a) {
23 float32x4_t test_vrndmq_f32(float32x4_t a) {
35 float32x4_t test_vrndnq_f32(float32x4_t a) {
47 float32x4_t test_vrndpq_f32(float32x4_t a) {
59 float32x4_t test_vrndxq_f32(float32x4_t a)
    [all...]
arm-neon-numeric-maxmin.c 11 float32x4_t test_vmaxnmq_f32(float32x4_t a, float32x4_t b) {
23 float32x4_t test_vminnmq_f32(float32x4_t a, float32x4_t b) {
arm-neon-fma.c 16 float32x4_t test_fmaq_order(float32x4_t accum, float32x4_t lhs, float32x4_t rhs) {
aarch64-neon-fma.c 17 float32x4_t test_vmlaq_n_f32(float32x4_t a, float32x4_t b, float32_t c) {
35 float32x4_t test_vmlsq_n_f32(float32x4_t a, float32x4_t b, float32_t c) {
70 float32x4_t test_vmlaq_lane_f32_0(float32x4_t a, float32x4_t b, float32x2_t v) {
78 float32x2_t test_vmla_laneq_f32_0(float32x2_t a, float32x2_t b, float32x4_t v)
    [all...]
arm64-vrsqrt.c 24 float32x4_t test_vrsqrteq_f32(float32x4_t in) {
38 float32x4_t test_vrsqrtsq_f32(float32x4_t est, float32x4_t val) {
arm64_vfma.c 13 float32x4_t test_vfmaq_f32(float32x4_t a1, float32x4_t a2, float32x4_t a3) {
36 float32x4_t test_vfmaq_lane_f32(float32x4_t a1, float32x4_t a2, float32x2_t a3) {
63 float32x4_t test_vfmaq_n_f32(float32x4_t a1, float32x4_t a2, float32_t a3)
    [all...]
arm-neon-vcvtX.c 17 int32x4_t test_vcvtaq_s32_f32(float32x4_t a) {
23 uint32x4_t test_vcvtaq_u32_f32(float32x4_t a) {
41 int32x4_t test_vcvtnq_s32_f32(float32x4_t a) {
47 uint32x4_t test_vcvtnq_u32_f32(float32x4_t a) {
65 int32x4_t test_vcvtpq_s32_f32(float32x4_t a) {
71 uint32x4_t test_vcvtpq_u32_f32(float32x4_t a) {
89 int32x4_t test_vcvtmq_s32_f32(float32x4_t a) {
95 uint32x4_t test_vcvtmq_u32_f32(float32x4_t a) {
arm64_vcvtfp.c 12 float64x2_t test_vcvt_high_f64_f32(float32x4_t x) {
27 float32x4_t test_vcvt_high_f32_f64(float32x2_t x, float64x2_t v) {
42 float32x4_t test_vcvtx_high_f32_f64(float32x2_t x, float64x2_t v) {
arm64_vca.c 13 uint32x4_t test_vcaleq_f32(float32x4_t a1, float32x4_t a2) {
27 uint32x4_t test_vcaltq_f32(float32x4_t a1, float32x4_t a2) {
arm64-vrnd.c 7 int32x4_t rnd3(float32x4_t a) { return vrndq_f32(a); }
15 int32x4_t rnd8(float32x4_t a) { return vrndnq_f32(a); }
24 int32x4_t rnd12(float32x4_t a) { return vrndmq_f32(a); }
33 int32x4_t rnd16(float32x4_t a) { return vrndpq_f32(a); }
40 int32x4_t rnd20(float32x4_t a) { return vrndaq_f32(a); }
47 int32x4_t rnd24(float32x4_t a) { return vrndxq_f32(a); }
arm-arguments.c 197 typedef __attribute__((neon_vector_type(4))) float float32x4_t; typedef
198 static __attribute__((__always_inline__, __nodebug__)) float32x4_t vaddq_f32(
199 float32x4_t __a, float32x4_t __b) {
202 float32x4_t f35(int i, s35_with_align s1, s35_with_align s2) {
203 float32x4_t v = vaddq_f32(*(float32x4_t *)&s1,
204 *(float32x4_t *)&s2);
arm-vector-align.c 18 float32x4_t a = vld1q_f32(addr1);
arm64_vMaxMin.c 47 float32x4_t test_vmaxq_f32(float32x4_t a1, float32x4_t a2) {
95 float32_t test_vmaxnmvq_f32(float32x4_t a1) {
139 float32_t test_vmaxvq_f32(float32x4_t a1) {
153 float32_t test_vminvq_f32(float32x4_t a1) {
171 float32_t test_vminnmvq_f32(float32x4_t a1) {
armv7k-abi.c 91 float32x4_t test_va_arg_vec(__builtin_va_list l) {
92 return __builtin_va_arg(l, float32x4_t);
arm64_vdupq_n_f64.c 25 float32x4_t test_vdupq_n_f32(float32_t w)
  /ndk/tests/build/issue34613-neon/jni/
issue34613-neon.cpp 4 void x(float32x4_t v0, float32_t f)
6 float32x4_t vv = vmulq_n_f32( v0, f);
  /external/clang/test/SemaCXX/
neon-vector-types.cpp 7 typedef __attribute__((neon_vector_type(4))) float32_t float32x4_t; typedef
12 extern int bar (float32x4_t const *p);
15 float32x4_t const *vRealPtr = (VFLOAT *)&realBufPtr[0];
24 float32x4_t const *vRealPtr = (VFLOAT *)&realBufPtr[0];
30 typedef __attribute__((neon_vector_type(4))) float32_t float32x4_t; typedef in namespace:rdar11688587
35 extern float32x4_t vec;
37 float32x4_t __a = (vec);
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_neon.c 26 const float32x4_t vec_swap_sign = vld1q_f32((float32_t*)k_swap_sign);
30 float32x4_t a00v = vld1q_f32(&a[j + 0]);
31 float32x4_t a04v = vld1q_f32(&a[j + 4]);
32 float32x4_t a08v = vld1q_f32(&a[j + 8]);
33 float32x4_t a12v = vld1q_f32(&a[j + 12]);
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));
38 const float32x4_t wk1rv = vld1q_f32(&rdft_wk1r[k2])
    [all...]
aec_core_neon.c 55 const float32x4_t x_fft_buf_re = vld1q_f32(&x_fft_buf[0][xPos + j]);
56 const float32x4_t x_fft_buf_im = vld1q_f32(&x_fft_buf[1][xPos + j]);
57 const float32x4_t h_fft_buf_re = vld1q_f32(&h_fft_buf[0][pos + j]);
58 const float32x4_t h_fft_buf_im = vld1q_f32(&h_fft_buf[1][pos + j]);
59 const float32x4_t y_fft_re = vld1q_f32(&y_fft[0][j]);
60 const float32x4_t y_fft_im = vld1q_f32(&y_fft[1][j]);
61 const float32x4_t a = vmulq_f32(x_fft_buf_re, h_fft_buf_re);
62 const float32x4_t e = vmlsq_f32(a, x_fft_buf_im, h_fft_buf_im);
63 const float32x4_t c = vmulq_f32(x_fft_buf_re, h_fft_buf_im);
64 const float32x4_t f = vmlaq_f32(c, x_fft_buf_im, h_fft_buf_re)
    [all...]
  /ndk/tests/device/b8708181-Vector4/jni/
Vector4.cpp 21 typedef __m128 float32x4_t; typedef
24 typedef float float32x4_t __attribute__ ((__vector_size__ (16))); typedef
26 #error unknown arch for type float32x4_t
34 inline float32x4_t Set(float a, float b, float c, float d);
36 float32x4_t m_floatVector;
44 inline float32x4_t Vector4::Set(float a, float b, float c, float d)
46 float32x4_t value = { a, b, c, d };
  /ndk/tests/build/issue22345-ICE-postreload/jni/
issue22345-ICE-postreload.cpp 7 inline float32x4_t dot4VecResult(const float32x4_t& vec1, const float32x4_t& vec2) {
8 float32x4_t result = vmulq_f32(vec1, vec2);
14 inline float32x4_t fastRSqrt(const float32x4_t& vec) {
15 float32x4_t result;
22 typedef float32x4_t Vector3;
25 float32x4_t dot;
  /external/webrtc/webrtc/common_audio/resampler/
sinc_resampler_neon.cc 23 float32x4_t m_input;
24 float32x4_t m_sums1 = vmovq_n_f32(0);
25 float32x4_t m_sums2 = vmovq_n_f32(0);
  /ndk/tests/build/issue22336-ICE-emit-rtl/jni/
issue22336-ICE-emit-rtl.cpp 4 float32x4_t row0;
5 float32x4_t row1;
6 float32x4_t row2;
7 float32x4_t row3;

Completed in 279 milliseconds

1 2 3 4 5