Home
last modified time | relevance | path

Searched refs:u64arith_clz (Results 1 – 7 of 7) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dmod_common.cpp22 mask = (UINT64_C(1) << 63) >> u64arith_clz (e); in pow()
61 mask = (UINT64_C(1) << 63) >> u64arith_clz (e[i]); in pow()
101 mask = msb >> u64arith_clz (word); in pow()
H A Dmod64_common.cpp296 mask = (UINT64_C(1) << 63) >> u64arith_clz (e); in pow2()
321 mask = (UINT64_C(1) << 63) >> u64arith_clz (e); in pow3()
361 mask = (UINT64_C(1) << 63) >> u64arith_clz (e[i]); in pow2()
392 mask = msb >> u64arith_clz (word); in pow2()
H A Dmodint.hpp162 return 64 - u64arith_clz (v[0]); in bits()
432 return 64 - u64arith_clz (v[0]); in bits()
434 return 64 + 64 - u64arith_clz (v[1]); in bits()
H A Dmodredc64.hpp58 int shift = u64arith_clz(m); in tomontgomery()
92 int shift = u64arith_clz(m); in ModulusREDC64()
H A Du64arith.h579 u64arith_clz (const uint64_t a) in u64arith_clz() function
762 const int s = u64arith_clz(b); in u64arith_divqr_2_1_1_recip()
873 int s = u64arith_clz(d1); in u64arith_divqr_3_2_1()
H A Dmodredc126.cpp293 mask = (UINT64_C(1) << 63) >> u64arith_clz (e); in npow()
332 mask = (UINT64_C(1) << 63) >> u64arith_clz (e[i - 1]); in npow()
H A Dmodredc126.hpp61 int shift = u64arith_clz(m[1]); in ModulusREDC126()
81 int shift = u64arith_clz(m[1]); in tomontgomery1()