Lines Matching full:to_string
247 return "resultArray" + std::to_string(CAT->getNumElement()) + "_" +
835 mOut.indent() << "if (" << ArrayName << ".length % " << std::to_string(VecSize)
838 << "\\\" is not a multiple of " << std::to_string(VecSize)
1055 InputParamName = NamePrefix + std::to_string(InIdx+1);
1067 TypeString = InTypeData.type->s_name + std::to_string(InTypeData.vecSize) + " ";
1179 InputComment += (", flattened " + std::to_string(InTypeData.vecSize) + "-vectors");
1205 InLength += " / " + std::to_string(VecSize);
1388 ArrayElementName += std::to_string(VectorElementIdx) + "]";
1518 "outArray", (std::to_string(VectorElementCount) + "*Idx").c_str())