Searched defs:__gmp_sqrt_function (Results 1 – 1 of 1) sorted by relevance
1133 struct __gmp_sqrt_function struct1135 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()