Lines Matching refs:lane
129 return a.lane<0>() + a.lane<1>() + a.lane<2>();
196 * If either lane value is NaN, @c b will be returned for that lane.
206 * If either lane value is NaN, @c b will be returned for that lane.
217 * then @c min will be returned for that lane.
229 * be returned for that lane.
240 * If @c a is NaN then zero will be returned for that lane.
253 return hmin(a).lane<0>();
261 a.set_lane<3>(a.lane<0>());
270 return hmax(a).lane<0>();
274 * @brief Accumulate lane-wise sums for a vector.
282 * @brief Accumulate lane-wise sums for a masked vector.
301 return a.lane<0>() + a.lane<1>() + a.lane<2>();
310 return a.lane<0>() + a.lane<1>() + a.lane<2>() + a.lane<3>(); // channel 0,1,2,3