| /src/external/lgpl3/gmp/dist/mpz/ |
| sqrt.c | 38 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);
|
| sqrtrem.c | 38 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);
|
| /src/sys/fs/cd9660/ |
| cd9660_extern.h | 78 int root_size; member in struct:iso_mnt
|
| cd9660_vfsops.c | 368 isomp->root_size = isonum_733 (rootp->size);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_buddy.c | 152 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;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| DominanceFrontier.h | 132 assert(DT.root_size() == 1 &&
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPUUnifyDivergentExitNodes.cpp | 227 if (PDT.root_size() <= 1 && F.getCallingConv() != CallingConv::AMDGPU_PS)
|
| /src/external/lgpl3/gmp/dist/tests/devel/ |
| try.c | 582 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...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| GenericDomTree.h | 302 size_t root_size() const { return Roots.size(); } function in class:llvm::DominatorTreeBase
|