Home
last modified time | relevance | path

Searched refs:upperLevel (Results 1 – 25 of 29) sorted by last modified time

12

/dports/net/traefik/traefik-2.6.1/vendor/github.com/traefik/yaegi/interp/
H A Dcfg.go1470 typ, err = nodeType(interp, sc.upperLevel(), returnSig.child[1].fieldType(i))
H A Dscope.go119 func (s *scope) upperLevel() *scope { func
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Sources/Database/Compatibility/
H A DDatabaseLookup.cpp330 ResourceType upperLevel = queryLevel; in ApplyLookupResources() local
337 if (level < upperLevel) in ApplyLookupResources()
339 upperLevel = level; in ApplyLookupResources()
348 assert(upperLevel <= queryLevel && in ApplyLookupResources()
351 SetOfResources candidates(transaction_, upperLevel); in ApplyLookupResources()
353 for (int level = upperLevel; level <= lowerLevel; level++) in ApplyLookupResources()
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Sources/Search/
H A DISqlLookupFormatter.cpp285 ResourceType upperLevel = queryLevel; in Apply() local
292 if (level < upperLevel) in Apply()
294 upperLevel = level; in Apply()
303 assert(upperLevel <= queryLevel && in Apply()
334 for (int level = queryLevel - 1; level >= upperLevel; level--) in Apply()
/dports/devel/yaegi/yaegi-0.9.23/interp/
H A Dcfg.go1447 typ, err = nodeType(interp, sc.upperLevel(), returnSig.child[1].fieldType(i))
H A Dscope.go118 func (s *scope) upperLevel() *scope { func
/dports/science/orthanc-mysql/OrthancMySQL-4.3/Resources/Orthanc/Databases/
H A DISqlLookupFormatter.cpp273 ResourceType upperLevel = queryLevel; in Apply() local
280 if (level < upperLevel) in Apply()
282 upperLevel = level; in Apply()
291 assert(upperLevel <= queryLevel && in Apply()
322 for (int level = queryLevel - 1; level >= upperLevel; level--) in Apply()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/src/cuda/
H A Dhist.cu180 …_forceinline__ void histEvenInc(int* shist, uint data, int binSize, int lowerLevel, int upperLevel) in histEvenInc() argument
182 if (data >= lowerLevel && data <= upperLevel) in histEvenInc()
190 … int* hist, const int binCount, const int binSize, const int lowerLevel, const int upperLevel) in histEven8u() argument
212 histEvenInc(shist, (data >> 0) & 0xFFU, binSize, lowerLevel, upperLevel); in histEven8u()
213 histEvenInc(shist, (data >> 8) & 0xFFU, binSize, lowerLevel, upperLevel); in histEven8u()
214 histEvenInc(shist, (data >> 16) & 0xFFU, binSize, lowerLevel, upperLevel); in histEven8u()
215 histEvenInc(shist, (data >> 24) & 0xFFU, binSize, lowerLevel, upperLevel); in histEven8u()
223 histEvenInc(shist, data, binSize, lowerLevel, upperLevel); in histEven8u()
239 …void histEven8u(PtrStepSzb src, int* hist, int binCount, int lowerLevel, int upperLevel, cudaStrea… in histEven8u() argument
244 const int binSize = divUp(upperLevel - lowerLevel, binCount); in histEven8u()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/src/
H A Dhistogram.cpp305 …const GpuMat& src, OutputArray _hist, int histSize, int lowerLevel, int upperLevel, Stream& stream) in hist()
325 lowerLevel, upperLevel, buf.ptr<Npp8u>()) ); in hist()
477 void cv::cuda::evenLevels(OutputArray _levels, int nLevels, int lowerLevel, int upperLevel, Stream&… in evenLevels() argument
489 … nppSafeCall( nppiEvenLevelsHost_32s(host_levels.ptr<Npp32s>(), nLevels, lowerLevel, upperLevel) ); in evenLevels()
497 …void histEven8u(PtrStepSzb src, int* hist, int binCount, int lowerLevel, int upperLevel, cudaStrea…
502 …void histEven8u(const GpuMat& src, GpuMat& hist, int histSize, int lowerLevel, int upperLevel, cud… in histEven8u() argument
506 hist::histEven8u(src, hist.ptr<int>(), histSize, lowerLevel, upperLevel, stream); in histEven8u()
510 …en(InputArray _src, OutputArray hist, int histSize, int lowerLevel, int upperLevel, Stream& stream) in histEven() argument
525 …histEven8u(src, hist.getGpuMatRef(), histSize, lowerLevel, upperLevel, StreamAccessor::getStream(s… in histEven()
531 hist_callers[src.depth()](src, hist, histSize, lowerLevel, upperLevel, stream); in histEven()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/include/opencv2/
H A Dcudaimgproc.hpp254 CV_EXPORTS_W void evenLevels(OutputArray levels, int nLevels, int lowerLevel, int upperLevel, Strea…
266 …en(InputArray src, OutputArray hist, int histSize, int lowerLevel, int upperLevel, Stream& stream …
268 …nputArray src, GpuMat hist[4], int histSize[4], int lowerLevel[4], int upperLevel[4], Stream& stre…
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/perf/
H A Dperf_histogram.cpp102 int upperLevel[] = {180, 180, 180, 180}; in PERF_TEST_P() local
109 TEST_CYCLE() cv::cuda::histEven(d_src, d_hist, histSize, lowerLevel, upperLevel); in PERF_TEST_P()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/Search/
H A DISqlLookupFormatter.cpp285 ResourceType upperLevel = queryLevel; in Apply() local
292 if (level < upperLevel) in Apply()
294 upperLevel = level; in Apply()
303 assert(upperLevel <= queryLevel && in Apply()
334 for (int level = queryLevel - 1; level >= upperLevel; level--) in Apply()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/Database/Compatibility/
H A DDatabaseLookup.cpp330 ResourceType upperLevel = queryLevel; in ApplyLookupResources() local
337 if (level < upperLevel) in ApplyLookupResources()
339 upperLevel = level; in ApplyLookupResources()
348 assert(upperLevel <= queryLevel && in ApplyLookupResources()
351 SetOfResources candidates(transaction_, upperLevel); in ApplyLookupResources()
353 for (int level = upperLevel; level <= lowerLevel; level++) in ApplyLookupResources()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/Database/Compatibility/
H A DDatabaseLookup.cpp330 ResourceType upperLevel = queryLevel; in ApplyLookupResources() local
337 if (level < upperLevel) in ApplyLookupResources()
339 upperLevel = level; in ApplyLookupResources()
348 assert(upperLevel <= queryLevel && in ApplyLookupResources()
351 SetOfResources candidates(transaction_, upperLevel); in ApplyLookupResources()
353 for (int level = upperLevel; level <= lowerLevel; level++) in ApplyLookupResources()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/Search/
H A DISqlLookupFormatter.cpp285 ResourceType upperLevel = queryLevel; in Apply() local
292 if (level < upperLevel) in Apply()
294 upperLevel = level; in Apply()
303 assert(upperLevel <= queryLevel && in Apply()
334 for (int level = queryLevel - 1; level >= upperLevel; level--) in Apply()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/Search/
H A DISqlLookupFormatter.cpp285 ResourceType upperLevel = queryLevel; in Apply() local
292 if (level < upperLevel) in Apply()
294 upperLevel = level; in Apply()
303 assert(upperLevel <= queryLevel && in Apply()
334 for (int level = queryLevel - 1; level >= upperLevel; level--) in Apply()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/Database/Compatibility/
H A DDatabaseLookup.cpp330 ResourceType upperLevel = queryLevel; in ApplyLookupResources() local
337 if (level < upperLevel) in ApplyLookupResources()
339 upperLevel = level; in ApplyLookupResources()
348 assert(upperLevel <= queryLevel && in ApplyLookupResources()
351 SetOfResources candidates(transaction_, upperLevel); in ApplyLookupResources()
353 for (int level = upperLevel; level <= lowerLevel; level++) in ApplyLookupResources()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/Resources/Orthanc/Databases/
H A DISqlLookupFormatter.cpp285 ResourceType upperLevel = queryLevel; in Apply() local
292 if (level < upperLevel) in Apply()
294 upperLevel = level; in Apply()
303 assert(upperLevel <= queryLevel && in Apply()
334 for (int level = queryLevel - 1; level >= upperLevel; level--) in Apply()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancServer/Sources/Database/Compatibility/
H A DDatabaseLookup.cpp330 ResourceType upperLevel = queryLevel; in ApplyLookupResources() local
337 if (level < upperLevel) in ApplyLookupResources()
339 upperLevel = level; in ApplyLookupResources()
348 assert(upperLevel <= queryLevel && in ApplyLookupResources()
351 SetOfResources candidates(database_, upperLevel); in ApplyLookupResources()
353 for (int level = upperLevel; level <= lowerLevel; level++) in ApplyLookupResources()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancServer/Sources/Search/
H A DISqlLookupFormatter.cpp285 ResourceType upperLevel = queryLevel; in Apply() local
292 if (level < upperLevel) in Apply()
294 upperLevel = level; in Apply()
303 assert(upperLevel <= queryLevel && in Apply()
334 for (int level = queryLevel - 1; level >= upperLevel; level--) in Apply()
/dports/security/beid/eid-mw-5.0.8/cardcomm/pkcs11/src/cardlayer/
H A Dpkcs15.cpp183 void CPKCS15::ReadFile(tPKCSFile* pFile, int upperLevel) { in ReadFile() argument
H A Dpkcs15.h114 void ReadFile(tPKCSFile * pFile, int upperLevel);
/dports/security/beid/eid-mw-5.0.8/cardcomm/pkcs11/src/cardlayer/uml/
H A Dcal.puml235 -ReadFile(tPKCSFile* pFile, int upperLevel) : void
/dports/math/ogdf/OGDF/src/ogdf/layered/
H A DBlockOrder.cpp734 const ArrayLevel &upperLevel = *m_levels[i+1]; in buildAdjNodes() local
736 for(int j = 0; j <= upperLevel.high(); ++j) in buildAdjNodes()
737 m_nSet[upperLevel[j]] = 0; in buildAdjNodes()
H A DSugiyamaLayout.cpp315 const Level &upperLevel = *m_pLevel[i+1]; in buildAdjNodes() local
317 for(int j = 0; j <= upperLevel.high(); ++j) in buildAdjNodes()
318 m_nSet[upperLevel[j]] = 0; in buildAdjNodes()

12