Home | History | Annotate | Download | only in jni

Lines Matching full:vector4

18 class Vector4
21 inline Vector4(float a, float b, float c, float d);
22 inline Vector4() {}
28 inline Vector4::Vector4(float a, float b, float c, float d)
33 inline float32x4_t Vector4::Set(float a, float b, float c, float d)
40 Vector4 initVector4(float a, float b, float c, float d)
42 return Vector4(a, b, c, d);
45 void initVector4(Vector4 *v, float a, float b, float c, float d)
52 Vector4 v;
61 Vector4 v4;
72 return 0; // Skip this test (Should not assume vector4 type on le32 triple)