Home
last modified time | relevance | path

Searched refs:gmp_scanf (Results 26 – 33 of 33) sorted by relevance

12

/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h593 #define gmp_scanf __gmp_scanf macro
594 __GMP_DECLSPEC int gmp_scanf (const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
H A Dgmp.h593 #define gmp_scanf __gmp_scanf macro
594 __GMP_DECLSPEC int gmp_scanf (const char *, ...);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/vax/
H A Dgmp.h593 #define gmp_scanf __gmp_scanf macro
594 __GMP_DECLSPEC int gmp_scanf (const char *, ...);
/netbsd/external/lgpl3/gmp/dist/
H A DNEWS827 * gmp_scanf and friends now accept C99 hex floats.
925 * New gmp_printf, gmp_scanf and related functions.
H A Dgmp-h.in593 #define gmp_scanf __gmp_scanf
594 __GMP_DECLSPEC int gmp_scanf (const char *, ...);
/netbsd/external/lgpl3/gmp/dist/doc/
H A Dgmp.info-15273 'gmp_scanf' and friends accept format strings similar to the standard C
5283 GMP variables don't require an '&' when passed to 'gmp_scanf', since
5289 gmp_scanf ("a(%d) = %Zd\n", &n, z);
5297 gmp_scanf ("%31s (%Ff,%Ff)", buf, x, y);
5379 'scanf' cannot be used through 'gmp_scanf'.
5413 -- Function: int gmp_scanf (const char *FMT, ...)
H A Dgmp.texi6443 @code{gmp_scanf} and friends accept format strings similar to the standard C
6456 GMP variables don't require an @code{&} when passed to @code{gmp_scanf}, since
6463 gmp_scanf ("a(%d) = %Zd\n", &n, z);
6471 gmp_scanf ("%31s (%Ff,%Ff)", buf, x, y);
6571 @code{scanf} cannot be used through @code{gmp_scanf}.
6604 @deftypefun int gmp_scanf (const char *@var{fmt}, @dots{})
H A Dgmp.info-23289 * gmp_scanf: Formatted Input Functions.

12