Home
last modified time | relevance | path

Searched refs:rdpe_mul (Results 1 – 14 of 14) sorted by relevance

/dports/math/mpsolve/mpsolve-3.2.1/examples/quadratic-solver/
H A Dquadratic-newton.c118 rdpe_mul (apeps, ap, eps); in mps_quadratic_poly_dnewton()
128 rdpe_mul (drad, ax, eps); in mps_quadratic_poly_dnewton()
197 rdpe_mul (apeps, ap, eps); in mps_quadratic_poly_mnewton()
207 rdpe_mul (drad, ax, eps); in mps_quadratic_poly_mnewton()
/dports/math/mpsolve/mpsolve-3.2.1/examples/mandelbrot-solver/
H A Dmandelbrot-newton.c118 rdpe_mul (apeps, ap, eps); in mps_mandelbrot_poly_dnewton()
128 rdpe_mul (drad, ax, eps); in mps_mandelbrot_poly_dnewton()
197 rdpe_mul (apeps, ap, eps); in mps_mandelbrot_poly_mnewton()
207 rdpe_mul (drad, ax, eps); in mps_mandelbrot_poly_mnewton()
/dports/math/mpsolve/mpsolve-3.2.1/src/libmps/floating-point/
H A Dmt.c1900 rdpe_mul (e1, cdpe_Re (c), cdpe_Re (c)); in cdpe_sqr()
1901 rdpe_mul (e2, cdpe_Im (c), cdpe_Im (c)); in cdpe_sqr()
2016 rdpe_mul (e1, cdpe_Re (c1), cdpe_Re (t)); in cdpe_div()
2017 rdpe_mul (e2, cdpe_Im (c1), cdpe_Im (t)); in cdpe_div()
2019 rdpe_mul (e1, cdpe_Im (c1), cdpe_Re (t)); in cdpe_div()
2020 rdpe_mul (e2, cdpe_Re (c1), cdpe_Im (t)); in cdpe_div()
2175 rdpe_mul (e1, cdpe_Re (rc), cdpe_Re (c)); in cdpe_mul_eq()
2237 rdpe_mul (e1, cdpe_Re (c), cdpe_Re (t)); in cdpe_div_eq()
2238 rdpe_mul (e2, cdpe_Im (c), cdpe_Im (t)); in cdpe_div_eq()
2240 rdpe_mul (e1, cdpe_Im (c), cdpe_Re (t)); in cdpe_div_eq()
[all …]
/dports/math/mpsolve/mpsolve-3.2.1/src/libmps/common/
H A Duser.c138 rdpe_mul (apeps, ap, eps); in mps_dnewton_usr()
147 rdpe_mul (root->drad, ax, eps); in mps_dnewton_usr()
205 rdpe_mul (apeps, ap, eps); in mps_mnewton_usr()
215 rdpe_mul (root->drad, ax, eps); in mps_mnewton_usr()
H A Dtest.c106 rdpe_mul (temp, ap, az); in mps_inclusion()
114 rdpe_mul (apeps, ap, ep); in mps_inclusion()
H A Dstarting.c725 rdpe_mul (tmp, g, eps); in mps_dstart()
/dports/math/mpsolve/mpsolve-3.2.1/src/libmps/monomial/
H A Dnewton.c204 rdpe_mul (rtmp, ap, az); in mps_dnewton()
340 rdpe_mul (temp, ap, az); in mps_mnewton()
361 rdpe_mul (apeps, ap, ep); in mps_mnewton()
378 rdpe_mul (apeps, ap, ep); in mps_mnewton()
/dports/math/mpsolve/mpsolve-3.2.1/src/tests/
H A Dcheck_dpe.c54 rdpe_mul (c, b, a); in START_TEST()
H A Dcheck_unisolve.c139 rdpe_mul (exp_drad, rtmp, eps); in test_unisolve_on_pol_impl()
/dports/math/mpsolve/mpsolve-3.2.1/src/libmps/unisolve/
H A Dmain.c563 rdpe_mul (tmp, rdpe_mind, rdpe_maxd); in mps_check_data()
582 rdpe_mul (tmp, p->dap[i], min_coeff); in mps_check_data()
/dports/math/mpsolve/mpsolve-3.2.1/src/libmps/secular/
H A Dsecular-newton.c556 rdpe_mul (axeps, ax, epsilon); in mps_secular_mnewton()
670 rdpe_mul (rad_epsilon, epsilon, asum_on_apol); in mps_secular_mnewton()
/dports/math/mpsolve/mpsolve-3.2.1/src/libmps/matrix/
H A Dhessenberg-determinant.c246 rdpe_mul (tmp, err_b_bottom, epsilon); in mps_mhessenberg_shifted_determinant()
/dports/math/mpsolve/mpsolve-3.2.1/include/mps/
H A Dmt.h282 void rdpe_mul (rdpe_t re, const rdpe_t e1, const rdpe_t e2);
366 #define gdpe_update_abs_from_rel(g) (rdpe_mul (gdpe_Eps (g), gdpe_Rel (g), gdpe_Val (g)))
H A Dmt.h.in282 void rdpe_mul (rdpe_t re, const rdpe_t e1, const rdpe_t e2);
366 #define gdpe_update_abs_from_rel(g) (rdpe_mul (gdpe_Eps (g), gdpe_Rel (g), gdpe_Val (g)))