Searched defs:__gmp_unary_increment (Results 1 – 1 of 1) sorted by relevance
1095 struct __gmp_unary_increment struct1097 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()