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 | 9339 vec_fp_test_data_class(__vector float __a, int __b, int *__c) 9343 vec_fp_test_data_class(__vector double __a, int __b, int *__c) 9346 #define vec_fp_test_data_class(X, Y, Z) \ macro 9347 ((__typeof__((vec_fp_test_data_class)((X), (Y), (Z)))) \ 9361 #define vec_fp_test_data_class(X, Y, Z) \ macro
|