Home | History | Annotate | Download | only in tests

Lines Matching refs:Ty

129    // 'Ty' is the type of the thing we are copying.  It can be an integer
131 // will be the same as 'Ty' if 'ITy' is an integer type). 'ITy' is used
134 #define DO(NNN, Ty, ITy, isF4) \
136 NNN, #Ty, #ITy); \
142 size_t nN = n / sizeof(Ty); \
143 Ty* aN = (Ty*)a; \
144 Ty* bN = (Ty*)b; \
145 Ty* aNb = (Ty*)(((U1*)aN) + h); /* set offset from a[] */ \
146 Ty* bNb = (Ty*)(((U1*)bN) + h); /* set offset from b[] */ \
155 Ty* undefN_Ty; \
157 /* the output of build() into a variable of type 'Ty'. */ \
171 undefN_Ty = (Ty*)&undefN_ITy; \