Lines Matching defs:toElements
204 for (std::size_t toElements{to.Elements()}; toElements-- > 0;
359 std::size_t toElements{to.Elements()};
360 if (from.rank() > 0 && toElements != from.Elements()) {
363 toElements, from.Elements());
387 for (std::size_t j{0}; j < toElements;
474 toElements * toElementBytes);
479 BlankPadCharacterAssignment<char>(to, from, toAt, fromAt, toElements,
484 toElements, toElementBytes, fromElementBytes);
488 toElements, toElementBytes, fromElementBytes);
495 for (std::size_t n{toElements}; n-- > 0;