Home
last modified time | relevance | path

Searched refs:mpf_eq (Results 1 – 25 of 85) sorted by relevance

1234

/dports/math/mpir/mpir-3.0.0/tests/mpf/
H A Dt-eq.c40 for(i=0;i<=6;i++)if(!mpf_eq(x,y,i)){printf("mpf error\n");abort();} in main()
41 for(i=7;i<123;i++)if(mpf_eq(x,y,i)){printf("mpf error\n");abort();} in main()
44 for(i=0;i<=8;i++)if(!mpf_eq(x,y,i)){printf("mpf error\n");abort();} in main()
45 for(i=9;i<123;i++)if(mpf_eq(x,y,i)){printf("mpf error\n");abort();} in main()
/dports/math/gmp/gmp-6.2.1/tests/mpf/
H A Dt-eq.c83 got = mpf_eq (x, y, data[i].bits); in check_data()
84 got_swapped = mpf_eq (y, x, data[i].bits); in check_data()
145 if (mpf_eq (a, b, lshift1 + hibits) == 0 || in check_random()
146 mpf_eq (b, a, lshift1 + hibits) == 0) in check_random()
151 if (mpf_eq (a, b, lshift1 + hibits + xtra) != 0 || in check_random()
152 mpf_eq (b, a, lshift1 + hibits + xtra) != 0) in check_random()
H A Dt-set.c77 if (!mpf_eq (a, b, precbits)) in check_random()
86 if (!mpf_eq (a, b, precbits)) in check_random()
/dports/math/gap/gap-4.11.0/extern/gmp/tests/mpf/
H A Dt-eq.c84 got = mpf_eq (x, y, data[i].bits); in check_data()
85 got_swapped = mpf_eq (y, x, data[i].bits); in check_data()
146 if (mpf_eq (a, b, lshift1 + hibits) == 0 || in check_random()
147 mpf_eq (b, a, lshift1 + hibits) == 0) in check_random()
152 if (mpf_eq (a, b, lshift1 + hibits + xtra) != 0 || in check_random()
153 mpf_eq (b, a, lshift1 + hibits + xtra) != 0) in check_random()
H A Dt-set.c78 if (!mpf_eq (a, b, precbits)) in check_random()
87 if (!mpf_eq (a, b, precbits)) in check_random()
/dports/math/mingw32-libgmp/gmp-6.0.0/tests/mpf/
H A Dt-eq.c84 got = mpf_eq (x, y, data[i].bits); in check_data()
85 got_swapped = mpf_eq (y, x, data[i].bits); in check_data()
146 if (mpf_eq (a, b, lshift1 + hibits) == 0 || in check_random()
147 mpf_eq (b, a, lshift1 + hibits) == 0) in check_random()
152 if (mpf_eq (a, b, lshift1 + hibits + xtra) != 0 || in check_random()
153 mpf_eq (b, a, lshift1 + hibits + xtra) != 0) in check_random()
H A Dt-set.c78 if (!mpf_eq (a, b, precbits)) in check_random()
87 if (!mpf_eq (a, b, precbits)) in check_random()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/tests/mpf/
H A Dt-eq.c83 got = mpf_eq (x, y, data[i].bits); in check_data()
84 got_swapped = mpf_eq (y, x, data[i].bits); in check_data()
145 if (mpf_eq (a, b, lshift1 + hibits) == 0 || in check_random()
146 mpf_eq (b, a, lshift1 + hibits) == 0) in check_random()
151 if (mpf_eq (a, b, lshift1 + hibits + xtra) != 0 || in check_random()
152 mpf_eq (b, a, lshift1 + hibits + xtra) != 0) in check_random()
H A Dt-set.c77 if (!mpf_eq (a, b, precbits)) in check_random()
86 if (!mpf_eq (a, b, precbits)) in check_random()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/mpf_vec/
H A Dapprox_equal.c25 if (mpf_eq(vec1 + i, vec2 + i, bits) == 0) in _mpf_vec_approx_equal()
/dports/math/e-antic/flint2-ae7ec89/mpf_vec/
H A Dapprox_equal.c25 if (mpf_eq(vec1 + i, vec2 + i, bits) == 0) in _mpf_vec_approx_equal()
/dports/math/flint2/flint-2.8.4/mpf_vec/
H A Dapprox_equal.c25 if (mpf_eq(vec1 + i, vec2 + i, bits) == 0) in _mpf_vec_approx_equal()
/dports/math/mpir/mpir-3.0.0/mpf/
H A Deq.c29 mpf_eq (mpf_srcptr u, mpf_srcptr v, mp_bitcnt_t n_bits) in mpf_eq() function
/dports/math/gmp/gmp-6.2.1/mpf/
H A Deq.c36 mpf_eq (mpf_srcptr u, mpf_srcptr v, mp_bitcnt_t n_bits) in mpf_eq() function
/dports/math/gap/gap-4.11.0/extern/gmp/mpf/
H A Deq.c37 mpf_eq (mpf_srcptr u, mpf_srcptr v, mp_bitcnt_t n_bits) in mpf_eq() function
/dports/math/mingw32-libgmp/gmp-6.0.0/mpf/
H A Deq.c37 mpf_eq (mpf_srcptr u, mpf_srcptr v, mp_bitcnt_t n_bits) in mpf_eq() function
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpf/
H A Deq.c36 mpf_eq (mpf_srcptr u, mpf_srcptr v, mp_bitcnt_t n_bits) in mpf_eq() function
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Dmpf2mpfr.h66 #undef mpf_eq
67 #define mpf_eq mpfr_eq macro
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/deps/MPFR/mpfr/include/
H A Dmpf2mpfr.h55 #undef mpf_eq
56 #define mpf_eq mpfr_eq macro
/dports/math/gmp/gmp-6.2.1/demos/expr/
H A Dexprf.c89 { "eq", (mpexpr_fun_t) mpf_eq, MPEXPR_TYPE_I_TERNARY_UI },
/dports/math/gap/gap-4.11.0/extern/gmp/demos/expr/
H A Dexprf.c89 { "eq", (mpexpr_fun_t) mpf_eq, MPEXPR_TYPE_I_TERNARY_UI },
/dports/math/mingw32-libgmp/gmp-6.0.0/demos/expr/
H A Dexprf.c89 { "eq", (mpexpr_fun_t) mpf_eq, MPEXPR_TYPE_I_TERNARY_UI },
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/demos/expr/
H A Dexprf.c89 { "eq", (mpexpr_fun_t) mpf_eq, MPEXPR_TYPE_I_TERNARY_UI },
/dports/math/gmp/gmp-6.2.1/tests/cxx/
H A Dt-prec.cc39 ASSERT_ALWAYS(mpf_eq(_a, _c, prec)); \
/dports/math/gap/gap-4.11.0/extern/gmp/tests/cxx/
H A Dt-prec.cc40 ASSERT_ALWAYS(mpf_eq(_a, _c, prec)); \

1234