Searched refs:__gmp_const (Results 1 - 25 of 50) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/expr/
H A Dexpr.h104 __gmp_const char *name;
111 int mpf_expr_a __GMP_PROTO ((__gmp_const struct mpexpr_operator_t *table,
113 __gmp_const char *e, size_t elen,
115 int mpf_expr __GMP_PROTO ((mpf_ptr res, int base, __gmp_const char *e, ...));
117 int mpq_expr_a __GMP_PROTO ((__gmp_const struct mpexpr_operator_t *table,
119 __gmp_const char *e, size_t elen,
121 int mpq_expr __GMP_PROTO ((mpq_ptr res, int base, __gmp_const char *e, ...));
123 int mpz_expr_a __GMP_PROTO ((__gmp_const struct mpexpr_operator_t *table,
125 __gmp_const char *e, size_t elen,
127 int mpz_expr __GMP_PROTO ((mpz_ptr res, int base, __gmp_const cha
[all...]
H A Dexpr-impl.h56 typedef __gmp_const union mpX_t *mpX_srcptr;
84 __GMP_PROTO ((mpX_ptr, __gmp_const char *str, size_t len, int base));
90 __gmp_const struct mpexpr_operator_t *op;
97 __gmp_const struct mpexpr_operator_t *table;
102 __gmp_const char *e;
108 __gmp_const struct mpexpr_operator_t *token_op;
135 __gmp_const char *e, size_t elen, int base));
H A Dexprf.c37 static __gmp_const struct mpexpr_operator_t _mpf_expr_standard_table[] = {
91 __gmp_const struct mpexpr_operator_t * __gmp_const mpf_expr_standard_table
97 mpf_expr (mpf_ptr res, int base, __gmp_const char *e, ...)
111 __gmp_const char *e;
115 e = va_arg (ap, __gmp_const char *);
H A Dexprqa.c49 e_mpq_number (mpq_ptr res, __gmp_const char *e, size_t elen, int base)
64 mpq_expr_a (__gmp_const struct mpexpr_operator_t *table,
66 __gmp_const char *e, size_t elen,
H A Dexprq.c75 static __gmp_const struct mpexpr_operator_t _mpq_expr_standard_table[] = {
124 __gmp_const struct mpexpr_operator_t * __gmp_const mpq_expr_standard_table
130 mpq_expr (mpq_ptr res, int base, __gmp_const char *e, ...)
144 __gmp_const char *e;
148 e = va_arg (ap, __gmp_const char *);
H A Dexprza.c30 mpexpr_mpz_number (mpz_ptr res, __gmp_const char *e, size_t elen, int base)
72 mpz_expr_a (__gmp_const struct mpexpr_operator_t *table,
74 __gmp_const char *e, size_t elen,
H A Dexprz.c89 static __gmp_const struct mpexpr_operator_t _mpz_expr_standard_table[] = {
175 __gmp_const struct mpexpr_operator_t * __gmp_const mpz_expr_standard_table
181 mpz_expr (mpz_ptr res, int base, __gmp_const char *e, ...)
195 __gmp_const char *e;
199 e = va_arg (ap, __gmp_const char *);
H A Dexprfa.c38 e_mpf_number (mpf_ptr res, __gmp_const char *e, size_t elen, int base)
154 mpf_expr_a (__gmp_const struct mpexpr_operator_t *table,
156 __gmp_const char *e, size_t elen,
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dmp.h63 #define __gmp_const const macro
66 #define __gmp_const macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dmp.h63 #define __gmp_const const macro
66 #define __gmp_const macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dmp.h63 #define __gmp_const const macro
66 #define __gmp_const macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dmp.h63 #define __gmp_const const macro
66 #define __gmp_const macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dmp.h63 #define __gmp_const const macro
66 #define __gmp_const macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dmp.h63 #define __gmp_const const macro
66 #define __gmp_const macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dmp.h63 #define __gmp_const const macro
66 #define __gmp_const macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dmp.h63 #define __gmp_const const macro
66 #define __gmp_const macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dmp.h63 #define __gmp_const const macro
66 #define __gmp_const macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dmp.h63 #define __gmp_const const macro
66 #define __gmp_const macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dmp.h63 #define __gmp_const const macro
66 #define __gmp_const macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dmp.h63 #define __gmp_const const macro
66 #define __gmp_const macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dmp.h63 #define __gmp_const const macro
66 #define __gmp_const macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dmp.h63 #define __gmp_const const macro
66 #define __gmp_const macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dmp.h63 #define __gmp_const const macro
66 #define __gmp_const macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dmp.h63 #define __gmp_const const macro
66 #define __gmp_const macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
H A Dmp.h63 #define __gmp_const const macro
66 #define __gmp_const macro

Completed in 267 milliseconds

12