Home
last modified time | relevance | path

Searched refs:LLL_DEFAULT (Results 1 – 15 of 15) sorted by relevance

/dports/math/fplll/fplll-5.4.1/tests/
H A Dtest_lll.cpp62 int test_lll(ZZ_mat<ZT> &A, LLLMethod method, FloatType float_type, int flags = LLL_DEFAULT, in test_lll()
118 int flags = LLL_DEFAULT, int prec = 0) in test_filename()
142 int flags = LLL_DEFAULT, int prec = 0) in test_int_rel()
155 LLL_DEFAULT, 128); in main()
169 LLL_DEFAULT | LLL_EARLY_RED); in main()
171 LLL_DEFAULT | LLL_EARLY_RED); in main()
H A Dtest_hlll.cpp65 int test_hlll(ZZ_mat<ZT> &A, LLLMethod method, FloatType float_type, int flags = LLL_DEFAULT) in test_hlll()
123 int flags = LLL_DEFAULT) in test_filename()
146 int flags = LLL_DEFAULT) in test_int_rel()
H A Dtest_svp.cpp51 lll_reduction(A, u, LLL_DEF_DELTA, LLL_DEF_ETA, LM_WRAPPER, FT_DEFAULT, 0, LLL_DEFAULT); in test_svp()
162 lll_reduction(A, u, LLL_DEF_DELTA, LLL_DEF_ETA, LM_WRAPPER, FT_DEFAULT, 0, LLL_DEFAULT); in test_dual_svp()
215 lll_reduction(A, u, LLL_DEF_DELTA, LLL_DEF_ETA, LM_WRAPPER, FT_DEFAULT, 0, LLL_DEFAULT); in test_dsvp_reduce()
224 LLLReduction<Z_NR<mpz_t>, FP_NR<mpfr_t>> lll_obj(gso, LLL_DEF_DELTA, LLL_DEF_ETA, LLL_DEFAULT); in test_dsvp_reduce()
H A Dtest_cvp.cpp43 lll_reduction(A, u, LLL_DEF_DELTA, LLL_DEF_ETA, LM_WRAPPER, FT_DEFAULT, 0, LLL_DEFAULT); in test_cvp()
H A Dtest_bkz_gram.cpp93 Wrapper wrapper(A, U, UT, LLL_DEF_DELTA, LLL_DEF_ETA, LLL_DEFAULT); in test_bkz()
H A Dtest_pruner.cpp318 LLLReduction<Z_NR<mpz_t>, FP_NR<double>>(M, LLL_DEF_DELTA, LLL_DEF_ETA, LLL_DEFAULT); in test_auto_prune()
/dports/math/fplll/fplll-5.4.1/fplll/
H A Dwrapper.h117 int precision = 0, int flags = LLL_DEFAULT); \
121 FloatType floatType = FT_DEFAULT, int precision = 0, int flags = LLL_DEFAULT); \
125 FloatType floatType = FT_DEFAULT, int precision = 0, int flags = LLL_DEFAULT);
147 int precision = 0, int flags = LLL_DEFAULT, bool nolll = false); \
152 int flags = LLL_DEFAULT, bool nolll = false); \
157 int flags = LLL_DEFAULT, bool nolll = false);
H A Ddefs.h227 LLL_DEFAULT = 0 enumerator
H A Dbkz.cpp831 LLLReduction<Z_NR<long>, FT> lll_obj(m_gso, lll_delta, LLL_DEF_ETA, LLL_DEFAULT); in bkz_reduction_f()
843 LLLReduction<Z_NR<mpz_t>, FT> lll_obj(m_gso, lll_delta, LLL_DEF_ETA, LLL_DEFAULT); in bkz_reduction_f()
875 Wrapper wrapper(*B, u, u_inv, lll_delta, LLL_DEF_ETA, LLL_DEFAULT); in bkz_reduction()
H A Dmain.cpp252 int flagsLLL = LLL_DEFAULT | (o.verbose ? LLL_VERBOSE : 0); in svpcvp()
/dports/math/py-fpylll/fpylll-0.5.6/src/fpylll/fplll/
H A Dwrapper.pyx8 from .fplll cimport LLL_DEF_ETA, LLL_DEF_DELTA, LLL_DEFAULT
14 …(self, IntegerMatrix B, double delta=LLL_DEF_DELTA, double eta=LLL_DEF_ETA, int flags=LLL_DEFAULT):
H A Dlll.pyx14 from .fplll cimport LLL_DEFAULT
50 int flags=LLL_DEFAULT):
553 int precision=0, int flags=LLL_DEFAULT):
696 DEFAULT = LLL_DEFAULT
H A Dfplll.pxd184 LLL_DEFAULT
/dports/math/gap/gap-4.11.0/pkg/float-0.9.1/src/
H A Dfplll.C127 int flags = LLL_DEFAULT; in dofplll()
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dlattice.inl365 … int flags = meth.getSiegel() ? fplll::LLL_SIEGEL : fplll::LLL_DEFAULT;