HomeSort by: relevance | last modified time | path
    Searched defs:mp_limb_t (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/lgpl3/gmp/dist/tests/devel/
gen-test-longlong_h.c 23 typedef unsigned long mp_limb_t; /* neat */ typedef
26 one (const char *op, size_t ind, mp_limb_t m0, mp_limb_t s0)
28 printf ("static void f%zu(mp_limb_t*r1p,mp_limb_t*r0p){", ind);
29 printf ("mp_limb_t r1,r0;");
35 mp_limb_t ops[1000];
96 printf ("typedef void (*func_t) (mp_limb_t*, mp_limb_t*);\n");
113 printf ("{%6ld,%2ld},", (long) ( ops[i] + ops[j]), (long) ((mp_limb_t) ((ops[i] + ops[j]) < ops[i])))
    [all...]
  /src/external/lgpl3/gmp/dist/mini-gmp/
mini-gmp.h 60 typedef unsigned MINI_GMP_LIMB_TYPE mp_limb_t; typedef
64 typedef mp_limb_t *mp_ptr;
65 typedef const mp_limb_t *mp_srcptr;
74 mp_limb_t *_mp_d; /* Pointer to the limbs. */
91 mp_limb_t mpn_add_1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
92 mp_limb_t mpn_add_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
93 mp_limb_t mpn_add (mp_ptr, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t);
95 mp_limb_t mpn_sub_1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
    [all...]
  /src/external/gpl3/gcc/dist/libquadmath/printf/
gmp-impl.h 40 typedef unsigned long long int mp_limb_t; typedef
44 typedef unsigned long int mp_limb_t; typedef
49 typedef mp_limb_t * mp_ptr;
50 typedef const mp_limb_t * mp_srcptr;
61 typedef mp_limb_t UWtype;
127 mp_limb_t mpn_add_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t)
129 mp_limb_t mpn_addmul_1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t)
132 mp_limb_t mpn_divrem (mp_ptr, mp_size_t, mp_ptr, mp_size_t, mp_srcptr,
134 mp_limb_t mpn_lshift (mp_ptr, mp_srcptr, mp_size_t, unsigned int
    [all...]
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
gmp-impl.h 38 typedef unsigned long int mp_limb_t; typedef
41 typedef mp_limb_t * mp_ptr;
42 typedef const mp_limb_t * mp_srcptr;
53 typedef mp_limb_t UWtype;
119 mp_limb_t mpn_add_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t)
121 mp_limb_t mpn_addmul_1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t)
124 mp_limb_t mpn_divrem (mp_ptr, mp_size_t, mp_ptr, mp_size_t, mp_srcptr,
126 mp_limb_t mpn_lshift (mp_ptr, mp_srcptr, mp_size_t, unsigned int)
128 mp_limb_t mpn_mul (mp_ptr, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
134 typedef unsigned int mp_limb_t; typedef
138 typedef unsigned long long int mp_limb_t; typedef
141 typedef unsigned long int mp_limb_t; typedef
157 mp_limb_t *_mp_d; /* Pointer to the limbs. */
166 typedef mp_limb_t * mp_ptr;
167 typedef const mp_limb_t * mp_srcptr;
190 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
197 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
198 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
134 typedef unsigned int mp_limb_t; typedef
138 typedef unsigned long long int mp_limb_t; typedef
141 typedef unsigned long int mp_limb_t; typedef
157 mp_limb_t *_mp_d; /* Pointer to the limbs. */
166 typedef mp_limb_t * mp_ptr;
167 typedef const mp_limb_t * mp_srcptr;
190 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
197 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
198 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
134 typedef unsigned int mp_limb_t; typedef
138 typedef unsigned long long int mp_limb_t; typedef
141 typedef unsigned long int mp_limb_t; typedef
157 mp_limb_t *_mp_d; /* Pointer to the limbs. */
166 typedef mp_limb_t * mp_ptr;
167 typedef const mp_limb_t * mp_srcptr;
190 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
197 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
198 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
134 typedef unsigned int mp_limb_t; typedef
138 typedef unsigned long long int mp_limb_t; typedef
141 typedef unsigned long int mp_limb_t; typedef
157 mp_limb_t *_mp_d; /* Pointer to the limbs. */
166 typedef mp_limb_t * mp_ptr;
167 typedef const mp_limb_t * mp_srcptr;
190 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
197 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
198 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
gmp.h 38 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
133 typedef unsigned int mp_limb_t; typedef
137 typedef unsigned long long int mp_limb_t; typedef
140 typedef unsigned long int mp_limb_t; typedef
156 mp_limb_t *_mp_d; /* Pointer to the limbs. */
165 typedef mp_limb_t * mp_ptr;
166 typedef const mp_limb_t * mp_srcptr;
189 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
196 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
197 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
134 typedef unsigned int mp_limb_t; typedef
138 typedef unsigned long long int mp_limb_t; typedef
141 typedef unsigned long int mp_limb_t; typedef
157 mp_limb_t *_mp_d; /* Pointer to the limbs. */
166 typedef mp_limb_t * mp_ptr;
167 typedef const mp_limb_t * mp_srcptr;
190 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
197 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
198 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
134 typedef unsigned int mp_limb_t; typedef
138 typedef unsigned long long int mp_limb_t; typedef
141 typedef unsigned long int mp_limb_t; typedef
157 mp_limb_t *_mp_d; /* Pointer to the limbs. */
166 typedef mp_limb_t * mp_ptr;
167 typedef const mp_limb_t * mp_srcptr;
190 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
197 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
198 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
134 typedef unsigned int mp_limb_t; typedef
138 typedef unsigned long long int mp_limb_t; typedef
141 typedef unsigned long int mp_limb_t; typedef
157 mp_limb_t *_mp_d; /* Pointer to the limbs. */
166 typedef mp_limb_t * mp_ptr;
167 typedef const mp_limb_t * mp_srcptr;
190 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
197 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
198 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
134 typedef unsigned int mp_limb_t; typedef
138 typedef unsigned long long int mp_limb_t; typedef
141 typedef unsigned long int mp_limb_t; typedef
157 mp_limb_t *_mp_d; /* Pointer to the limbs. */
166 typedef mp_limb_t * mp_ptr;
167 typedef const mp_limb_t * mp_srcptr;
190 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
197 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
198 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
134 typedef unsigned int mp_limb_t; typedef
138 typedef unsigned long long int mp_limb_t; typedef
141 typedef unsigned long int mp_limb_t; typedef
157 mp_limb_t *_mp_d; /* Pointer to the limbs. */
166 typedef mp_limb_t * mp_ptr;
167 typedef const mp_limb_t * mp_srcptr;
190 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
197 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
198 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
134 typedef unsigned int mp_limb_t; typedef
138 typedef unsigned long long int mp_limb_t; typedef
141 typedef unsigned long int mp_limb_t; typedef
157 mp_limb_t *_mp_d; /* Pointer to the limbs. */
166 typedef mp_limb_t * mp_ptr;
167 typedef const mp_limb_t * mp_srcptr;
190 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
197 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
198 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
134 typedef unsigned int mp_limb_t; typedef
138 typedef unsigned long long int mp_limb_t; typedef
141 typedef unsigned long int mp_limb_t; typedef
157 mp_limb_t *_mp_d; /* Pointer to the limbs. */
166 typedef mp_limb_t * mp_ptr;
167 typedef const mp_limb_t * mp_srcptr;
190 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
197 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
198 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
134 typedef unsigned int mp_limb_t; typedef
138 typedef unsigned long long int mp_limb_t; typedef
141 typedef unsigned long int mp_limb_t; typedef
157 mp_limb_t *_mp_d; /* Pointer to the limbs. */
166 typedef mp_limb_t * mp_ptr;
167 typedef const mp_limb_t * mp_srcptr;
190 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
197 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
198 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
134 typedef unsigned int mp_limb_t; typedef
138 typedef unsigned long long int mp_limb_t; typedef
141 typedef unsigned long int mp_limb_t; typedef
157 mp_limb_t *_mp_d; /* Pointer to the limbs. */
166 typedef mp_limb_t * mp_ptr;
167 typedef const mp_limb_t * mp_srcptr;
190 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
197 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
198 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
134 typedef unsigned int mp_limb_t; typedef
138 typedef unsigned long long int mp_limb_t; typedef
141 typedef unsigned long int mp_limb_t; typedef
157 mp_limb_t *_mp_d; /* Pointer to the limbs. */
166 typedef mp_limb_t * mp_ptr;
167 typedef const mp_limb_t * mp_srcptr;
190 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
197 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
198 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
134 typedef unsigned int mp_limb_t; typedef
138 typedef unsigned long long int mp_limb_t; typedef
141 typedef unsigned long int mp_limb_t; typedef
157 mp_limb_t *_mp_d; /* Pointer to the limbs. */
166 typedef mp_limb_t * mp_ptr;
167 typedef const mp_limb_t * mp_srcptr;
190 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
197 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
198 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/or1k/
gmp.h 38 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
133 typedef unsigned int mp_limb_t; typedef
137 typedef unsigned long long int mp_limb_t; typedef
140 typedef unsigned long int mp_limb_t; typedef
156 mp_limb_t *_mp_d; /* Pointer to the limbs. */
165 typedef mp_limb_t * mp_ptr;
166 typedef const mp_limb_t * mp_srcptr;
189 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
196 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
197 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
134 typedef unsigned int mp_limb_t; typedef
138 typedef unsigned long long int mp_limb_t; typedef
141 typedef unsigned long int mp_limb_t; typedef
157 mp_limb_t *_mp_d; /* Pointer to the limbs. */
166 typedef mp_limb_t * mp_ptr;
167 typedef const mp_limb_t * mp_srcptr;
190 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
197 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
198 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
134 typedef unsigned int mp_limb_t; typedef
138 typedef unsigned long long int mp_limb_t; typedef
141 typedef unsigned long int mp_limb_t; typedef
157 mp_limb_t *_mp_d; /* Pointer to the limbs. */
166 typedef mp_limb_t * mp_ptr;
167 typedef const mp_limb_t * mp_srcptr;
190 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
197 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
198 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
134 typedef unsigned int mp_limb_t; typedef
138 typedef unsigned long long int mp_limb_t; typedef
141 typedef unsigned long int mp_limb_t; typedef
157 mp_limb_t *_mp_d; /* Pointer to the limbs. */
166 typedef mp_limb_t * mp_ptr;
167 typedef const mp_limb_t * mp_srcptr;
190 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
197 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
198 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
134 typedef unsigned int mp_limb_t; typedef
138 typedef unsigned long long int mp_limb_t; typedef
141 typedef unsigned long int mp_limb_t; typedef
157 mp_limb_t *_mp_d; /* Pointer to the limbs. */
166 typedef mp_limb_t * mp_ptr;
167 typedef const mp_limb_t * mp_srcptr;
190 int _mp_prec; /* Max precision, in number of `mp_limb_t's.
197 mp_exp_t _mp_exp; /* Exponent, in the base of `mp_limb_t'. */
198 mp_limb_t *_mp_d; /* Pointer to the limbs. *
    [all...]

Completed in 37 milliseconds

1 2