HomeSort by: relevance | last modified time | path
    Searched refs:mpf_fits_uint_p (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/lgpl3/gmp/dist/mpf/
fits_uint.c 0 /* mpf_fits_uint_p -- test whether an mpf fits an unsigned int.
32 #define FUNCTION mpf_fits_uint_p
  /src/external/lgpl3/gmp/dist/tests/mpf/
t-fits.c 61 EXPECT (mpf_fits_uint_p, 1);
70 EXPECT (mpf_fits_uint_p, 1);
79 EXPECT (mpf_fits_uint_p, 0);
89 EXPECT (mpf_fits_uint_p, 1);
96 EXPECT (mpf_fits_uint_p, 1);
108 EXPECT (mpf_fits_uint_p, 1);
114 EXPECT (mpf_fits_uint_p, 1);
119 EXPECT (mpf_fits_uint_p, 0);
242 EXPECT (mpf_fits_uint_p, 1);
251 EXPECT (mpf_fits_uint_p, 1)
    [all...]
t-sub.c 230 if (mpf_fits_uint_p (x))
252 if (mpf_fits_uint_p (x))
  /src/external/lgpl3/mpfr/dist/tests/
mpf_compat.h 210 i = mpf_fits_uint_p (x);
236 MPFR_ASSERTN(mpf_fits_uint_p (x) == 0);
  /src/external/lgpl3/mpfr/dist/src/
mpf2mpfr.h 112 #undef mpf_fits_uint_p macro
113 #define mpf_fits_uint_p(x) mpfr_fits_uint_p(x,MPFR_DEFAULT_RND) macro
  /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h 1305 #define mpf_fits_uint_p __gmpf_fits_uint_p macro
1306 __GMP_DECLSPEC int mpf_fits_uint_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h 1305 #define mpf_fits_uint_p __gmpf_fits_uint_p macro
1306 __GMP_DECLSPEC int mpf_fits_uint_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h 1305 #define mpf_fits_uint_p __gmpf_fits_uint_p macro
1306 __GMP_DECLSPEC int mpf_fits_uint_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h 1305 #define mpf_fits_uint_p __gmpf_fits_uint_p macro
1306 __GMP_DECLSPEC int mpf_fits_uint_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
gmp.h 1288 #define mpf_fits_uint_p __gmpf_fits_uint_p macro
1289 __GMP_DECLSPEC int mpf_fits_uint_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h 1305 #define mpf_fits_uint_p __gmpf_fits_uint_p macro
1306 __GMP_DECLSPEC int mpf_fits_uint_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp.h 1305 #define mpf_fits_uint_p __gmpf_fits_uint_p macro
1306 __GMP_DECLSPEC int mpf_fits_uint_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
gmp.h 1305 #define mpf_fits_uint_p __gmpf_fits_uint_p macro
1306 __GMP_DECLSPEC int mpf_fits_uint_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
gmp.h 1305 #define mpf_fits_uint_p __gmpf_fits_uint_p macro
1306 __GMP_DECLSPEC int mpf_fits_uint_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
gmp.h 1305 #define mpf_fits_uint_p __gmpf_fits_uint_p macro
1306 __GMP_DECLSPEC int mpf_fits_uint_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
gmp.h 1305 #define mpf_fits_uint_p __gmpf_fits_uint_p macro
1306 __GMP_DECLSPEC int mpf_fits_uint_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
gmp.h 1305 #define mpf_fits_uint_p __gmpf_fits_uint_p macro
1306 __GMP_DECLSPEC int mpf_fits_uint_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
gmp.h 1305 #define mpf_fits_uint_p __gmpf_fits_uint_p macro
1306 __GMP_DECLSPEC int mpf_fits_uint_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
gmp.h 1305 #define mpf_fits_uint_p __gmpf_fits_uint_p macro
1306 __GMP_DECLSPEC int mpf_fits_uint_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
gmp.h 1305 #define mpf_fits_uint_p __gmpf_fits_uint_p macro
1306 __GMP_DECLSPEC int mpf_fits_uint_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
gmp.h 1305 #define mpf_fits_uint_p __gmpf_fits_uint_p macro
1306 __GMP_DECLSPEC int mpf_fits_uint_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/or1k/
gmp.h 1288 #define mpf_fits_uint_p __gmpf_fits_uint_p macro
1289 __GMP_DECLSPEC int mpf_fits_uint_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
gmp.h 1305 #define mpf_fits_uint_p __gmpf_fits_uint_p macro
1306 __GMP_DECLSPEC int mpf_fits_uint_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
gmp.h 1305 #define mpf_fits_uint_p __gmpf_fits_uint_p macro
1306 __GMP_DECLSPEC int mpf_fits_uint_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
gmp.h 1305 #define mpf_fits_uint_p __gmpf_fits_uint_p macro
1306 __GMP_DECLSPEC int mpf_fits_uint_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;

Completed in 71 milliseconds

1 2