Home
last modified time | relevance | path

Searched refs:refmpf_validate_division (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-set_q.c41 if (! refmpf_validate_division ("mpf_set_q", got, n, d)) in check_one()
H A Dt-ui_div.c44 if (! refmpf_validate_division ("mpf_ui_div", got, uf, v)) in check_one()
H A Dt-div.c29 if (! refmpf_validate_division ("mpf_div", got, u, v)) in check_one()
/netbsd-src/external/lgpl3/gmp/dist/tests/
H A Drefmpf.c380 refmpf_validate_division (const char *name, mpf_srcptr got, in refmpf_validate_division() function
H A Dtests.h162 int refmpf_validate_division (const char *, mpf_srcptr, mpf_srcptr, mpf_srcptr);
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog15706 refmpf_validate, refmpf_validate_division): New functions.