Home
last modified time | relevance | path

Searched refs:errorArray (Results 1 – 22 of 22) sorted by relevance

/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/recalibration/
H A DBaseRecalibrationEngine.java433 …public static double[] calculateFractionalErrorArray( final int[] errorArray, final byte[] baqArra… in calculateFractionalErrorArray() argument
434 if ( errorArray.length != baqArray.length ) { in calculateFractionalErrorArray()
447 fractionalErrors[i] = (double) errorArray[i]; in calculateFractionalErrorArray()
449 … calculateAndStoreErrorsInBlock(i, blockStartIndex, errorArray, fractionalErrors); in calculateFractionalErrorArray()
459 calculateAndStoreErrorsInBlock(i-1, blockStartIndex, errorArray, fractionalErrors); in calculateFractionalErrorArray()
461 if( fractionalErrors.length != errorArray.length ) { in calculateFractionalErrorArray()
469 final int[] errorArray, in calculateAndStoreErrorsInBlock() argument
473 totalErrors += errorArray[j]; in calculateAndStoreErrorsInBlock()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtnetworkauth/examples/oauth/twittertimeline/
H A Dtwittertimelinemodel.cpp166 const auto errorArray = object.value("errors").toArray(); in parseJson() local
167 Q_ASSERT_X(errorArray.size(), "parse", data); in parseJson()
169 for (const auto error : errorArray) { in parseJson()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmAttendancePlugin/modules/attendance/actions/
H A DeditAttendanceRecordAction.class.php105 … $errorArray = $this->editAttendanceForm->save($totalRows, $this->editAttendanceForm);
106 if (!empty($errorArray)) {
107 $errorStr = json_encode($errorArray);
/dports/devel/kpublictransport/kpublictransport-21.12.3/src/graphql/
H A Dkgraphql.cpp147 const auto errorArray = d->m_result.value(QLatin1String("errors")).toArray(); in errorString() local
149 errors.reserve(errorArray.size()); in errorString()
150 for (const auto &errorValue : errorArray) { in errorString()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/BussIK/
H A DJacobian.cpp81 errorArray.SetLength(m_nEffector); in Jacobian()
123 errorArray.SetLength(m_nEffector); in Jacobian()
608 errorArray[i] = err; in UpdateErrorArray()
649 const VectorRn& e1 = j1.errorArray; in CompareErrors()
650 const VectorRn& e2 = j2.errorArray; in CompareErrors()
680 const VectorRn& e1 = j1.errorArray; in CountErrors()
681 const VectorRn& e2 = j2.errorArray; in CountErrors()
H A DJacobian.h82 const VectorRn& GetErrorArray() const { return errorArray; } in GetErrorArray()
124 VectorRn errorArray; // Distance of end effectors from target after updating variable
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/BussIK/
H A DJacobian.cpp81 errorArray.SetLength(m_nEffector); in Jacobian()
123 errorArray.SetLength(m_nEffector); in Jacobian()
608 errorArray[i] = err; in UpdateErrorArray()
649 const VectorRn& e1 = j1.errorArray; in CompareErrors()
650 const VectorRn& e2 = j2.errorArray; in CompareErrors()
680 const VectorRn& e1 = j1.errorArray; in CountErrors()
681 const VectorRn& e2 = j2.errorArray; in CountErrors()
H A DJacobian.h82 const VectorRn& GetErrorArray() const { return errorArray; } in GetErrorArray()
124 VectorRn errorArray; // Distance of end effectors from target after updating variable
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmAttendancePlugin/lib/form/
H A DEditAttendanceRecordForm.php117 $errorArray = array();
148 $errorArray[] = $i;
172 return $errorArray;
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/exec/cuda/internal/testing/
H A DUnitTestTaskStrided.cu347 auto errorArray = Algorithm::GetPinnedErrorArray(); in TestErrorFunctorInvoke() local
348 vtkm::exec::internal::ErrorMessageBuffer errorMessage(errorArray.DevicePtr, errorArray.Size); in TestErrorFunctorInvoke()
355 VTKM_TEST_ASSERT(errorArray.HostPtr == std::string(ERROR_MESSAGE), "Got wrong error message."); in TestErrorFunctorInvoke()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/exec/cuda/internal/testing/
H A DUnitTestTaskStrided.cu348 auto errorArray = Algorithm::GetPinnedErrorArray(); in TestErrorFunctorInvoke() local
349 vtkm::exec::internal::ErrorMessageBuffer errorMessage(errorArray.DevicePtr, errorArray.Size); in TestErrorFunctorInvoke()
356 VTKM_TEST_ASSERT(errorArray.HostPtr == std::string(ERROR_MESSAGE), "Got wrong error message."); in TestErrorFunctorInvoke()
/dports/devel/projectcenter/ProjectCenter-0.6.2/Framework/
H A DPCProjectBuilder.m124 RELEASE(errorArray);
168 errorArray = [[NSMutableArray alloc] initWithCapacity:0];
586 [errorArray removeAllObjects];
1057 [errorArray addObjectsFromArray:items];
1059 [errorOutput scrollRowToVisible:[errorArray count]-1];
1109 if ([errorArray count] > 0)
1290 if (errorArray != nil && aTableView == errorOutput)
1292 return [errorArray count];
1304 if (errorArray != nil && aTableView == errorOutput)
1306 errorItem = [errorArray objectAtIndex:rowIndex];
[all …]
/dports/net/cjdns/cjdns-cjdns-v21.1/tools/
H A Dsplice67 var errorArray = function () {
78 if (goHere.length >= 63) { return errorArray(); }
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/
H A DWaveletCompressor.h457 ArrayBasic errorArray, errorSquare; in EvaluateReconstruction() local
463 dwDispatcher.Invoke(original, reconstruct, errorArray); in EvaluateReconstruction()
468 swDispatcher.Invoke(errorArray, errorSquare); in EvaluateReconstruction()
470 VAL varErr = WaveletBase::DeviceCalculateVariance(errorArray); in EvaluateReconstruction()
485 VAL errorMax = WaveletBase::DeviceMaxAbs(errorArray); in EvaluateReconstruction()
489 VAL rmse = vtkm::Sqrt(MAKEVAL(squareSum) / MAKEVAL(errorArray.GetNumberOfValues())); in EvaluateReconstruction()
/dports/games/retroarch/RetroArch-1.9.7/ui/drivers/qt/
H A Dqt_downloads.cpp209 QByteArray errorArray = reply->errorString().toUtf8(); in onThumbnailPackDownloadFinished() local
210 const char *errorData = errorArray.constData(); in onThumbnailPackDownloadFinished()
515 QByteArray errorArray = reply->errorString().toUtf8(); in onThumbnailDownloadFinished() local
516 const char *errorData = errorArray.constData(); in onThumbnailDownloadFinished()
798 QByteArray errorArray = reply->errorString().toUtf8(); in onPlaylistThumbnailDownloadFinished()
799 const char *errorData = errorArray.constData(); in onPlaylistThumbnailDownloadFinished()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/
H A DWaveletCompressor.h511 ArrayBasic errorArray, errorSquare; in EvaluateReconstruction() local
518 dwDispatcher.Invoke(original, reconstruct, errorArray); in EvaluateReconstruction()
524 swDispatcher.Invoke(errorArray, errorSquare); in EvaluateReconstruction()
526 VAL varErr = WaveletBase::DeviceCalculateVariance(errorArray, DeviceTag()); in EvaluateReconstruction()
541 VAL errorMax = WaveletBase::DeviceMaxAbs(errorArray, DeviceTag()); in EvaluateReconstruction()
545 VAL rmse = vtkm::Sqrt(MAKEVAL(squareSum) / MAKEVAL(errorArray.GetNumberOfValues())); in EvaluateReconstruction()
/dports/devel/projectcenter/ProjectCenter-0.6.2/Headers/ProjectCenter/
H A DPCProjectBuilder.h91 NSMutableArray *errorArray; variable
/dports/finance/prestashop/prestashop/admin/filemanager/include/
H A Dphp_image_magician.php175 private $errorArray = array(); variable in imageLib
248 $this->errorArray[] = 'File is not an image';
2610 … $this->errorArray[] = 'This file type (' . $extension . ') is not supported. File not saved.';
2619 $this->errorArray[] = $error . ' support is NOT enabled. File not saved.';
2879 return $this->errorArray;
/dports/www/thirtybees/thirtybees-1.1.0/admin/filemanager/include/
H A Dphp_image_magician.php176 private $errorArray = []; variable in imageLib
252 $this->errorArray[] = 'File is not an image';
2586 … $this->errorArray[] = 'This file type (' . $extension . ') is not supported. File not saved.';
2594 $this->errorArray[] = $error . ' support is NOT enabled. File not saved.';
2851 return $this->errorArray;
/dports/math/snns/SNNSv4.3/xgui/sources/
H A Dui_controlP.c1331 float *errorArray, learnParams[2]={0,0}; in ui_rem_errProc() local
1362 if( (err=krui_learnAllPatterns(learnParams,noLearnParams,&errorArray, in ui_rem_errProc()
1368 sse=errorArray[0]; in ui_rem_errProc()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/core/
H A DUIComponent.as4818 private var errorArray:Array;
9005 errorArray = new Array();
9015 errorArray.splice(validatorIndex, 1);
9016 errorString = errorArray.join("\n");
9017 if (errorArray.length == 0)
9044 errorArray.splice(validatorIndex, 1);
9046 if (errorArray.length == 0)
9061 errorArray[validatorIndex] = msg;
9062 errorString = errorArray.join("\n");
9068 errorArray.push(msg);
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/core/
H A DUIComponent.as6997 private var errorArray:Array;
12530 errorArray = new Array();
12540 errorArray.splice(validatorIndex, 1);
12541 errorString = errorArray.join("\n");
12542 if (errorArray.length == 0)
12570 errorString = errorArray.join("\n");
12571 if (errorArray.length == 0)
12588 errorArray[validatorIndex] = msg;
12589 errorString = errorArray.join("\n");
12595 errorArray.push(msg);
[all …]