Searched defs:v2fa (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/test/Sema/ |
H A D | vector-ops.c | 6 void test1(v2u v2ua, v2s v2sa, v2f v2fa) { in test1() 30 void testLogicalVecVec(v2u v2ua, v2s v2sa, v2f v2fa) { in testLogicalVecVec() 78 void testLogicalVecScalar(v2u v2ua, v2s v2sa, v2f v2fa) { in testLogicalVecScalar()
|
H A D | ext_vector_ops.c | 7 void test1(v2u v2ua, v2s v2sa, v2f v2fa) { in test1() 93 void test_float_vector_scalar(float fa, unsigned int ua, v2f v2fa) { in test_float_vector_scalar()
|
/llvm-project/clang/test/SemaCXX/ |
H A D | vector.cpp | 617 void test_float_vector_scalar(float fa, unsigned int ua, v2f v2fa) { in test_float_vector_scalar() argument [all...] |