Lines Matching defs:first
236 const float first = val[swizzle[0]].f32;
239 if (val[swizzle[i]].f32 != first)
243 *result = first;
245 const double first = val[swizzle[0]].f64;
248 if (val[swizzle[i]].f64 != first)
252 *result = first;
348 /* Does the other flrp use source 2 from the first flrp as its source 2
514 * first flrp and one FMA instruction for each additional flrp. It
532 * other lowered flrp. This results in 3 insructions for the first
551 * flrp. This results in 4 insructions for the first flrp and 2 for
559 * other lowered flrp. This results in 4 insructions for the first