HomeSort by: relevance | last modified time | path
    Searched refs:refmpf_validate (Results 1 - 4 of 4) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tests/mpf/
t-sub.c 214 if (! refmpf_validate ("mpf_sub", got, want))
234 if (! refmpf_validate ("mpf_ui_sub", got, want))
256 if (! refmpf_validate ("mpf_sub_ui", got, want))
t-mul_ui.c 47 if (! refmpf_validate ("mpf_mul_ui", got, want))
  /src/external/lgpl3/gmp/dist/tests/
refmpf.c 302 refmpf_validate (const char *name, mpf_srcptr got, mpf_srcptr want) function
420 ret = refmpf_validate (name, got, want);
tests.h 161 int refmpf_validate (const char *, mpf_srcptr, mpf_srcptr);

Completed in 20 milliseconds