Searched refs:mpfr_ulong (Results 1 – 1 of 1) sorted by relevance
65 typedef unsigned long mpfr_ulong; typedef216 #define MPFR_EMAX_DEFAULT ((mpfr_exp_t) (((mpfr_ulong) 1 << 30) - 1))960 (__builtin_constant_p (_u) && (mpfr_ulong) (_u) == 0 ? \967 mpfr_cmp_ui ((_f), (mpfr_ulong) (mpfr_long) (_s)) : \973 (__builtin_constant_p (_u) && (mpfr_ulong) (_u) == 0 ? \985 mpfr_set_ui ((_f), (mpfr_ulong) (mpfr_long) (_s), (_r)) : \993 (__builtin_constant_p (_u) && (mpfr_ulong) (_u) >= 1 && \994 ((mpfr_ulong) (_u) & ((mpfr_ulong) (_u) - 1)) == 0 ? \999 (__builtin_constant_p (_u) && (mpfr_ulong) (_u) >= 1 && \1000 ((mpfr_ulong) (_u) & ((mpfr_ulong) (_u) - 1)) == 0 ? \[all …]