Searched refs:mpf_eq (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/perl/GMP/
H A DMpf.pm29 ceil floor get_default_prec get_prec mpf mpf_eq
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-eq.c1 /* Test mpf_eq.
86 if (mpf_eq (a, b, lshift1 + hibits) == 0)
91 if (mpf_eq (a, b, lshift1 + hibits + xtra) != 0)
121 printf ("want %d got %d from mpf_eq\n", want, 1-want);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpf/
H A Deq.c0 /* mpf_eq -- Compare two floats up to a specified bit #.
26 mpf_eq (mpf_srcptr u, mpf_srcptr v, mp_bitcnt_t n_bits) function
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/expr/
H A Dexprf.c78 { "eq", (mpexpr_fun_t) mpf_eq, MPEXPR_TYPE_I_TERNARY_UI },
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-prec.cc40 ASSERT_ALWAYS(mpf_eq(_a, _c, prec)); \
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dmpf2mpfr.h55 #undef mpf_eq macro
56 #define mpf_eq mpfr_eq macro
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dmpf_compat.h165 i = mpf_eq (y, x, 17);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/perl/
H A DGMP.pm317 ceil, floor, get_default_prec, get_prec, mpf_eq, set_default_prec, set_prec,
322 C<mpf_eq> is so named to avoid clashing with the perl C<eq> operator.
H A Dtest.pl1676 # GMP::Mpf::mpf_eq
1681 ok ( mpf_eq (mpz("0x10000000000000001"), mpz("0x10000000000000002"), 1));
1682 ok (! mpf_eq (mpz("0x11"), mpz("0x12"), 128));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h1331 #define mpf_eq __gmpf_eq macro
1332 __GMP_DECLSPEC int mpf_eq __GMP_PROTO ((mpf_srcptr, mpf_srcptr, mp_bitcnt_t)) __GMP_ATTRIBUTE_PURE;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h1331 #define mpf_eq __gmpf_eq macro
1332 __GMP_DECLSPEC int mpf_eq __GMP_PROTO ((mpf_srcptr, mpf_srcptr, mp_bitcnt_t)) __GMP_ATTRIBUTE_PURE;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1331 #define mpf_eq __gmpf_eq macro
1332 __GMP_DECLSPEC int mpf_eq __GMP_PROTO ((mpf_srcptr, mpf_srcptr, mp_bitcnt_t)) __GMP_ATTRIBUTE_PURE;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h1331 #define mpf_eq __gmpf_eq macro
1332 __GMP_DECLSPEC int mpf_eq __GMP_PROTO ((mpf_srcptr, mpf_srcptr, mp_bitcnt_t)) __GMP_ATTRIBUTE_PURE;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h1331 #define mpf_eq __gmpf_eq macro
1332 __GMP_DECLSPEC int mpf_eq __GMP_PROTO ((mpf_srcptr, mpf_srcptr, mp_bitcnt_t)) __GMP_ATTRIBUTE_PURE;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h1331 #define mpf_eq __gmpf_eq macro
1332 __GMP_DECLSPEC int mpf_eq __GMP_PROTO ((mpf_srcptr, mpf_srcptr, mp_bitcnt_t)) __GMP_ATTRIBUTE_PURE;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h1331 #define mpf_eq __gmpf_eq macro
1332 __GMP_DECLSPEC int mpf_eq __GMP_PROTO ((mpf_srcptr, mpf_srcptr, mp_bitcnt_t)) __GMP_ATTRIBUTE_PURE;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1337 #define mpf_eq __gmpf_eq macro
1338 __GMP_DECLSPEC int mpf_eq __GMP_PROTO ((mpf_srcptr, mpf_srcptr, mp_bitcnt_t)) __GMP_ATTRIBUTE_PURE;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1337 #define mpf_eq __gmpf_eq macro
1338 __GMP_DECLSPEC int mpf_eq __GMP_PROTO ((mpf_srcptr, mpf_srcptr, mp_bitcnt_t)) __GMP_ATTRIBUTE_PURE;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1331 #define mpf_eq __gmpf_eq macro
1332 __GMP_DECLSPEC int mpf_eq __GMP_PROTO ((mpf_srcptr, mpf_srcptr, mp_bitcnt_t)) __GMP_ATTRIBUTE_PURE;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h1331 #define mpf_eq __gmpf_eq macro
1332 __GMP_DECLSPEC int mpf_eq __GMP_PROTO ((mpf_srcptr, mpf_srcptr, mp_bitcnt_t)) __GMP_ATTRIBUTE_PURE;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h1331 #define mpf_eq __gmpf_eq macro
1332 __GMP_DECLSPEC int mpf_eq __GMP_PROTO ((mpf_srcptr, mpf_srcptr, mp_bitcnt_t)) __GMP_ATTRIBUTE_PURE;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h1331 #define mpf_eq __gmpf_eq macro
1332 __GMP_DECLSPEC int mpf_eq __GMP_PROTO ((mpf_srcptr, mpf_srcptr, mp_bitcnt_t)) __GMP_ATTRIBUTE_PURE;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h1331 #define mpf_eq __gmpf_eq macro
1332 __GMP_DECLSPEC int mpf_eq __GMP_PROTO ((mpf_srcptr, mpf_srcptr, mp_bitcnt_t)) __GMP_ATTRIBUTE_PURE;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1331 #define mpf_eq __gmpf_eq macro
1332 __GMP_DECLSPEC int mpf_eq __GMP_PROTO ((mpf_srcptr, mpf_srcptr, mp_bitcnt_t)) __GMP_ATTRIBUTE_PURE;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h1331 #define mpf_eq __gmpf_eq macro
1332 __GMP_DECLSPEC int mpf_eq __GMP_PROTO ((mpf_srcptr, mpf_srcptr, mp_bitcnt_t)) __GMP_ATTRIBUTE_PURE;

Completed in 595 milliseconds

12