Searched refs:__gmp_extract_double (Results 1 – 9 of 9) sorted by relevance
58 EXP(r) = __gmp_extract_double (PTR(r), d); in mpf_set_d()
56 EXP(df) = __gmp_extract_double (darray, ABS(d)); in mpf_cmp_d()
62 rn = __gmp_extract_double (tp, d); in mpz_set_d()
85 dexp = __gmp_extract_double (darray, d); in mpz_cmpabs_d()
100 dexp = __gmp_extract_double (darray, d); in mpz_cmp_d()
62 exp = __gmp_extract_double (tp, d); in mpq_set_d()
44 __gmp_extract_double (mp_ptr rp, double d) in __gmp_extract_double() function
3854 __GMP_DECLSPEC int __gmp_extract_double (mp_ptr, double);
13948 * mpz/set_d.c: Handle negative return values from __gmp_extract_double.20639 __gmp_extract_double. Reported by Henrik Johansson.32584 * gmp-impl.h: Declare __gmp_extract_double.32631 * mpz/set_d.c: Rewrite to use __gmp_extract_double.