Lines Matching defs:components
88 * Returns LESS if all vector components of `a' are strictly lower than of `b',
89 * GREATER if all vector components of `a' are strictly greater than of `b',
90 * MIXED if some vector components of `a' are strictly lower than of `b' while
103 unsigned components = MAX2(a->type->components(), b->type->components());
110 i < components;
178 /* Some components are strictly lower, others are strictly greater */
191 /* All components are strictly lower or strictly greater */
200 for (unsigned i = 0; i < c->type->components(); i++) {