Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmpxx.h1103 struct __gmp_unary_decrement struct
1105 static void eval(mpz_ptr z) { mpz_sub_ui(z, z, 1); } in eval()
1106 static void eval(mpq_ptr q) in eval()
1108 static void eval(mpf_ptr f) { mpf_sub_ui(f, f, 1); } in eval()