Home
last modified time | relevance | path

Searched refs:numNodes (Results 1 – 10 of 10) sorted by relevance

/external/opencv3/modules/cudalegacy/test/
DTestHaarCascadeLoader.cpp72 Ncv32u numStages, numNodes, numFeatures; in process() local
75 ncvStat = ncvHaarGetClassifierSize(this->cascadeName, numStages, numNodes, numFeatures); in process()
80 NCVVectorAlloc<HaarClassifierNode128> h_HaarNodes(*this->allocatorCPU.get(), numNodes); in process()
87 NCVVectorAlloc<HaarClassifierNode128> h_HaarNodes_2(*this->allocatorCPU.get(), numNodes); in process()
120 numNodes_2 != numNodes || in process()
DTestHaarCascadeApplication.cpp116 Ncv32u numStages, numNodes, numFeatures; in process() local
118 ncvStat = ncvHaarGetClassifierSize(this->cascadeName, numStages, numNodes, numFeatures); in process()
123 NCVVectorAlloc<HaarClassifierNode128> h_HaarNodes(*this->allocatorCPU.get(), numNodes); in process()
130 NCVVectorAlloc<HaarClassifierNode128> d_HaarNodes(*this->allocatorGPU.get(), numNodes); in process()
138 haar.NumClassifierRootNodes = numNodes; in process()
139 haar.NumClassifierTotalNodes = numNodes; in process()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtGImpactBvh.cpp284 int numNodes = getNodeCount(); in boxQuery() local
286 while (curIndex < numNodes) in boxQuery()
324 int numNodes = getNodeCount(); in rayQuery() local
326 while (curIndex < numNodes) in rayQuery()
DbtGImpactQuantizedBvh.cpp306 int numNodes = getNodeCount(); in boxQuery() local
317 while (curIndex < numNodes) in boxQuery()
353 int numNodes = getNodeCount(); in rayQuery() local
355 while (curIndex < numNodes) in rayQuery()
Dgim_box_set.h306 GUINT numNodes = getNodeCount(); in boxQuery() local
308 while (curIndex < numNodes) in boxQuery()
353 GUINT numNodes = getNodeCount(); in rayQuery() local
355 while (curIndex < numNodes) in rayQuery()
/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp237 size_t numNodes = group->children.size(); in getIndexSize() local
240 numNodes += getIndexSize(group->children[childNdx]); in getIndexSize()
242 DE_ASSERT(numNodes <= std::numeric_limits<deUint32>::max()); in getIndexSize()
244 return (deUint32)numNodes; in getIndexSize()
/external/llvm/include/llvm/CodeGen/PBQP/
DSolution.h43 unsigned numNodes() const { return selections.size(); } in numNodes() function
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCVHaarObjectDetection.hpp445 Ncv32u &numNodes, Ncv32u &numFeatures);
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVHaarObjectDetection.cu2385 Ncv32u &numNodes, Ncv32u &numFeatures) in ncvHaarGetClassifierSize() argument
2407 readCount = fread(&numNodes, sizeof(Ncv32u), 1, fp); in ncvHaarGetClassifierSize()
2424 numNodes = haar.NumClassifierTotalNodes; in ncvHaarGetClassifierSize()
/external/mesa3d/src/mesa/main/
Ddlist.c979 const GLuint numNodes = 1 + (bytes + sizeof(Node) - 1) / sizeof(Node); in dlist_alloc() local
985 InstSize[opcode] = numNodes; in dlist_alloc()
989 ASSERT(numNodes == InstSize[opcode]); in dlist_alloc()
993 if (ctx->ListState.CurrentPos + numNodes + 2 > BLOCK_SIZE) { in dlist_alloc()
1009 ctx->ListState.CurrentPos += numNodes; in dlist_alloc()