Home
last modified time | relevance | path

Searched refs:mpf_init_set_d (Results 1 – 25 of 37) sorted by relevance

12

/netbsd/external/lgpl3/gmp/dist/tests/rand/
H A Dfindlc.c117 mpf_init_set_d (low_merit, .1); in main()
118 mpf_init_set_d (high_merit, .1); in main()
H A Dstatlib.c385 mpf_init_set_d (f_const, M_PI); in merit()
386 mpf_init_set_d (f_pi, M_PI); in merit()
/netbsd/external/lgpl3/gmp/dist/mpf/
H A Diset_d.c34 mpf_init_set_d (mpf_ptr r, double val) in mpf_init_set_d() function
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmpf2mpfr.h134 #undef mpf_init_set_d
135 #define mpf_init_set_d(x,y) mpfr_init_set_d(x,y,MPFR_DEFAULT_RND) macro
/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dmpf_compat.h125 mpf_init_set_d (x, 17.0); in main()
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1333 #define mpf_init_set_d __gmpf_init_set_d macro
1334 __GMP_DECLSPEC void mpf_init_set_d (mpf_ptr, double);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1333 #define mpf_init_set_d __gmpf_init_set_d macro
1334 __GMP_DECLSPEC void mpf_init_set_d (mpf_ptr, double);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h1350 #define mpf_init_set_d __gmpf_init_set_d macro
1351 __GMP_DECLSPEC void mpf_init_set_d (mpf_ptr, double);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h1350 #define mpf_init_set_d __gmpf_init_set_d macro
1351 __GMP_DECLSPEC void mpf_init_set_d (mpf_ptr, double);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1350 #define mpf_init_set_d __gmpf_init_set_d macro
1351 __GMP_DECLSPEC void mpf_init_set_d (mpf_ptr, double);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h1350 #define mpf_init_set_d __gmpf_init_set_d macro
1351 __GMP_DECLSPEC void mpf_init_set_d (mpf_ptr, double);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h1350 #define mpf_init_set_d __gmpf_init_set_d macro
1351 __GMP_DECLSPEC void mpf_init_set_d (mpf_ptr, double);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h1350 #define mpf_init_set_d __gmpf_init_set_d macro
1351 __GMP_DECLSPEC void mpf_init_set_d (mpf_ptr, double);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1350 #define mpf_init_set_d __gmpf_init_set_d macro
1351 __GMP_DECLSPEC void mpf_init_set_d (mpf_ptr, double);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1350 #define mpf_init_set_d __gmpf_init_set_d macro
1351 __GMP_DECLSPEC void mpf_init_set_d (mpf_ptr, double);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1350 #define mpf_init_set_d __gmpf_init_set_d macro
1351 __GMP_DECLSPEC void mpf_init_set_d (mpf_ptr, double);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h1350 #define mpf_init_set_d __gmpf_init_set_d macro
1351 __GMP_DECLSPEC void mpf_init_set_d (mpf_ptr, double);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
H A Dgmp.h1350 #define mpf_init_set_d __gmpf_init_set_d macro
1351 __GMP_DECLSPEC void mpf_init_set_d (mpf_ptr, double);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h1350 #define mpf_init_set_d __gmpf_init_set_d macro
1351 __GMP_DECLSPEC void mpf_init_set_d (mpf_ptr, double);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1350 #define mpf_init_set_d __gmpf_init_set_d macro
1351 __GMP_DECLSPEC void mpf_init_set_d (mpf_ptr, double);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dgmp.h1350 #define mpf_init_set_d __gmpf_init_set_d macro
1351 __GMP_DECLSPEC void mpf_init_set_d (mpf_ptr, double);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
H A Dgmp.h1350 #define mpf_init_set_d __gmpf_init_set_d macro
1351 __GMP_DECLSPEC void mpf_init_set_d (mpf_ptr, double);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h1350 #define mpf_init_set_d __gmpf_init_set_d macro
1351 __GMP_DECLSPEC void mpf_init_set_d (mpf_ptr, double);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h1350 #define mpf_init_set_d __gmpf_init_set_d macro
1351 __GMP_DECLSPEC void mpf_init_set_d (mpf_ptr, double);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
H A Dgmp.h1350 #define mpf_init_set_d __gmpf_init_set_d macro
1351 __GMP_DECLSPEC void mpf_init_set_d (mpf_ptr, double);

12