HomeSort by relevance Sort by last modified time
    Searched refs:numNodes (Results 1 - 15 of 15) sorted by null

  /external/opencv3/modules/cudalegacy/test/
TestHaarCascadeLoader.cpp 72 Ncv32u numStages, numNodes, numFeatures;
75 ncvStat = ncvHaarGetClassifierSize(this->cascadeName, numStages, numNodes, numFeatures);
80 NCVVectorAlloc<HaarClassifierNode128> h_HaarNodes(*this->allocatorCPU.get(), numNodes);
87 NCVVectorAlloc<HaarClassifierNode128> h_HaarNodes_2(*this->allocatorCPU.get(), numNodes);
120 numNodes_2 != numNodes ||
TestHaarCascadeApplication.cpp 116 Ncv32u numStages, numNodes, numFeatures;
118 ncvStat = ncvHaarGetClassifierSize(this->cascadeName, numStages, numNodes, numFeatures);
123 NCVVectorAlloc<HaarClassifierNode128> h_HaarNodes(*this->allocatorCPU.get(), numNodes);
130 NCVVectorAlloc<HaarClassifierNode128> d_HaarNodes(*this->allocatorGPU.get(), numNodes);
138 haar.NumClassifierRootNodes = numNodes;
139 haar.NumClassifierTotalNodes = numNodes;
  /external/llvm/include/llvm/CodeGen/PBQP/
Solution.h 43 unsigned numNodes() const { return selections.size(); }
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactBvh.cpp 284 int numNodes = getNodeCount();
286 while (curIndex < numNodes)
324 int numNodes = getNodeCount();
326 while (curIndex < numNodes)
btGImpactQuantizedBvh.cpp 306 int numNodes = getNodeCount();
317 while (curIndex < numNodes)
353 int numNodes = getNodeCount();
355 while (curIndex < numNodes)
gim_box_set.h 306 GUINT numNodes = getNodeCount();
308 while (curIndex < numNodes)
353 GUINT numNodes = getNodeCount();
355 while (curIndex < numNodes)
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 563 int numNodes = nodes.size();
567 textPositions = new int[numNodes + 1];
571 for (int i = 0; i < numNodes; i++) {
577 textPositions[numNodes] = converter.getPlainTextLength();
616 int numNodes = nodes.size();
620 for (int i = 0; i < numNodes; i++) {
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp 237 size_t numNodes = group->children.size();
240 numNodes += getIndexSize(group->children[childNdx]);
242 DE_ASSERT(numNodes <= std::numeric_limits<deUint32>::max());
244 return (deUint32)numNodes;
  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCVHaarObjectDetection.hpp 445 Ncv32u &numNodes, Ncv32u &numFeatures);
  /external/opencv3/modules/cudalegacy/src/cuda/
NCVHaarObjectDetection.cu     [all...]
  /external/mesa3d/src/mesa/main/
dlist.c 979 const GLuint numNodes = 1 + (bytes + sizeof(Node) - 1) / sizeof(Node);
985 InstSize[opcode] = numNodes;
989 ASSERT(numNodes == InstSize[opcode]);
993 if (ctx->ListState.CurrentPos + numNodes + 2 > BLOCK_SIZE) {
1009 ctx->ListState.CurrentPos += numNodes;
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 1777 milliseconds