Home
last modified time | relevance | path

Searched defs:numProbes (Results 1 – 21 of 21) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Python/
H A DTestStaticPointLocator2.py18 numProbes = 1000000 variable
21 numProbes = 50000 variable
24 numProbes = 5000 variable
H A DTestStaticPointLocator2D.py16 numProbes = 1000000 variable
19 numProbes = 50000 variable
22 numProbes = 5000 variable
H A DTestStaticPointLocator.py15 numProbes = 1000000 variable
18 numProbes = 50000 variable
21 numProbes = 5000 variable
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Python/
H A DTestStaticPointLocator2.py18 numProbes = 1000000 variable
21 numProbes = 50000 variable
24 numProbes = 5000 variable
H A DTestStaticPointLocator2D.py16 numProbes = 1000000 variable
19 numProbes = 50000 variable
22 numProbes = 5000 variable
H A DTestStaticPointLocator.py15 numProbes = 1000000 variable
18 numProbes = 50000 variable
21 numProbes = 5000 variable
/dports/math/vtk9/VTK-9.1.0/Filters/General/Testing/Python/
H A DTestCellLocators.py16 numProbes = 5000000 variable
19 numProbes = 500000 variable
22 numProbes = 5000 variable
/dports/math/vtk8/VTK-8.2.0/Filters/General/Testing/Python/
H A DTestCellLocators.py16 numProbes = 5000000 variable
19 numProbes = 500000 variable
22 numProbes = 5000 variable
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/copynumber/formats/records/
H A DLegacySegment.java11 private final int numProbes; field in LegacySegment
16 final int numProbes, in LegacySegment()
H A DCalledLegacySegment.java10 …ic CalledLegacySegment(final String sampleName, final SimpleInterval interval, final int numProbes, in CalledLegacySegment()
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DAtomicHashArray-inl.h170 size_t numProbes = 0; in insertInternal() local
306 for (size_t idx = keyToAnchorIdx(key_in), numProbes = 0;; in erase() local
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DAtomicHashArray-inl.h164 size_t numProbes = 0; in insertInternal() local
300 for (size_t idx = keyToAnchorIdx(key_in), numProbes = 0;; in erase() local
/dports/cad/ktechlab/ktechlab-0.50.0/src/gui/
H A Dprobepositioner.cpp54 int numProbes = Oscilloscope::self()->numberOfProbes(); in probeOutputHeight() local
79 int numProbes = Oscilloscope::self()->numberOfProbes(); in setProbePosition() local
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/lsh/
H A Dlsh_main.cpp168 const size_t numProbes = (size_t) IO::GetParam<int>("num_probes"); in mlpackMain() local
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dproperty_map.cpp54 static int numProbes; variable
/dports/devel/spark/spark-2.1.1/core/src/main/java/org/apache/spark/unsafe/map/
H A DBytesToBytesMap.java165 private long numProbes = 0; field in BytesToBytesMap
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DStructure.cpp55 int numProbes; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DStructure.cpp627 static int numProbes; variable
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DStructure.cpp628 static int numProbes; variable
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DStructure.cpp628 static int numProbes; variable
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dlsh_test.cpp493 const size_t numProbes[probeTrials] = {0, 1, 2, 3, 4}; in BOOST_AUTO_TEST_CASE() local