Searched refs:float32_t (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/SemaCXX/
H A Dneon-vector-types.cpp6 typedef float float32_t; typedef
7 typedef __attribute__((neon_vector_type(4))) float32_t float32x4_t;
29 typedef float float32_t; typedef in namespace:rdar11688587
30 typedef __attribute__((neon_vector_type(4))) float32_t float32x4_t;
38 (float32_t)__builtin_neon_vgetq_lane_f32(__a, I); // expected-error{{argument should be a value from 0 to 3}}
/external/clang/test/Sema/
H A Dneon-vector-types.c3 typedef float float32_t; typedef
13 typedef __attribute__((neon_vector_type(2))) float32_t float32x2_t;
14 typedef __attribute__((neon_vector_type(4))) float32_t float32x4_t;
27 typedef __attribute__((neon_polyvector_type(4))) float32_t bad_poly_elt; // expected-error{{invalid vector element type}}
/external/clang/test/CodeGenCXX/
H A Dmangle-neon-vectors.cpp3 typedef float float32_t; typedef
12 typedef __attribute__((neon_vector_type(2))) float32_t float32x2_t;
13 typedef __attribute__((neon_vector_type(4))) float32_t float32x4_t;
/external/eigen/Eigen/src/Core/arch/NEON/
H A DPacketMath.h86 EIGEN_STRONG_INLINE float32x4_t vld1q_f32(const float* x) { return ::vld1q_f32((const float32_t*)x); }
87 EIGEN_STRONG_INLINE float32x2_t vld1_f32 (const float* x) { return ::vld1_f32 ((const float32_t*)x); }
88 EIGEN_STRONG_INLINE void vst1q_f32(float* to, float32x4_t from) { ::vst1q_f32((float32_t*)to,from); }
89 EIGEN_STRONG_INLINE void vst1_f32 (float* to, float32x2_t from) { ::vst1_f32 ((float32_t*)to,from); }

Completed in 3252 milliseconds