Lines Matching refs:vector2
58 VECT_VAR(vector2, T1, W, N)); \ in FNNAME()
72 DECL_VARIABLE_ALL_VARIANTS(vector2); in FNNAME()
103 VDUP(vector2, , int, s, 8, 8, 0x11); in FNNAME()
104 VDUP(vector2, , int, s, 16, 4, 0x22); in FNNAME()
105 VDUP(vector2, , int, s, 32, 2, 0x33); in FNNAME()
106 VDUP(vector2, , uint, u, 8, 8, 0x55); in FNNAME()
107 VDUP(vector2, , uint, u, 16, 4, 0x66); in FNNAME()
108 VDUP(vector2, , uint, u, 32, 2, 0x77); in FNNAME()
109 VDUP(vector2, , poly, p, 8, 8, 0x55); in FNNAME()
110 VDUP(vector2, , poly, p, 16, 4, 0x66); in FNNAME()
111 VDUP(vector2, , float, f, 32, 2, 33.6f); in FNNAME()
113 VDUP(vector2, q, int, s, 8, 16, 0x11); in FNNAME()
114 VDUP(vector2, q, int, s, 16, 8, 0x22); in FNNAME()
115 VDUP(vector2, q, int, s, 32, 4, 0x33); in FNNAME()
116 VDUP(vector2, q, uint, u, 8, 16, 0x55); in FNNAME()
117 VDUP(vector2, q, uint, u, 16, 8, 0x66); in FNNAME()
118 VDUP(vector2, q, uint, u, 32, 4, 0x77); in FNNAME()
119 VDUP(vector2, q, poly, p, 8, 16, 0x55); in FNNAME()
120 VDUP(vector2, q, poly, p, 16, 8, 0x66); in FNNAME()
121 VDUP(vector2, q, float, f, 32, 4, 33.8f); in FNNAME()