Home
last modified time | relevance | path

Searched refs:mpf_cmp (Results 1 – 25 of 64) sorted by relevance

123

/netbsd/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-conv.c77 if (mpf_cmp (x, y) != 0) in main()
81 if (mpf_cmp (x, y) != 0) in main()
85 if (mpf_cmp (x, y) != 0) in main()
89 if (mpf_cmp (x, y) != 0) in main()
93 if (mpf_cmp (x, y) != 0) in main()
98 if (mpf_cmp (x, y) != 0) in main()
101 if (mpf_cmp (x, y) != 0) in main()
104 if (mpf_cmp (x, y) != 0) in main()
108 if (mpf_cmp (x, y) != 0) in main()
112 if (mpf_cmp (x, y) != 0) in main()
[all …]
H A Dt-sqrt.c72 if (mpf_cmp (rerr, max_rerr) > 0) in check_rand1()
78 if (mpf_cmp (rerr, limit_rerr) > 0) in check_rand1()
153 if (! (mpf_cmp (s, x) <= 0)) in check_rand2()
166 if (! (mpf_cmp (s, x) > 0)) in check_rand2()
H A Dreuse.c141 if (mpf_cmp (res1, res2) != 0) in main()
143 if (mpf_cmp (res1, res3) != 0) in main()
168 if (mpf_cmp (res1, res2) != 0) in main()
186 if (mpf_cmp (res1, res2) != 0) in main()
H A Dt-muldiv.c107 if (mpf_cmp (rerr, limit_rerr) > 0) in main()
121 if (mpf_cmp (rerr, limit_rerr) > 0) in main()
136 if (mpf_cmp (rerr, limit_rerr) > 0) in main()
H A Dt-pow_ui.c47 if (mpf_cmp (r, r2)) in check_data()
52 if (mpf_cmp (r2, limit) >= 0) in check_data()
H A Dt-add.c78 if (mpf_cmp (rerr, max_rerr) > 0) in main()
84 if (mpf_cmp (rerr, limit_rerr) > 0) in main()
H A Dt-dm2exp.c85 if (mpf_cmp (rerr, limit_rerr) > 0) in main()
96 if (mpf_cmp (rerr, limit_rerr) > 0) in main()
H A Dt-mul_ui.c131 if (mpf_cmp (got, want) != 0) in check_various()
146 if (mpf_cmp (got, want) != 0) in check_various()
H A Dt-sub.c81 if (mpf_cmp (rerr, max_rerr) > 0) in check_rand()
87 if (mpf_cmp (rerr, limit_rerr) > 0) in check_rand()
H A Dt-get_d.c83 if (mpf_cmp (u, v) >= 0) in main()
H A Dt-trunc.c55 if (mpf_cmp (got, want) != 0) \ in check_one()
70 if (mpf_cmp (got, want) != 0) \ in check_one()
H A Dt-inp_str.c162 if (mpf_cmp (got, want) != 0) in check_data()
/netbsd/external/lgpl3/gmp/dist/demos/expr/
H A Dexprf.c67 { "<=", (mpexpr_fun_t) mpf_cmp, MPEXPR_TYPE_CMP_LE, 170 },
68 { "<", (mpexpr_fun_t) mpf_cmp, MPEXPR_TYPE_CMP_LT, 170 },
69 { ">=", (mpexpr_fun_t) mpf_cmp, MPEXPR_TYPE_CMP_GE, 170 },
70 { ">", (mpexpr_fun_t) mpf_cmp, MPEXPR_TYPE_CMP_GT, 170 },
72 { "==", (mpexpr_fun_t) mpf_cmp, MPEXPR_TYPE_CMP_EQ, 160 },
73 { "!=", (mpexpr_fun_t) mpf_cmp, MPEXPR_TYPE_CMP_NE, 160 },
88 { "cmp", (mpexpr_fun_t) mpf_cmp, MPEXPR_TYPE_I_BINARY },
92 { "max", (mpexpr_fun_t) mpf_cmp, MPEXPR_TYPE_MAX | MPEXPR_TYPE_PAIRWISE },
93 { "min", (mpexpr_fun_t) mpf_cmp, MPEXPR_TYPE_MIN | MPEXPR_TYPE_PAIRWISE },
H A DREADME380 { "!=", (mpexpr_fun_t) mpf_cmp, MPEXPR_TYPE_CMP_NE, 160 },
386 the min and max functions, and they take a function like mpf_cmp similarly.
389 { "max", (mpexpr_fun_t) mpf_cmp,
395 { ">?", (mpexpr_fun_t) mpf_cmp, MPEXPR_TYPE_MAX, 175 },
/netbsd/external/lgpl3/gmp/dist/tests/rand/
H A Dfindlc.c214 if (mpf_cmp (f_merit, low_merit) < 0) in main()
217 if (mpf_cmp (f_merit, high_merit) >= 0) in main()
H A Dgen.c399 if (mpf_cmp (f1, f_xf) >= 0 && mpf_cmp (f1, f_xt) <= 0)
H A Dspect.c107 if (mpf_cmp (res[f], res_min[f]) < 0) in main()
H A Dstatlib.c97 qsort (X, n, sizeof (__mpf_struct), mpf_cmp); in ks()
113 if (mpf_cmp (Kt, Kp) > 0) in ks()
127 if (mpf_cmp (Kt, Km) > 0) in ks()
H A Dt-rand.c217 if (mpf_cmp (f, rf) != 0) in main()
/netbsd/external/lgpl3/gmp/dist/mpf/
H A Dcmp_z.c44 return mpf_cmp (u, vf); in mpf_cmp_z()
H A Dcmp_d.c58 return mpf_cmp (f, df); in mpf_cmp_d()
H A Dcmp.c34 mpf_cmp (mpf_srcptr u, mpf_srcptr v) __GMP_NOTHROW in mpf_cmp() function
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmpf2mpfr.h53 #undef mpf_cmp
54 #define mpf_cmp mpfr_cmp macro
/netbsd/external/lgpl3/mpc/dist/tests/
H A Dcheck_data.c46 return mpf_cmp (got->mpf, expected->mpf); in check_param()
/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dmpf_compat.h166 i = mpf_cmp (y, x); in main()

123