Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmpxx.h164 struct __gmp_unary_plus struct
166 static void eval(mpz_ptr z, mpz_srcptr w) { mpz_set(z, w); } in eval()
167 static void eval(mpq_ptr q, mpq_srcptr r) { mpq_set(q, r); } in eval()
168 static void eval(mpf_ptr f, mpf_srcptr g) { mpf_set(f, g); } in eval()