Home
last modified time | relevance | path

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

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/mpfq/
H A Dmpfq_fixmp_longlong.h1686 int mpfq_fixmp_14_5_cmp(const mp_limb_t *, const mp_limb_t *);
35656 int mpfq_fixmp_14_5_cmp(const mp_limb_t * x, const mp_limb_t * y) in mpfq_fixmp_14_5_cmp() function
36614 if (mpfq_fixmp_14_5_cmp(a, v) == 0 || mpfq_fixmp_14_5_cmp(a, b) == 0) { in mpfq_fixmp_14_5_invmod()
36622 assert (mpfq_fixmp_14_5_cmp(a,b) < 0); in mpfq_fixmp_14_5_invmod()
36643 } while (mpfq_fixmp_14_5_cmp(a,b) < 0); in mpfq_fixmp_14_5_invmod()
36644 if (mpfq_fixmp_14_5_cmp(a, b) == 0) in mpfq_fixmp_14_5_invmod()
36655 } while (mpfq_fixmp_14_5_cmp(b,a)<0); in mpfq_fixmp_14_5_invmod()
36656 } while (mpfq_fixmp_14_5_cmp(a,b) != 0); in mpfq_fixmp_14_5_invmod()
36703 if (cy || mpfq_fixmp_14_5_cmp(x, p) >= 0) { in mpfq_fixmp_14_5_redc()