| /src/external/lgpl3/gmp/dist/mpz/ |
| set_ui.c | 0 /* mpz_set_ui(integer, val) -- Assign INTEGER with a small value VAL. 35 mpz_set_ui (mpz_ptr dest, unsigned long int val) function
|
| /src/external/lgpl3/gmp/dist/mini-gmp/ |
| mini-gmp.c | 1475 mpz_set_ui (r, x); 1479 mpz_set_ui (r, GMP_NEG_CAST (unsigned long int, x)); 1490 mpz_set_ui (mpz_t r, unsigned long int x) 1538 mpz_set_ui (r, x); 2196 mpz_set_ui (q, 1); 2762 mpz_set_ui (g, mpn_gcd_11 (ul, vl)); 3076 mpz_set_ui (r, 1); 3309 mpz_set_ui (x, n + (n == 0)); 3332 mpz_set_ui (r, k <= n); 3425 mpz_set_ui (V, 1); /* V1 = 1 * 1483 mpz_set_ui (mpz_t r, unsigned long int x) function [all...] |
| /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/arm/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/ |
| gmp.h | 336 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1038 #define mpz_set_ui __gmpz_set_ui macro 1039 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/i386/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/or1k/ |
| gmp.h | 336 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1038 #define mpz_set_ui __gmpz_set_ui macro 1039 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/riscv32/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/riscv64/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/sh3el/ |
| gmp.h | 334 mpz_set_ui etc are omitted to leave open the lazy allocation scheme 1033 #define mpz_set_ui __gmpz_set_ui macro 1034 __GMP_DECLSPEC void mpz_set_ui (mpz_ptr, unsigned long int);
|