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

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dbuildopt.c27 mpfr_buildopt_tls_p (void) function
H A Dmpfr.h393 __MPFR_DECLSPEC int mpfr_buildopt_tls_p (void);
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtbuildopt.c1 /* tbuildopt.c -- test file for mpfr_buildopt_tls_p and
30 if (!mpfr_buildopt_tls_p())
32 printf ("Error: mpfr_buildopt_tls_p should return true\n");
36 if (mpfr_buildopt_tls_p())
38 printf ("Error: mpfr_buildopt_tls_p should return false\n");
H A Dtversion.c255 mpfr_buildopt_tls_p ())
257 printf ("ERROR! mpfr_buildopt_tls_p() and macros"
314 mpfr_buildopt_tls_p () ? "yes" : "no",
/netbsd-current/external/lgpl3/mpfr/dist/examples/
H A Dversion.c191 printf ("MPFR features: TLS = %s", mpfr_buildopt_tls_p () ? "yes" : "no");

Completed in 185 milliseconds