Searched refs:refmpf_validate (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/lgpl3/gmp/dist/tests/mpf/ |
H A D | t-sub.c | 214 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 D | t-mul_ui.c | 47 if (! refmpf_validate ("mpf_mul_ui", got, want)) in check_one()
|
/netbsd-src/external/lgpl3/gmp/dist/tests/ |
H A D | refmpf.c | 302 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 D | tests.h | 161 int refmpf_validate (const char *, mpf_srcptr, mpf_srcptr);
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | ChangeLog | 15706 refmpf_validate, refmpf_validate_division): New functions.
|