Searched refs:vec_fp_test_data_class (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | vecintrin.h | 11042 vec_fp_test_data_class(__vector float __a, int __b, int *__c) 11046 vec_fp_test_data_class(__vector double __a, int __b, int *__c) 11049 #define vec_fp_test_data_class(X, Y, Z) \ macro 11050 ((__typeof__((vec_fp_test_data_class)((X), (Y), (Z)))) \ 11064 #define vec_fp_test_data_class(X, Y, Z) \ macro
|