Searched refs:mpf_set_q (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-set_q.c1 /* Test mpf_set_q.
31 mpf_set_q (got, q);
41 if (! refmpf_validate_division ("mpf_set_q", got, n, d))
101 mpf_set_q (got, q);
/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Dset_q.c0 /* mpf_set_q (mpf_t rop, mpq_t op) -- Convert the rational op to the float rop.
54 mpf_set_q (mpf_t r, mpq_srcptr q) function
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgmp-utils.h245 mpf_set_q (val, tmp_q.val);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmpf2mpfr.h160 #undef mpf_set_q macro
161 #define mpf_set_q(x,y) mpfr_set_q(x,y,MPFR_DEFAULT_RND) macro
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dmpf_compat.h110 mpf_set_q (x, q);
H A Dtfprintf.c185 mpf_set_q (mpf, mpq);
H A Dtprintf.c309 mpf_set_q (mpf, mpq);
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dtset.c81 mpf_set_q (mpf, mpq);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1394 #define mpf_set_q __gmpf_set_q macro
1395 __GMP_DECLSPEC void mpf_set_q (mpf_ptr, mpq_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1394 #define mpf_set_q __gmpf_set_q macro
1395 __GMP_DECLSPEC void mpf_set_q (mpf_ptr, mpq_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1411 #define mpf_set_q __gmpf_set_q macro
1412 __GMP_DECLSPEC void mpf_set_q (mpf_ptr, mpq_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h1411 #define mpf_set_q __gmpf_set_q macro
1412 __GMP_DECLSPEC void mpf_set_q (mpf_ptr, mpq_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h1411 #define mpf_set_q __gmpf_set_q macro
1412 __GMP_DECLSPEC void mpf_set_q (mpf_ptr, mpq_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h1411 #define mpf_set_q __gmpf_set_q macro
1412 __GMP_DECLSPEC void mpf_set_q (mpf_ptr, mpq_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h1411 #define mpf_set_q __gmpf_set_q macro
1412 __GMP_DECLSPEC void mpf_set_q (mpf_ptr, mpq_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1411 #define mpf_set_q __gmpf_set_q macro
1412 __GMP_DECLSPEC void mpf_set_q (mpf_ptr, mpq_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1411 #define mpf_set_q __gmpf_set_q macro
1412 __GMP_DECLSPEC void mpf_set_q (mpf_ptr, mpq_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h1411 #define mpf_set_q __gmpf_set_q macro
1412 __GMP_DECLSPEC void mpf_set_q (mpf_ptr, mpq_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h1411 #define mpf_set_q __gmpf_set_q macro
1412 __GMP_DECLSPEC void mpf_set_q (mpf_ptr, mpq_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h1411 #define mpf_set_q __gmpf_set_q macro
1412 __GMP_DECLSPEC void mpf_set_q (mpf_ptr, mpq_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1411 #define mpf_set_q __gmpf_set_q macro
1412 __GMP_DECLSPEC void mpf_set_q (mpf_ptr, mpq_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h1411 #define mpf_set_q __gmpf_set_q macro
1412 __GMP_DECLSPEC void mpf_set_q (mpf_ptr, mpq_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h1411 #define mpf_set_q __gmpf_set_q macro
1412 __GMP_DECLSPEC void mpf_set_q (mpf_ptr, mpq_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h1411 #define mpf_set_q __gmpf_set_q macro
1412 __GMP_DECLSPEC void mpf_set_q (mpf_ptr, mpq_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1411 #define mpf_set_q __gmpf_set_q macro
1412 __GMP_DECLSPEC void mpf_set_q (mpf_ptr, mpq_srcptr);

Completed in 293 milliseconds

12