Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmpxx.h1095 struct __gmp_unary_increment struct
1097 static void eval(mpz_ptr z) { mpz_add_ui(z, z, 1); } in eval()
1098 static void eval(mpq_ptr q) in eval()
1100 static void eval(mpf_ptr f) { mpf_add_ui(f, f, 1); } in eval()