Searched refs:gmp_randinit_set (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/rand/
H A Drandiset.c0 /* gmp_randinit_set -- initialize with a copy of another gmp_randstate_t.
35 gmp_randinit_set (gmp_randstate_ptr dst, gmp_randstate_srcptr src) function
/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dt-iset.c1 /* Test gmp_randinit_set.
25 /* expect after a gmp_randinit_set that the new and old generators will
34 gmp_randinit_set (dst, src);
45 printf ("gmp_randinit_set didn't duplicate randstate\n");
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmpfr-mini-gmp.h53 #ifndef gmp_randinit_set
55 void gmp_randinit_set (gmp_randstate_t, gmp_randstate_t);
H A Dmpfr-mini-gmp.c58 gmp_randinit_set (gmp_randstate_t s1, gmp_randstate_t s2) function
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dturandom.c216 gmp_randinit_set (s, mpfr_rands);
458 gmp_randinit_set (s1, mpfr_rands);
473 gmp_randinit_set (s2, s1);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h517 #define gmp_randinit_set __gmp_randinit_set macro
518 __GMP_DECLSPEC void gmp_randinit_set (gmp_randstate_t, const __gmp_randstate_struct *);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h517 #define gmp_randinit_set __gmp_randinit_set macro
518 __GMP_DECLSPEC void gmp_randinit_set (gmp_randstate_t, const __gmp_randstate_struct *);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h512 #define gmp_randinit_set __gmp_randinit_set macro
513 __GMP_DECLSPEC void gmp_randinit_set (gmp_randstate_t, const __gmp_randstate_struct *);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h512 #define gmp_randinit_set __gmp_randinit_set macro
513 __GMP_DECLSPEC void gmp_randinit_set (gmp_randstate_t, const __gmp_randstate_struct *);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h512 #define gmp_randinit_set __gmp_randinit_set macro
513 __GMP_DECLSPEC void gmp_randinit_set (gmp_randstate_t, const __gmp_randstate_struct *);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h512 #define gmp_randinit_set __gmp_randinit_set macro
513 __GMP_DECLSPEC void gmp_randinit_set (gmp_randstate_t, const __gmp_randstate_struct *);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h512 #define gmp_randinit_set __gmp_randinit_set macro
513 __GMP_DECLSPEC void gmp_randinit_set (gmp_randstate_t, const __gmp_randstate_struct *);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h512 #define gmp_randinit_set __gmp_randinit_set macro
513 __GMP_DECLSPEC void gmp_randinit_set (gmp_randstate_t, const __gmp_randstate_struct *);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h512 #define gmp_randinit_set __gmp_randinit_set macro
513 __GMP_DECLSPEC void gmp_randinit_set (gmp_randstate_t, const __gmp_randstate_struct *);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h512 #define gmp_randinit_set __gmp_randinit_set macro
513 __GMP_DECLSPEC void gmp_randinit_set (gmp_randstate_t, const __gmp_randstate_struct *);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h512 #define gmp_randinit_set __gmp_randinit_set macro
513 __GMP_DECLSPEC void gmp_randinit_set (gmp_randstate_t, const __gmp_randstate_struct *);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h512 #define gmp_randinit_set __gmp_randinit_set macro
513 __GMP_DECLSPEC void gmp_randinit_set (gmp_randstate_t, const __gmp_randstate_struct *);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h512 #define gmp_randinit_set __gmp_randinit_set macro
513 __GMP_DECLSPEC void gmp_randinit_set (gmp_randstate_t, const __gmp_randstate_struct *);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h512 #define gmp_randinit_set __gmp_randinit_set macro
513 __GMP_DECLSPEC void gmp_randinit_set (gmp_randstate_t, const __gmp_randstate_struct *);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h512 #define gmp_randinit_set __gmp_randinit_set macro
513 __GMP_DECLSPEC void gmp_randinit_set (gmp_randstate_t, const __gmp_randstate_struct *);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h512 #define gmp_randinit_set __gmp_randinit_set macro
513 __GMP_DECLSPEC void gmp_randinit_set (gmp_randstate_t, const __gmp_randstate_struct *);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h512 #define gmp_randinit_set __gmp_randinit_set macro
513 __GMP_DECLSPEC void gmp_randinit_set (gmp_randstate_t, const __gmp_randstate_struct *);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h512 #define gmp_randinit_set __gmp_randinit_set macro
513 __GMP_DECLSPEC void gmp_randinit_set (gmp_randstate_t, const __gmp_randstate_struct *);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h512 #define gmp_randinit_set __gmp_randinit_set macro
513 __GMP_DECLSPEC void gmp_randinit_set (gmp_randstate_t, const __gmp_randstate_struct *);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h512 #define gmp_randinit_set __gmp_randinit_set macro
513 __GMP_DECLSPEC void gmp_randinit_set (gmp_randstate_t, const __gmp_randstate_struct *);

Completed in 342 milliseconds

12