Searched refs:colIdx (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | datadrivennumberformattestsuite.cpp | 150 int32_t colIdx = 0; in splitBy() local 153 for (int32_t idx = 0; colIdx < columnValuesCount - 1 && idx < len; ++idx) { in splitBy() 156 columnValues[colIdx++] = in splitBy() 161 columnValues[colIdx++] = in splitBy() 163 return colIdx; in splitBy()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DataDrivenNumberFormatTestUtility.java | 338 int colIdx = 0; in splitBy() local 341 for (int idx = 0; colIdx < max - 1 && idx < len; ++idx) { in splitBy() 346 ++colIdx; in splitBy()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DataDrivenNumberFormatTestUtility.java | 335 int colIdx = 0; in splitBy() local 338 for (int idx = 0; colIdx < max - 1 && idx < len; ++idx) { in splitBy() 343 ++colIdx; in splitBy()
|
/external/eigen/unsupported/Eigen/src/Skyline/ |
D | SkylineMatrix.h | 716 for (Index colIdx = 0; colIdx < m.cols(); colIdx++) { 717 s << m.coeff(rowIdx, colIdx) << "\t";
|
/external/llvm-project/mlir/lib/Analysis/ |
D | AffineStructures.cpp | 729 unsigned colIdx, bool isEq, in findConstraintWithNonZeroAt() argument 731 assert(colIdx < cst.getNumCols() && "position out of bounds"); in findConstraintWithNonZeroAt() 733 return isEq ? cst.atEq(rowIdx, colIdx) : cst.atIneq(rowIdx, colIdx); in findConstraintWithNonZeroAt() 749 auto at = [&](unsigned colIdx) -> int64_t { in normalizeConstraintByGCD() argument 750 return isEq ? constraints->atEq(rowIdx, colIdx) in normalizeConstraintByGCD() 751 : constraints->atIneq(rowIdx, colIdx); in normalizeConstraintByGCD()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 1488 for (int colIdx = 0; colIdx < numCols; ++colIdx) in generateWriteSrc() local 1490 src << "\t" << shaderName << "[" << colIdx << "]" << " = " << castName << "("; in generateWriteSrc() 1491 …ImmMatrixSrc(src, basicType, varLayout.matrixStride, varLayout.isRowMajor, true, colIdx, valuePtr); in generateWriteSrc()
|