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

1 2

  /src/external/lgpl3/gmp/dist/mpf/
fits_sshort.c 0 /* mpf_fits_sshort_p -- test whether an mpf fits a short.
32 #define FUNCTION mpf_fits_sshort_p
  /src/external/lgpl3/gmp/dist/tests/mpf/
t-fits.c 65 EXPECT (mpf_fits_sshort_p, 1);
74 EXPECT (mpf_fits_sshort_p, 1);
83 EXPECT (mpf_fits_sshort_p, 1);
141 EXPECT (mpf_fits_sshort_p, 1);
148 EXPECT (mpf_fits_sshort_p, 1);
153 EXPECT (mpf_fits_sshort_p, 0);
192 EXPECT (mpf_fits_sshort_p, 1);
199 EXPECT (mpf_fits_sshort_p, 1);
204 EXPECT (mpf_fits_sshort_p, 0);
246 EXPECT (mpf_fits_sshort_p, 1)
    [all...]
  /src/external/lgpl3/mpfr/dist/tests/
mpf_compat.h 213 i = mpf_fits_sshort_p (x);
239 MPFR_ASSERTN(mpf_fits_sshort_p (x) != 0);
  /src/external/lgpl3/mpfr/dist/src/
mpf2mpfr.h 114 #undef mpf_fits_sshort_p macro
115 #define mpf_fits_sshort_p(x) mpfr_fits_sshort_p(x,MPFR_DEFAULT_RND) macro
  /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h 1302 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1303 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h 1302 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1303 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h 1302 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1303 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h 1302 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1303 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
gmp.h 1285 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1286 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h 1302 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1303 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp.h 1302 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1303 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
gmp.h 1302 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1303 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
gmp.h 1302 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1303 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
gmp.h 1302 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1303 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
gmp.h 1302 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1303 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
gmp.h 1302 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1303 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
gmp.h 1302 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1303 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
gmp.h 1302 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1303 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
gmp.h 1302 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1303 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
gmp.h 1302 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1303 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/or1k/
gmp.h 1285 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1286 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
gmp.h 1302 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1303 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
gmp.h 1302 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1303 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
gmp.h 1302 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1303 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
gmp.h 1302 #define mpf_fits_sshort_p __gmpf_fits_sshort_p macro
1303 __GMP_DECLSPEC int mpf_fits_sshort_p (mpf_srcptr) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;

Completed in 73 milliseconds

1 2