Home
last modified time | relevance | path

Searched refs:u64arith_ge_2_2 (Results 1 – 3 of 3) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Du64arith.h50 u64arith_ge_2_2(uint64_t a1, uint64_t a2, uint64_t b1, uint64_t b2) ATTRIBUTE((const));
52 u64arith_ge_2_2(const uint64_t a1, const uint64_t a2, in u64arith_ge_2_2() function
706 if (u64arith_ge_2_2(t0, p, d0, d1)) { in u64arith_reciprocal_for_div_3by2()
856 if (u64arith_ge_2_2(r0, r1, d0, d1)) { in u64arith_divqr_3_2_1_recip_precomp()
H A Dmodint.hpp252 … bool operator>=(const Integer128 &a) const {return u64arith_ge_2_2 (v[0], v[1], a.v[0], a.v[1]);} in operator >=()
253 bool operator>=(const uint64_t a) const {return u64arith_ge_2_2 (v[0], v[1], a, 0);} in operator >=()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/tests/utils/
H A Dtest_u64arith.cpp271 if (p2 != 0 || u64arith_ge_2_2(p0, p1, d0, d1)) { in test_one_u64arith_reciprocal_for_div_3by2()