Lines Matching refs:convert2

31 vector signed char *__attribute__((__overloadable__)) convert2(__v16sc);
32 vector unsigned char *__attribute__((__overloadable__)) convert2(__v16uc);
33 vector signed short *__attribute__((__overloadable__)) convert2(__v8ss);
34 vector unsigned short *__attribute__((__overloadable__)) convert2(__v8us);
35 vector signed int *__attribute__((__overloadable__)) convert2(__v4si);
36 vector unsigned int *__attribute__((__overloadable__)) convert2(__v4ui);
37 vector signed long long *__attribute__((__overloadable__)) convert2(__v2sll);
38 vector unsigned long long *__attribute__((__overloadable__)) convert2(__v2ull);
39 vector signed __int128 *__attribute__((__overloadable__)) convert2(__v1slll);
40 vector unsigned __int128 *__attribute__((__overloadable__)) convert2(__v1ulll);
41 vector float *__attribute__((__overloadable__)) convert2(__v4f);
42 vector double *__attribute__((__overloadable__)) convert2(__v2d);
86 vector signed char *av1_p = convert2(av1); in test()
87 vector unsigned char *av2_p = convert2(av2); in test()
88 vector signed short *av3_p = convert2(av3); in test()
89 vector unsigned short *av4_p = convert2(av4); in test()
90 vector signed int *av5_p = convert2(av5); in test()
91 vector unsigned int *av6_p = convert2(av6); in test()
92 vector signed long long *av7_p = convert2(av7); in test()
93 vector unsigned long long *av8_p = convert2(av8); in test()
94 vector signed __int128 *av9_p = convert2(av9); in test()
95 vector unsigned __int128 *av10_p = convert2(av10); in test()
96 vector float *av11_p = convert2(av11); in test()
97 vector double *av12_p = convert2(av12); in test()
98 convert2(av13); // expected-error {{call to 'convert2' is ambiguous}} in test()
99 convert2(av14); // expected-error {{call to 'convert2' is ambiguous}} in test()