Searched refs:mpfr_buildopt_float128_p (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dbuildopt.c37 mpfr_buildopt_float128_p (void) function
H A Dmpfr.h394 __MPFR_DECLSPEC int mpfr_buildopt_float128_p (void);
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtbuildopt.c66 if (!mpfr_buildopt_float128_p())
68 printf ("Error: mpfr_buildopt_float128_p should return true\n");
72 if (mpfr_buildopt_float128_p())
74 printf ("Error: mpfr_buildopt_float128_p should return false\n");
H A Dtversion.c266 mpfr_buildopt_float128_p ())
268 printf ("ERROR! mpfr_buildopt_float128_p() and macros"
315 mpfr_buildopt_float128_p () ? "yes" : "no",
/netbsd-current/external/lgpl3/mpfr/dist/examples/
H A Dversion.c193 printf (", float128 = %s", mpfr_buildopt_float128_p () ? "yes" : "no");

Completed in 99 milliseconds