Searched refs:__MPFR_DECLSPEC (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | mpfr.h | 326 # define __MPFR_DECLSPEC __GMP_DECLSPEC_EXPORT macro 331 # define __MPFR_DECLSPEC __GMP_DECLSPEC macro 390 __MPFR_DECLSPEC MPFR_RETURNS_NONNULL const char * mpfr_get_version (void); 391 __MPFR_DECLSPEC MPFR_RETURNS_NONNULL const char * mpfr_get_patches (void); 393 __MPFR_DECLSPEC int mpfr_buildopt_tls_p (void); 394 __MPFR_DECLSPEC int mpfr_buildopt_float128_p (void); 395 __MPFR_DECLSPEC int mpfr_buildopt_decimal_p (void); 396 __MPFR_DECLSPEC int mpfr_buildopt_gmpinternals_p (void); 397 __MPFR_DECLSPEC int mpfr_buildopt_sharedcache_p (void); 398 __MPFR_DECLSPEC MPFR_RETURNS_NONNULL const char * [all …]
|
| D | mpfr-impl.h | 283 __MPFR_DECLSPEC mpfr_flags_t * __gmpfr_flags_f (void); 284 __MPFR_DECLSPEC mpfr_exp_t * __gmpfr_emin_f (void); 285 __MPFR_DECLSPEC mpfr_exp_t * __gmpfr_emax_f (void); 286 __MPFR_DECLSPEC mpfr_prec_t * __gmpfr_default_fp_bit_precision_f (void); 287 __MPFR_DECLSPEC mpfr_rnd_t * __gmpfr_default_rounding_mode_f (void); 288 __MPFR_DECLSPEC mpfr_cache_t * __gmpfr_cache_const_euler_f (void); 289 __MPFR_DECLSPEC mpfr_cache_t * __gmpfr_cache_const_catalan_f (void); 291 __MPFR_DECLSPEC mpfr_cache_t * __gmpfr_cache_const_pi_f (void); 292 __MPFR_DECLSPEC mpfr_cache_t * __gmpfr_cache_const_log2_f (void); 294 __MPFR_DECLSPEC mpfr_cache_t * __gmpfr_normal_pi_f (void); [all …]
|
| D | random_deviate.h | 48 __MPFR_DECLSPEC void 52 __MPFR_DECLSPEC void 56 __MPFR_DECLSPEC void 60 __MPFR_DECLSPEC void 65 __MPFR_DECLSPEC int 71 __MPFR_DECLSPEC int 77 __MPFR_DECLSPEC int
|
| D | mpfr-gmp.h | 178 __MPFR_DECLSPEC void mpfr_assert_fail (const char *, int, 241 __MPFR_DECLSPEC extern const struct bases mpfr_bases[257]; 251 __MPFR_DECLSPEC void * mpfr_allocate_func (size_t); 252 __MPFR_DECLSPEC void * mpfr_reallocate_func (void *, size_t, size_t); 253 __MPFR_DECLSPEC void mpfr_free_func (void *, size_t); 257 __MPFR_DECLSPEC mp_limb_t __gmpn_sbpi1_divappr_q (mp_limb_t*, 264 __MPFR_DECLSPEC mp_limb_t __gmpn_invert_limb (mp_limb_t); 270 __MPFR_DECLSPEC mp_limb_t __gmpn_rsblsh1_n (mp_limb_t*, mp_limb_t*, mp_limb_t*, mp_size_t); 283 __MPFR_DECLSPEC void *mpfr_tmp_allocate (struct tmp_marker **, 285 __MPFR_DECLSPEC void mpfr_tmp_free (struct tmp_marker *);
|
| D | mpfr-longlong.h | 2204 __MPFR_DECLSPEC UWtype __MPN(udiv_w_sdiv) (UWtype *, UWtype, UWtype, UWtype); 2248 extern const unsigned char __MPFR_DECLSPEC __clz_tab[129];
|
| /netbsd/src/external/lgpl3/mpfr/dist/ |
| D | TODO | 714 __MPFR_DECLSPEC void mpfr_dump (const __mpfr_struct [static 1]);
|
| D | ChangeLog | 7964 [src/mpfr-longlong.h] Replaced __GMP_DECLSPEC by __MPFR_DECLSPEC. 14560 [src/mpfr.h] Moved MPFR_DEPRECATED before __MPFR_DECLSPEC for 19125 * Added __MPFR_DECLSPEC to avoid failure with Windows DLL; see
|