Home
last modified time | relevance | path

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

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dgmp_aux.c196 mpz_add_uint64 (mpz_ptr a, mpz_srcptr b, uint64_t c) in mpz_add_uint64() function
213 mpz_add_uint64 (a, b, (uint64_t) c); in mpz_add_int64()
238 mpz_add_uint64 (a, b, -(uint64_t) c); in mpz_sub_int64()
H A Dgmp_aux.h67 extern void mpz_add_uint64 (mpz_ptr a, mpz_srcptr b, uint64_t c);
97 static inline void mpz_add_uint64 (mpz_ptr a, mpz_srcptr b, const uint64_t c) {mpz_add_ui(a, b, c);} in mpz_add_uint64() function