Searched defs:Q6Vect64C (Results 1 – 1 of 1) sorted by relevance
1857 Q6Vect64C(int w1, int w0) : data(Q6V64_CREATE_W(w1, w0)) {}; in Q6Vect64C() function1858 Q6Vect64C(short h3, short h2, short h1, short h0) in Q6Vect64C() function1860 Q6Vect64C(signed char b7, signed char b6, signed char b5, signed char b4, in Q6Vect64C() function1863 Q6Vect64C(const Q6Vect64C &v) : data(v.data) {}; in Q6Vect64C() function