Searched refs:coerce_mpf_using (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/lgpl3/gmp/dist/demos/perl/ |
H A D | GMP.xs | 752 coerce_mpf_using (tmp_mpf_ptr tmp, SV *sv, unsigned long prec, int use) in coerce_mpf_using() function 764 return coerce_mpf_using (tmp, sv, prec, use_sv (sv)); in coerce_mpf() 783 y = coerce_mpf_using (tmp_mpf_0, yv, prec, y_use); in coerce_mpf_pair() 787 y = coerce_mpf_using (tmp_mpf_0, yv, mpf_get_default_prec(), y_use); in coerce_mpf_pair() 789 x = coerce_mpf_using (tmp_mpf_1, xv, prec, x_use); in coerce_mpf_pair()
|