Searched refs:root_size (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dsqrtrem.c38 mp_size_t op_size, root_size, rem_size; local
55 root_size = (op_size + 1) / 2;
56 SIZ (root) = root_size;
67 root_ptr = TMP_ALLOC_LIMBS (root_size);
71 MPN_COPY (op_ptr, root_ptr, root_size);
77 root_ptr = MPZ_NEWALLOC (root, root_size);
H A Dsqrt.c38 mp_size_t op_size, root_size; local
51 root_size = (op_size + 1) / 2;
52 SIZ (root) = root_size;
63 root_ptr = TMP_ALLOC_LIMBS (root_size);
66 MPN_COPY (op_ptr, root_ptr, root_size);
72 root_ptr = MPZ_NEWALLOC (root, root_size);
/netbsd-current/sys/fs/cd9660/
H A Dcd9660_extern.h78 int root_size; member in struct:iso_mnt
H A Dcd9660_vfsops.c372 isomp->root_size = isonum_733 (rootp->size);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_buddy.c152 u64 root_size; local
154 root_size = rounddown_pow_of_two(size);
155 order = ilog2(root_size) - ilog2(chunk_size);
168 offset += root_size;
169 size -= root_size;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h132 assert(DT.root_size() == 1 &&
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp227 if (PDT.root_size() <= 1 && F.getCallingConv() != CallingConv::AMDGPU_PS)
/netbsd-current/external/lgpl3/gmp/dist/tests/devel/
H A Dtry.c582 mp_size_t root_size = (size+1)/2; local
586 mp_size_t prod_size = 2*root_size;
598 p[root_size] = refmpn_lshift (p, root_ptr, root_size, 1);
599 if (refmpn_cmp_twosizes (p,root_size+1, rem_ptr,rem_size) < 0)
605 refmpn_sqr (p, root_ptr, root_size);
625 mp_size_t root_size = (size+1)/2; local
628 mp_size_t prod_size = 2*root_size;
634 refmpn_sqr (p, root_ptr, root_size);
645 if (prod_size >= root_size
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGenericDomTree.h302 size_t root_size() const { return Roots.size(); } function in class:llvm::DominatorTreeBase

Completed in 133 milliseconds