Home
last modified time | relevance | path

Searched refs:accIndex (Results 1 – 11 of 11) sorted by relevance

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DAPDMDataReader.cpp47 std::vector<int> accIndex; in extendRead() local
80 find_start_column(tokens, emptyLabels, sensorName, accIndex, newFormat); in extendRead()
81 if (accIndex[imu_index] != -1) { in extendRead()
82 gyroIndex.push_back(accIndex[imu_index] + 3); in extendRead()
83 magIndex.push_back(accIndex[imu_index] + 6); in extendRead()
84 orientationsIndex.push_back(accIndex[imu_index] + 10); in extendRead()
116 find_start_column(tokens, APDMDataReader::acceleration_labels, sensorName, accIndex); in extendRead()
124 bool foundLinearAccelerationData = accIndex.size()>0; in extendRead()
158 accel_row_vector[imu_index] = SimTK::Vec3(std::stod(nextRow[accIndex[imu_index]]), in extendRead()
159 … std::stod(nextRow[accIndex[imu_index] + 1]), std::stod(nextRow[accIndex[imu_index] + 2])); in extendRead()
H A DXsensDataReader.cpp22 int accIndex = -1; in extendRead() local
73 if (accIndex == -1) accIndex = find_index(tokens, "Acc_X"); in extendRead()
81 bool foundLinearAccelerationData = (accIndex != -1); in extendRead()
118 accel_row_vector[imu_index] = SimTK::Vec3(std::stod(nextRow[accIndex]), in extendRead()
119 std::stod(nextRow[accIndex + 1]), std::stod(nextRow[accIndex + 2])); in extendRead()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/views/
H A Dsplitdelegate.cpp415 … QModelIndex accIndex = Models::instance()->accountsModel()->accountById(splitEditor->accountId()); in setModelData() local
416 if(accIndex.isValid()) { in setModelData()
417 …MyMoneyAccount acc = Models::instance()->accountsModel()->data(accIndex, (int)eAccountsModel::Role… in setModelData()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/surface_matching/src/
H A Dppf_match_3d.cpp517 uint accIndex = corrI * numAngles + alpha_index; in match() local
519 accumulator[accIndex]++; in match()
/dports/net-im/coyim/coyim-0.3.11/gui/
H A Dchat.go103 func (v *addChatView) setActiveAccount(accIndex int) {
105 v.account.SetActive(accIndex)
/dports/games/barony/Barony-3.3.7/src/
H A Deos.cpp57 for ( int accIndex = 0; accIndex < numAccounts; ++accIndex ) in AuthLoginCompleteCallback() local
59 …Id = EOSFuncs::Helpers_t::epicIdToString(EOS_Auth_GetLoggedInAccountByIndex(AuthHandle, accIndex)); in AuthLoginCompleteCallback()
63 EOSFuncs::logInfo("Account index: %d Status: %d UserID: %s", accIndex, in AuthLoginCompleteCallback()
67 UserInfoQueryType::USER_INFO_QUERY_LOCAL, accIndex); in AuthLoginCompleteCallback()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/sceneparsers/gltf/
H A Dgltfimporter.cpp1792 …const QString accIndex = (m_majorVersion > 1) ? QString::number(indices.toInt()) : indices.toStrin… in processJSONMesh() local
1793 const auto accessorIt = qAsConst(m_accessorDict).find(accIndex); in processJSONMesh()
1796 qUtf16PrintableImpl(accIndex), qUtf16PrintableImpl(id)); in processJSONMesh()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Vector/
H A DVectorTransforms.cpp379 unsigned accIndex = vector::ContractionOp::getAccOperandIndex(); in matchAndRewrite() local
380 AffineMap dstAffineMap = contractOp.getIndexingMaps()[accIndex]; in matchAndRewrite()
2355 unsigned accIndex = vector::ContractionOp::getAccOperandIndex(); in matchAndRewrite() local
2356 AffineMap affineMap = contract.getIndexingMaps()[accIndex]; in matchAndRewrite()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorTransforms.cpp379 unsigned accIndex = vector::ContractionOp::getAccOperandIndex(); in matchAndRewrite() local
380 AffineMap dstAffineMap = contractOp.getIndexingMaps()[accIndex]; in matchAndRewrite()
2317 unsigned accIndex = vector::ContractionOp::getAccOperandIndex(); in matchAndRewrite() local
2318 AffineMap affineMap = contract.getIndexingMaps()[accIndex]; in matchAndRewrite()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorTransforms.cpp379 unsigned accIndex = vector::ContractionOp::getAccOperandIndex(); in matchAndRewrite() local
380 AffineMap dstAffineMap = contractOp.getIndexingMaps()[accIndex]; in matchAndRewrite()
2317 unsigned accIndex = vector::ContractionOp::getAccOperandIndex(); in matchAndRewrite() local
2318 AffineMap affineMap = contract.getIndexingMaps()[accIndex]; in matchAndRewrite()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorTransforms.cpp379 unsigned accIndex = vector::ContractionOp::getAccOperandIndex(); in matchAndRewrite() local
380 AffineMap dstAffineMap = contractOp.getIndexingMaps()[accIndex]; in matchAndRewrite()
2317 unsigned accIndex = vector::ContractionOp::getAccOperandIndex(); in matchAndRewrite() local
2318 AffineMap affineMap = contract.getIndexingMaps()[accIndex]; in matchAndRewrite()