Home
last modified time | relevance | path

Searched defs:__gmp_unary_com (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmpxx.h178 struct __gmp_unary_com struct
180 static void eval(mpz_ptr z, mpz_srcptr w) { mpz_com(z, w); } in eval()