Home
last modified time | relevance | path

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

/dports/security/pbc/pbc-0.5.14/ecc/
H A Dcurve.c33 mpz_ptr quotient_cmp; member
382 if (cdp->quotient_cmp) { in curve_cmp()
386 element_pow_mpz(e, e, cdp->quotient_cmp); in curve_cmp()
589 if (cdp->quotient_cmp) { in field_clear_curve()
590 mpz_clear(cdp->quotient_cmp); in field_clear_curve()
591 pbc_free(cdp->quotient_cmp); in field_clear_curve()
758 cdp->quotient_cmp = NULL; in field_init_curve_ab()
904 void field_curve_set_quotient_cmp(field_ptr c, mpz_t quotient_cmp) { in field_curve_set_quotient_cmp() argument
906 cdp->quotient_cmp = pbc_malloc(sizeof(mpz_t)); in field_curve_set_quotient_cmp()
907 mpz_init(cdp->quotient_cmp); in field_curve_set_quotient_cmp()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DQuotient.h369 quotient_cmp(const Quotient<NT>& x, const Quotient<NT>& y) in quotient_cmp() function
456 return quotient_cmp(x,y) == SMALLER;
464 return quotient_cmp(x,Quotient<NT>(y)) == SMALLER;
472 return quotient_cmp(x,Quotient<NT>(y)) == SMALLER;
480 return quotient_cmp(x,Quotient<NT>(y)) == SMALLER;
488 { return quotient_cmp(x,Quotient<NT>(y)) == LARGER; }
494 { return quotient_cmp(x, Quotient<NT>(y)) == LARGER; }
500 { return quotient_cmp(x, Quotient<NT>(y)) == LARGER; }
650 return quotient_cmp(x, y); in operator()
/dports/security/pbc/pbc-0.5.14/include/
H A Dpbc_curve.h61 void field_curve_set_quotient_cmp(field_ptr c, mpz_t quotient_cmp);