| /src/external/lgpl3/gmp/dist/mpf/ |
| cmp_si.c | 0 /* mpf_cmp_si -- Compare a float with a signed integer. 35 mpf_cmp_si (mpf_srcptr u, long int vval) __GMP_NOTHROW
|
| /src/external/lgpl3/gmp/dist/tests/mpf/ |
| t-cmp_si.c | 1 /* Test mpf_cmp_si and mpf_cmp_z. 94 got = mpf_cmp_si (a, b); 97 printf ("mpf_cmp_si wrong on data[%d]\n", i);
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| mpf_compat.h | 169 i = mpf_cmp_si (y, -17); 193 if (i == 0 || mpf_cmp_si (x, -1700))
|
| tget_f.c | 294 if (mpfr_get_f (x, y, MPFR_RNDN) != 0 || mpf_cmp_si (x, j)) 319 || mpf_cmp_si (x, (signed long) -i))
|
| /src/external/lgpl3/mpfr/dist/src/ |
| mpf2mpfr.h | 55 #undef mpf_cmp_si macro 56 #define mpf_cmp_si mpfr_cmp_si macro
|
| /src/external/lgpl3/gmp/dist/ |
| gmpxx.h | 940 { return mpf_cmp_si(f, l); } 942 { return -mpf_cmp_si(f, l); } 1012 { return mpf_cmp_si(f, l) == 0; } 1072 { return mpf_cmp_si(f, l) < 0; } 1074 { return mpf_cmp_si(f, l) > 0; }
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/ |
| gmp.h | 1275 #define mpf_cmp_si __gmpf_cmp_si macro 1276 __GMP_DECLSPEC int mpf_cmp_si (mpf_srcptr, signed long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/ |
| gmp.h | 1275 #define mpf_cmp_si __gmpf_cmp_si macro 1276 __GMP_DECLSPEC int mpf_cmp_si (mpf_srcptr, signed long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/arm/ |
| gmp.h | 1275 #define mpf_cmp_si __gmpf_cmp_si macro 1276 __GMP_DECLSPEC int mpf_cmp_si (mpf_srcptr, signed long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/ |
| gmp.h | 1275 #define mpf_cmp_si __gmpf_cmp_si macro 1276 __GMP_DECLSPEC int mpf_cmp_si (mpf_srcptr, signed long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/ |
| gmp.h | 1258 #define mpf_cmp_si __gmpf_cmp_si macro 1259 __GMP_DECLSPEC int mpf_cmp_si (mpf_srcptr, signed long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/ |
| gmp.h | 1275 #define mpf_cmp_si __gmpf_cmp_si macro 1276 __GMP_DECLSPEC int mpf_cmp_si (mpf_srcptr, signed long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/i386/ |
| gmp.h | 1275 #define mpf_cmp_si __gmpf_cmp_si macro 1276 __GMP_DECLSPEC int mpf_cmp_si (mpf_srcptr, signed long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/ |
| gmp.h | 1275 #define mpf_cmp_si __gmpf_cmp_si macro 1276 __GMP_DECLSPEC int mpf_cmp_si (mpf_srcptr, signed long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/ |
| gmp.h | 1275 #define mpf_cmp_si __gmpf_cmp_si macro 1276 __GMP_DECLSPEC int mpf_cmp_si (mpf_srcptr, signed long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/ |
| gmp.h | 1275 #define mpf_cmp_si __gmpf_cmp_si macro 1276 __GMP_DECLSPEC int mpf_cmp_si (mpf_srcptr, signed long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/ |
| gmp.h | 1275 #define mpf_cmp_si __gmpf_cmp_si macro 1276 __GMP_DECLSPEC int mpf_cmp_si (mpf_srcptr, signed long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/ |
| gmp.h | 1275 #define mpf_cmp_si __gmpf_cmp_si macro 1276 __GMP_DECLSPEC int mpf_cmp_si (mpf_srcptr, signed long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/ |
| gmp.h | 1275 #define mpf_cmp_si __gmpf_cmp_si macro 1276 __GMP_DECLSPEC int mpf_cmp_si (mpf_srcptr, signed long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/ |
| gmp.h | 1275 #define mpf_cmp_si __gmpf_cmp_si macro 1276 __GMP_DECLSPEC int mpf_cmp_si (mpf_srcptr, signed long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/ |
| gmp.h | 1275 #define mpf_cmp_si __gmpf_cmp_si macro 1276 __GMP_DECLSPEC int mpf_cmp_si (mpf_srcptr, signed long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/ |
| gmp.h | 1275 #define mpf_cmp_si __gmpf_cmp_si macro 1276 __GMP_DECLSPEC int mpf_cmp_si (mpf_srcptr, signed long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/or1k/ |
| gmp.h | 1258 #define mpf_cmp_si __gmpf_cmp_si macro 1259 __GMP_DECLSPEC int mpf_cmp_si (mpf_srcptr, signed long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/ |
| gmp.h | 1275 #define mpf_cmp_si __gmpf_cmp_si macro 1276 __GMP_DECLSPEC int mpf_cmp_si (mpf_srcptr, signed long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/ |
| gmp.h | 1275 #define mpf_cmp_si __gmpf_cmp_si macro 1276 __GMP_DECLSPEC int mpf_cmp_si (mpf_srcptr, signed long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
|