Home
last modified time | relevance | path

Searched refs:nmodxx_ctx_srcref (Results 1 – 25 of 38) sorted by relevance

12

/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/
H A Dnmod_vecxx.h52 class nmodxx_ctx_srcref
63 static nmodxx_ctx_srcref make(const nmod_t& nm) in make()
64 {return nmodxx_ctx_srcref(nm);} in make()
118 nmodxx_ctx_srcref estimate_ctx() const;
150 nmodxx_ctx_srcref ctx;
173 nmodxx_ctx_srcref ctx;
190 nmodxx_ctx_srcref ctx;
198 nmodxx_data(mp_limb_t n, nmodxx_ctx_srcref c)
248 nmodxx_ctx_srcref find_nmodxx_ctx(const Expr& e)
255 inline nmodxx_ctx_srcref
[all …]
H A Dnmod_polyxx.h131 bit_unpack(const Fmpz& a, flint_bitcnt_t bits, nmodxx_ctx_srcref modulus) in FLINT_DEFINE_BINOP()
170 nmodxx_ctx_srcref _ctx() const in FLINT_DEFINE_BINOP()
171 {return nmodxx_ctx_srcref::make(_poly()->mod);} in FLINT_DEFINE_BINOP()
198 nmodxx_ctx_srcref estimate_ctx() const; in FLINT_DEFINE_BINOP()
333 nmod_poly_data(nmodxx_ctx_srcref c) in nmod_poly_data()
338 nmod_poly_data(nmodxx_ctx_srcref c, slong alloc) in nmod_poly_data()
374 static nmod_poly_data from_ground(mp_limb_t x, nmodxx_ctx_srcref c) in from_ground()
383 static nmod_poly_data reduce(const Fmpz_poly& p, nmodxx_ctx_srcref c,
400 static nmod_poly_data reduce_(const Fmpq_poly& p, nmodxx_ctx_srcref c,
410 static nmod_poly_data reduce(const Fmpq_poly& p, nmodxx_ctx_srcref c,
[all …]
H A Dnmod_poly_matxx.h50 nmodxx_ctx_srcref _ctx() const in FLINTXX_DEFINE_CTORS()
52 return nmodxx_ctx_srcref::make(nmod_poly_mat_entry(_mat(), 0, 0)->mod); in FLINTXX_DEFINE_CTORS()
56 nmodxx_ctx_srcref estimate_ctx() const in estimate_ctx()
H A Dnmod_matxx.h64 nmodxx_ctx_srcref _ctx() const in FLINTXX_DEFINE_CTORS()
65 {return nmodxx_ctx_srcref::make(_mat()->mod);} in FLINTXX_DEFINE_CTORS()
68 nmodxx_ctx_srcref estimate_ctx() const in estimate_ctx()
/dports/math/e-antic/flint2-ae7ec89/
H A Dnmod_vecxx.h52 class nmodxx_ctx_srcref
63 static nmodxx_ctx_srcref make(const nmod_t& nm) in make()
64 {return nmodxx_ctx_srcref(nm);} in make()
118 nmodxx_ctx_srcref estimate_ctx() const;
150 nmodxx_ctx_srcref ctx;
173 nmodxx_ctx_srcref ctx;
190 nmodxx_ctx_srcref ctx;
198 nmodxx_data(mp_limb_t n, nmodxx_ctx_srcref c)
248 nmodxx_ctx_srcref find_nmodxx_ctx(const Expr& e)
255 inline nmodxx_ctx_srcref
[all …]
H A Dnmod_polyxx.h131 bit_unpack(const Fmpz& a, flint_bitcnt_t bits, nmodxx_ctx_srcref modulus) in FLINT_DEFINE_BINOP()
170 nmodxx_ctx_srcref _ctx() const in FLINT_DEFINE_BINOP()
171 {return nmodxx_ctx_srcref::make(_poly()->mod);} in FLINT_DEFINE_BINOP()
198 nmodxx_ctx_srcref estimate_ctx() const; in FLINT_DEFINE_BINOP()
333 nmod_poly_data(nmodxx_ctx_srcref c) in nmod_poly_data()
338 nmod_poly_data(nmodxx_ctx_srcref c, slong alloc) in nmod_poly_data()
374 static nmod_poly_data from_ground(mp_limb_t x, nmodxx_ctx_srcref c) in from_ground()
383 static nmod_poly_data reduce(const Fmpz_poly& p, nmodxx_ctx_srcref c,
400 static nmod_poly_data reduce_(const Fmpq_poly& p, nmodxx_ctx_srcref c,
410 static nmod_poly_data reduce(const Fmpq_poly& p, nmodxx_ctx_srcref c,
[all …]
H A Dnmod_poly_matxx.h50 nmodxx_ctx_srcref _ctx() const in FLINTXX_DEFINE_CTORS()
52 return nmodxx_ctx_srcref::make(nmod_poly_mat_entry(_mat(), 0, 0)->mod); in FLINTXX_DEFINE_CTORS()
56 nmodxx_ctx_srcref estimate_ctx() const in estimate_ctx()
H A Dnmod_matxx.h64 nmodxx_ctx_srcref _ctx() const in FLINTXX_DEFINE_CTORS()
65 {return nmodxx_ctx_srcref::make(_mat()->mod);} in FLINTXX_DEFINE_CTORS()
68 nmodxx_ctx_srcref estimate_ctx() const in estimate_ctx()
H A Darithxx.h189 template<class T> struct nmod : mp::or_<mp::equal_types<T, nmodxx_ctx_srcref>,
203 static nmodxx_ctx_srcref get(const T& e) {return eval;} \
/dports/math/flint2/flint-2.8.4/
H A Dnmod_vecxx.h52 class nmodxx_ctx_srcref
63 static nmodxx_ctx_srcref make(const nmod_t& nm) in make()
64 {return nmodxx_ctx_srcref(nm);} in make()
118 nmodxx_ctx_srcref estimate_ctx() const;
150 nmodxx_ctx_srcref ctx;
173 nmodxx_ctx_srcref ctx;
190 nmodxx_ctx_srcref ctx;
198 nmodxx_data(mp_limb_t n, nmodxx_ctx_srcref c)
248 nmodxx_ctx_srcref find_nmodxx_ctx(const Expr& e)
255 inline nmodxx_ctx_srcref
[all …]
H A Dnmod_polyxx.h131 bit_unpack(const Fmpz& a, flint_bitcnt_t bits, nmodxx_ctx_srcref modulus) in FLINT_DEFINE_BINOP()
170 nmodxx_ctx_srcref _ctx() const in FLINT_DEFINE_BINOP()
171 {return nmodxx_ctx_srcref::make(_poly()->mod);} in FLINT_DEFINE_BINOP()
198 nmodxx_ctx_srcref estimate_ctx() const; in FLINT_DEFINE_BINOP()
333 nmod_poly_data(nmodxx_ctx_srcref c) in nmod_poly_data()
338 nmod_poly_data(nmodxx_ctx_srcref c, slong alloc) in nmod_poly_data()
374 static nmod_poly_data from_ground(mp_limb_t x, nmodxx_ctx_srcref c) in from_ground()
383 static nmod_poly_data reduce(const Fmpz_poly& p, nmodxx_ctx_srcref c,
400 static nmod_poly_data reduce_(const Fmpq_poly& p, nmodxx_ctx_srcref c,
410 static nmod_poly_data reduce(const Fmpq_poly& p, nmodxx_ctx_srcref c,
[all …]
H A Dnmod_poly_matxx.h50 nmodxx_ctx_srcref _ctx() const in FLINTXX_DEFINE_CTORS()
52 return nmodxx_ctx_srcref::make(nmod_poly_mat_entry(_mat(), 0, 0)->mod); in FLINTXX_DEFINE_CTORS()
56 nmodxx_ctx_srcref estimate_ctx() const in estimate_ctx()
H A Dnmod_matxx.h64 nmodxx_ctx_srcref _ctx() const in FLINTXX_DEFINE_CTORS()
65 {return nmodxx_ctx_srcref::make(_mat()->mod);} in FLINTXX_DEFINE_CTORS()
68 nmodxx_ctx_srcref estimate_ctx() const in estimate_ctx()
/dports/math/e-antic/flint2-ae7ec89/flintxx/test/
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-nmod_vecxx.cpp20 bool test_conv(nmodxx_ctx_srcref) {return true;} in test_conv() argument
/dports/math/flint2/flint-2.8.4/flintxx/test/
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-nmod_vecxx.cpp20 bool test_conv(nmodxx_ctx_srcref) {return true;} in test_conv() argument
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/flintxx/test/
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-nmod_vecxx.cpp20 bool test_conv(nmodxx_ctx_srcref) {return true;} in test_conv() argument

12