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

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dbuildopt.c67 mpfr_buildopt_sharedcache_p (void) function
H A Dmpfr.h397 __MPFR_DECLSPEC int mpfr_buildopt_sharedcache_p (void);
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtbuildopt.c102 if (!mpfr_buildopt_sharedcache_p ())
104 printf ("Error: mpfr_buildopt_sharedcache_p should return true\n");
108 if (mpfr_buildopt_sharedcache_p ())
110 printf ("Error: mpfr_buildopt_sharedcache_p should return false\n");
H A Dtversion.c305 mpfr_buildopt_sharedcache_p ())
307 printf ("ERROR! mpfr_buildopt_sharedcache_p() and macros"
332 mpfr_buildopt_sharedcache_p () ? "yes" LOCK_METHOD : "no");
H A Dtconst_pi.c83 (MPFR_ASSERTN(mpfr_buildopt_sharedcache_p() == 1), run_pthread_test())

Completed in 203 milliseconds