Home
last modified time | relevance | path

Searched refs:estimate_ctx (Results 1 – 25 of 54) sorted by relevance

123

/dports/math/e-antic/flint2-ae7ec89/flintxx/test/
H A Dt-nmod_vecxx.cpp65 tassert((a + b).estimate_ctx() == a._ctx()); in test_arithmetic()
91 nmodxx_ref ar2 = nmodxx_ref::make(a._limb(), a.estimate_ctx()); in test_references()
92 nmodxx_srcref asr2 = nmodxx_srcref::make(a._limb(), a.estimate_ctx()); in test_references()
H A Dt-nmod_matxx.cpp25 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_init()
58 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_arithmetic()
106 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_functions()
176 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_randomisation()
231 nmodxx_ctx_srcref ctx = Ap.estimate_ctx(); in test_reduction_reconstruction()
H A Dt-nmod_polyxx.cpp31 nmodxx_ctx_srcref ctx = p.estimate_ctx(); in test_init()
45 nmodxx_ctx_srcref ctx = p.estimate_ctx(); in test_manipulation()
99 nmodxx_ctx_srcref ctx = g.estimate_ctx(); in test_arithmetic()
161 nmodxx_ctx_srcref ctx = g.estimate_ctx(); in test_functions()
331 nmodxx_ctx_srcref ctx = f.estimate_ctx(); in test_transcendental_functions()
H A Dt-nmod_poly_matxx.cpp25 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_init()
66 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_arithmetic()
128 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_functions()
H A Dt-padicxx.cpp103 padicxx a(t.estimate_ctx(), prec); a = t; in fuzzy_equals()
104 padicxx b(t.estimate_ctx(), prec); b = u; in fuzzy_equals()
H A Dt-codegen.cpp582 nmod_poly_init_preinv(tmp1, p1.modulus(), p1.estimate_ctx()._nmod().ninv);
583 nmod_poly_init_preinv(tmp2, p1.modulus(), p1.estimate_ctx()._nmod().ninv);
602 nmod_poly_init_preinv(tmp1, p1.modulus(), p1.estimate_ctx()._nmod().ninv);
603 nmod_poly_init_preinv(tmp2, p1.modulus(), p1.estimate_ctx()._nmod().ninv);
604 nmod_poly_init_preinv(tmp3, p1.modulus(), p1.estimate_ctx()._nmod().ninv);
/dports/math/flint2/flint-2.8.4/flintxx/test/
H A Dt-nmod_vecxx.cpp65 tassert((a + b).estimate_ctx() == a._ctx()); in test_arithmetic()
91 nmodxx_ref ar2 = nmodxx_ref::make(a._limb(), a.estimate_ctx()); in test_references()
92 nmodxx_srcref asr2 = nmodxx_srcref::make(a._limb(), a.estimate_ctx()); in test_references()
H A Dt-nmod_matxx.cpp25 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_init()
58 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_arithmetic()
106 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_functions()
176 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_randomisation()
231 nmodxx_ctx_srcref ctx = Ap.estimate_ctx(); in test_reduction_reconstruction()
H A Dt-nmod_polyxx.cpp31 nmodxx_ctx_srcref ctx = p.estimate_ctx(); in test_init()
45 nmodxx_ctx_srcref ctx = p.estimate_ctx(); in test_manipulation()
99 nmodxx_ctx_srcref ctx = g.estimate_ctx(); in test_arithmetic()
161 nmodxx_ctx_srcref ctx = g.estimate_ctx(); in test_functions()
331 nmodxx_ctx_srcref ctx = f.estimate_ctx(); in test_transcendental_functions()
H A Dt-nmod_poly_matxx.cpp25 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_init()
66 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_arithmetic()
128 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_functions()
H A Dt-padicxx.cpp103 padicxx a(t.estimate_ctx(), prec); a = t; in fuzzy_equals()
104 padicxx b(t.estimate_ctx(), prec); b = u; in fuzzy_equals()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/flintxx/test/
H A Dt-nmod_vecxx.cpp65 tassert((a + b).estimate_ctx() == a._ctx()); in test_arithmetic()
91 nmodxx_ref ar2 = nmodxx_ref::make(a._limb(), a.estimate_ctx()); in test_references()
92 nmodxx_srcref asr2 = nmodxx_srcref::make(a._limb(), a.estimate_ctx()); in test_references()
H A Dt-nmod_matxx.cpp25 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_init()
58 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_arithmetic()
106 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_functions()
176 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_randomisation()
231 nmodxx_ctx_srcref ctx = Ap.estimate_ctx(); in test_reduction_reconstruction()
H A Dt-nmod_polyxx.cpp31 nmodxx_ctx_srcref ctx = p.estimate_ctx(); in test_init()
45 nmodxx_ctx_srcref ctx = p.estimate_ctx(); in test_manipulation()
99 nmodxx_ctx_srcref ctx = g.estimate_ctx(); in test_arithmetic()
161 nmodxx_ctx_srcref ctx = g.estimate_ctx(); in test_functions()
331 nmodxx_ctx_srcref ctx = f.estimate_ctx(); in test_transcendental_functions()
H A Dt-nmod_poly_matxx.cpp25 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_init()
66 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_arithmetic()
128 nmodxx_ctx_srcref ctx = A.estimate_ctx(); in test_functions()
H A Dt-padicxx.cpp103 padicxx a(t.estimate_ctx(), prec); a = t; in fuzzy_equals()
104 padicxx b(t.estimate_ctx(), prec); b = u; in fuzzy_equals()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/
H A Dnmod_vecxx.h118 nmodxx_ctx_srcref estimate_ctx() const;
122 return evaluated_t(estimate_ctx()); in create_temporary()
208 : ctx(r.estimate_ctx()), inner(r._limb()) {}
256 nmodxx_expression<Operation, Data>::estimate_ctx() const
H A Dnmod_matxx.h68 nmodxx_ctx_srcref estimate_ctx() const in estimate_ctx() function
72 mp_limb_t modulus() const {return estimate_ctx().n();} in modulus()
236 m.estimate_ctx());
241 m.estimate_ctx());
H A Dqadicxx.h191 const qadicxx_ctx& estimate_ctx() const in estimate_ctx() function
200 return evaluated_t(estimate_ctx(), prec()); in create_temporary()
335 padicxx res(from.estimate_ctx().pctx(), from.prec());
/dports/math/e-antic/flint2-ae7ec89/
H A Dnmod_vecxx.h118 nmodxx_ctx_srcref estimate_ctx() const;
122 return evaluated_t(estimate_ctx()); in create_temporary()
208 : ctx(r.estimate_ctx()), inner(r._limb()) {}
256 nmodxx_expression<Operation, Data>::estimate_ctx() const
H A Dnmod_matxx.h68 nmodxx_ctx_srcref estimate_ctx() const in estimate_ctx() function
72 mp_limb_t modulus() const {return estimate_ctx().n();} in modulus()
236 m.estimate_ctx());
241 m.estimate_ctx());
H A Dqadicxx.h191 const qadicxx_ctx& estimate_ctx() const in estimate_ctx() function
200 return evaluated_t(estimate_ctx(), prec()); in create_temporary()
335 padicxx res(from.estimate_ctx().pctx(), from.prec());
/dports/math/flint2/flint-2.8.4/
H A Dnmod_vecxx.h118 nmodxx_ctx_srcref estimate_ctx() const;
122 return evaluated_t(estimate_ctx()); in create_temporary()
208 : ctx(r.estimate_ctx()), inner(r._limb()) {}
256 nmodxx_expression<Operation, Data>::estimate_ctx() const
H A Dnmod_matxx.h68 nmodxx_ctx_srcref estimate_ctx() const in estimate_ctx() function
72 mp_limb_t modulus() const {return estimate_ctx().n();} in modulus()
236 m.estimate_ctx());
241 m.estimate_ctx());
H A Dqadicxx.h191 const qadicxx_ctx& estimate_ctx() const in estimate_ctx() function
200 return evaluated_t(estimate_ctx(), prec()); in create_temporary()
335 padicxx res(from.estimate_ctx().pctx(), from.prec());

123