Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmpxx.h1133 struct __gmp_sqrt_function struct
1135 static void eval(mpz_ptr z, mpz_srcptr w) { mpz_sqrt(z, w); } in eval()
1136 static void eval(mpf_ptr f, mpf_srcptr g) { mpf_sqrt(f, g); } in eval()