Searched defs:float32x4_t (Results 1 - 1 of 1) sorted by relevance

/ndk/tests/device/b8708181-Vector4/jni/
H A DVector4.cpp21 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 };

Completed in 94 milliseconds