Home
last modified time | relevance | path

Searched refs:refmpf_validate (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-sub.c214 if (! refmpf_validate ("mpf_sub", got, want)) in check_data()
234 if (! refmpf_validate ("mpf_ui_sub", got, want)) in check_data()
256 if (! refmpf_validate ("mpf_sub_ui", got, want)) in check_data()
H A Dt-mul_ui.c47 if (! refmpf_validate ("mpf_mul_ui", got, want)) in check_one()
/netbsd-src/external/lgpl3/gmp/dist/tests/
H A Drefmpf.c302 refmpf_validate (const char *name, mpf_srcptr got, mpf_srcptr want) in refmpf_validate() function
420 ret = refmpf_validate (name, got, want); in refmpf_validate_division()
H A Dtests.h161 int refmpf_validate (const char *, mpf_srcptr, mpf_srcptr);
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog15706 refmpf_validate, refmpf_validate_division): New functions.