| /src/external/lgpl3/gmp/dist/mpf/ |
| iset_si.c | 0 /* mpf_init_set_si() -- Initialize a float and assign it from a signed int. 35 mpf_init_set_si (mpf_ptr r, long int val) function
|
| iset_si.c | 0 /* mpf_init_set_si() -- Initialize a float and assign it from a signed int. 35 mpf_init_set_si (mpf_ptr r, long int val) function
|
| /src/external/lgpl3/mpfr/dist/src/ |
| mpf2mpfr.h | 136 #undef mpf_init_set_si macro 137 #define mpf_init_set_si(x,y) mpfr_init_set_si(x,y,MPFR_DEFAULT_RND) macro
|
| mpf2mpfr.h | 136 #undef mpf_init_set_si macro 137 #define mpf_init_set_si(x,y) mpfr_init_set_si(x,y,MPFR_DEFAULT_RND) macro
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/ |
| gmp.h | 1353 #define mpf_init_set_si __gmpf_init_set_si macro 1354 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/ |
| gmp.h | 1353 #define mpf_init_set_si __gmpf_init_set_si macro 1354 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/arm/ |
| gmp.h | 1353 #define mpf_init_set_si __gmpf_init_set_si macro 1354 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/ |
| gmp.h | 1353 #define mpf_init_set_si __gmpf_init_set_si macro 1354 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/ |
| gmp.h | 1336 #define mpf_init_set_si __gmpf_init_set_si macro 1337 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/ |
| gmp.h | 1353 #define mpf_init_set_si __gmpf_init_set_si macro 1354 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/i386/ |
| gmp.h | 1353 #define mpf_init_set_si __gmpf_init_set_si macro 1354 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/ |
| gmp.h | 1353 #define mpf_init_set_si __gmpf_init_set_si macro 1354 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/ |
| gmp.h | 1353 #define mpf_init_set_si __gmpf_init_set_si macro 1354 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/ |
| gmp.h | 1353 #define mpf_init_set_si __gmpf_init_set_si macro 1354 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/ |
| gmp.h | 1353 #define mpf_init_set_si __gmpf_init_set_si macro 1354 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/ |
| gmp.h | 1353 #define mpf_init_set_si __gmpf_init_set_si macro 1354 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/ |
| gmp.h | 1353 #define mpf_init_set_si __gmpf_init_set_si macro 1354 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/ |
| gmp.h | 1353 #define mpf_init_set_si __gmpf_init_set_si macro 1354 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/ |
| gmp.h | 1353 #define mpf_init_set_si __gmpf_init_set_si macro 1354 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/ |
| gmp.h | 1353 #define mpf_init_set_si __gmpf_init_set_si macro 1354 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/or1k/ |
| gmp.h | 1336 #define mpf_init_set_si __gmpf_init_set_si macro 1337 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/ |
| gmp.h | 1353 #define mpf_init_set_si __gmpf_init_set_si macro 1354 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/ |
| gmp.h | 1353 #define mpf_init_set_si __gmpf_init_set_si macro 1354 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/riscv32/ |
| gmp.h | 1353 #define mpf_init_set_si __gmpf_init_set_si macro 1354 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/riscv64/ |
| gmp.h | 1353 #define mpf_init_set_si __gmpf_init_set_si macro 1354 __GMP_DECLSPEC void mpf_init_set_si (mpf_ptr, signed long int);
|