| /src/external/lgpl3/gmp/dist/mpf/ |
| cmp_z.c | 0 /* mpf_cmp_z -- Compare a float with an integer. 34 mpf_cmp_z (mpf_srcptr u, mpz_srcptr v) __GMP_NOTHROW
|
| /src/external/lgpl3/gmp/dist/tests/mpf/ |
| t-cmp_si.c | 1 /* Test mpf_cmp_si and mpf_cmp_z. 107 got = mpf_cmp_z (a, bz); 111 printf ("mpf_cmp_z wrong on data[%d]\n", i);
|
| /src/external/lgpl3/mpfr/dist/src/ |
| mpf2mpfr.h | 61 /* mpf_cmp_z appeared in GMP 6.1.0 */ 63 #undef mpf_cmp_z macro 64 #define mpf_cmp_z mpfr_cmp_z macro
|
| /src/external/lgpl3/gmp/dist/ |
| gmpxx.h | 948 { return mpf_cmp_z(f, z); } 950 { return -mpf_cmp_z(f, z); } 1020 { return mpf_cmp_z(f, z) == 0; } 1080 { return mpf_cmp_z(f, z) < 0; } 1082 { return mpf_cmp_z(f, z) > 0; }
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/arm/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/i386/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/riscv32/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/riscv64/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/sh3el/ |
| gmp.h | 1269 #define mpf_cmp_z __gmpf_cmp_z macro 1270 __GMP_DECLSPEC int mpf_cmp_z (mpf_srcptr, mpz_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|