Searched refs:__gmp_extract_double (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gmp/mpf/
H A Dcmp_d.c46 EXP(df) = __gmp_extract_double (darray, ABS(d));
H A Dset_d.c49 EXP(r) = __gmp_extract_double (PTR(r), d);
/haiku-buildtools/gcc/gmp/mpz/
H A Dcmpabs_d.c75 dexp = __gmp_extract_double (darray, d);
H A Dset_d.c36 of __gmp_extract_double in all cases. */
53 rn = __gmp_extract_double (tp, d);
H A Dcmp_d.c90 dexp = __gmp_extract_double (darray, d);
/haiku-buildtools/gcc/gmp/mpq/
H A Dset_d.c51 exp = __gmp_extract_double (tp, d);
/haiku-buildtools/gcc/gmp/
H A Dextract-dbl.c0 /* __gmp_extract_double -- convert from double to array of mp_limb_t.
36 __gmp_extract_double (mp_ptr rp, double d) function
H A Dgmp-impl.h3449 __GMP_DECLSPEC int __gmp_extract_double __GMP_PROTO ((mp_ptr, double));

Completed in 115 milliseconds