Searched refs:vec_ctul (Results 1 – 3 of 3) sorted by relevance
566 vul = vec_ctul(vd, idx); // expected-error {{no matching function}} in test_float()568 vul = vec_ctul(vd, -1); // expected-error {{no matching function}} in test_float()570 vul = vec_ctul(vd, 32); // expected-error {{no matching function}} in test_float()
2931 vul = vec_ctul(vd, 0); in test_float()2936 vul = vec_ctul(vd, 1); in test_float()2942 vul = vec_ctul(vd, 31); in test_float()
7339 vec_ctul(vector double __a, int __b) in vec_ctul() function