Searched refs:mpz_set_d (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Diset_d.c42 mpz_set_d (dest, val);
H A Dset_d.c0 /* mpz_set_d(integer, val) -- Assign INTEGER with a double value VAL.
48 mpz_set_d (mpz_ptr r, double d) function
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-double.c67 mpz_set_d (y, d);
156 fprintf (stderr, "mpz_set_d failed:\n"
183 mpz_set_d (x, d);
187 fprintf (stderr, "mpz_set_d/mpz_get_d failed:\n");
204 mpz_set_d (x, d);
208 fprintf (stderr, "mpz_set_d/mpz_get_d failed:\n");
H A Dt-cmp_d.c132 mpz_set_d (x2, y);
/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-set_d.c1 /* Test mpz_set_d and mpz_init_set_d.
58 mpz_set_d (z, data[i].d);
64 printf ("mpz_set_d wrong on data[%d]\n", i);
88 /* Try mpz_set_d on values 2^i+1, while such a value fits a double. */
113 mpz_set_d (got, d);
117 printf ("mpz_set_d wrong on 2^%d+1\n", i);
H A Dt-cmp_d.c136 mpz_set_d (x2, y);
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.h265 void mpz_set_d (mpz_t, double);
H A Dmini-mpq.c447 mpz_set_d (mpq_numref (r), x);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1021 #define mpz_set_d __gmpz_set_d macro
1022 __GMP_DECLSPEC void mpz_set_d (mpz_ptr, double);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1021 #define mpz_set_d __gmpz_set_d macro
1022 __GMP_DECLSPEC void mpz_set_d (mpz_ptr, double);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1016 #define mpz_set_d __gmpz_set_d macro
1017 __GMP_DECLSPEC void mpz_set_d (mpz_ptr, double);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h1016 #define mpz_set_d __gmpz_set_d macro
1017 __GMP_DECLSPEC void mpz_set_d (mpz_ptr, double);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h1016 #define mpz_set_d __gmpz_set_d macro
1017 __GMP_DECLSPEC void mpz_set_d (mpz_ptr, double);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h1016 #define mpz_set_d __gmpz_set_d macro
1017 __GMP_DECLSPEC void mpz_set_d (mpz_ptr, double);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h1016 #define mpz_set_d __gmpz_set_d macro
1017 __GMP_DECLSPEC void mpz_set_d (mpz_ptr, double);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1016 #define mpz_set_d __gmpz_set_d macro
1017 __GMP_DECLSPEC void mpz_set_d (mpz_ptr, double);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1016 #define mpz_set_d __gmpz_set_d macro
1017 __GMP_DECLSPEC void mpz_set_d (mpz_ptr, double);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h1016 #define mpz_set_d __gmpz_set_d macro
1017 __GMP_DECLSPEC void mpz_set_d (mpz_ptr, double);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h1016 #define mpz_set_d __gmpz_set_d macro
1017 __GMP_DECLSPEC void mpz_set_d (mpz_ptr, double);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h1016 #define mpz_set_d __gmpz_set_d macro
1017 __GMP_DECLSPEC void mpz_set_d (mpz_ptr, double);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1016 #define mpz_set_d __gmpz_set_d macro
1017 __GMP_DECLSPEC void mpz_set_d (mpz_ptr, double);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h1016 #define mpz_set_d __gmpz_set_d macro
1017 __GMP_DECLSPEC void mpz_set_d (mpz_ptr, double);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h1016 #define mpz_set_d __gmpz_set_d macro
1017 __GMP_DECLSPEC void mpz_set_d (mpz_ptr, double);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h1016 #define mpz_set_d __gmpz_set_d macro
1017 __GMP_DECLSPEC void mpz_set_d (mpz_ptr, double);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1016 #define mpz_set_d __gmpz_set_d macro
1017 __GMP_DECLSPEC void mpz_set_d (mpz_ptr, double);

Completed in 245 milliseconds

12