Lines Matching refs:index
68 for (int index = 0; index < numSlots; ++index) {
69 array.push_back(Literal::Make(line, value[index], &returnType.componentType()));
106 for (int index = 0; index < vecType.columns(); ++index) {
181 for (int index = 0; index < type.columns(); ++index) {
182 skstd::optional<double> leftValue = left->getConstantValue(index);
183 skstd::optional<double> rightValue = right->getConstantValue(index);
186 array[index] = compare(*leftValue, *rightValue) ? 1.0 : 0.0;
218 for (int index = 0; index < slots; ++index) {
237 array[index] = eval(*arg0Value, *arg1Value, *arg2Value);
240 if (!std::isfinite(array[index])) {
428 for (size_t index = 0; index < numSlots; ++index) {
429 mat[index] = *expr->getConstantValue(index);
440 for (int index = 0; index < argArray.count(); ++index) {
441 arguments[index] = ConstantFolder::GetConstantValueForVariable(*argArray[index]);
674 int index = 0;
677 mat[index++] = Get(0, (returnType.columns() * r) + c);
684 int index = 0;
687 mat[index++] = Get(0, r) * Get(1, c);