Home | History | Annotate | Download | only in tests

Lines Matching refs:aN

66 // 'str' and 'offset' are only used for printing an error message if
111 // Create an array of values that has all the possible V bit metavalues.
129 // 'Ty' is the type of the thing we are copying. It can be an integer
130 // type or an FP type. 'ITy' is the same-sized integer type (and thus
131 // will be the same as 'Ty' if 'ITy' is an integer type). 'ITy' is used
143 Ty* aN = (Ty*)a; \
145 Ty* aNb = (Ty*)(((U1*)aN) + h); /* set offset from a[] */ \
165 /* We have to use an array for undefN_Ty -- because if we try to
166 * convert an integer type from build into an FP type with a
169 * pattern gets used as an FP value unchanged (that FP value is
182 * as an acceptable result. Sigh. */ \