Searched refs:FT_DPE (Results 1 – 14 of 14) sorted by relevance
/dports/math/fplll/fplll-5.4.1/tests/ |
H A D | test_lll.cpp | 161 status |= test_int_rel<mpz_t>(30, 2000, LM_HEURISTIC, FT_DPE); in main() 162 status |= test_int_rel<mpz_t>(30, 2000, LM_PROVED, FT_DPE); in main()
|
H A D | test_bkz.cpp | 348 status |= test_int_rel<mpz_t>(30, 2000, 10, FT_DPE, BKZ_DEFAULT | BKZ_AUTO_ABORT); in main() 349 status |= test_int_rel<mpz_t>(30, 2000, 10, FT_DPE, BKZ_SD_VARIANT | BKZ_AUTO_ABORT); in main() 350 status |= test_int_rel<mpz_t>(30, 2000, 10, FT_DPE, BKZ_SLD_RED); in main()
|
H A D | test_hlll.cpp | 164 status |= test_int_rel<mpz_t>(30, 2000, LM_PROVED, FT_DPE); in main()
|
/dports/math/fplll/fplll-5.4.1/fplll/ |
H A D | wrapper.cpp | 625 sel_ft = FT_DPE; in lll_reduction_z() 650 else if (sel_ft == FT_DPE) in lll_reduction_z() 693 else if (sel_ft == FT_DPE) in lll_reduction_z() 897 sel_ft = FT_DPE; in hlll_reduction_z() 922 else if (sel_ft == FT_DPE) in hlll_reduction_z() 960 else if (sel_ft == FT_DPE) in hlll_reduction_z()
|
H A D | defs.h | 214 FT_DPE = 3, enumerator
|
H A D | main.cpp | 603 o.float_type = FT_DPE; in read_options()
|
H A D | bkz.cpp | 893 else if (sel_ft == FT_DPE) in bkz_reduction()
|
/dports/math/py-fpylll/fpylll-0.5.6/src/fpylll/ |
H A D | util.pyx | 8 from fpylll.fplll.fplll cimport FT_DEFAULT, FT_DOUBLE, FT_LONG_DOUBLE, FT_DPE, FT_MPFR 47 return FT_DPE 180 if float_type_ == FT_DPE:
|
/dports/math/gap/gap-4.11.0/pkg/float-0.9.1/src/ |
H A D | fplll.C | 150 else if (v == INTOBJ_INT(2)) floatType = FT_DPE; in dofplll()
|
/dports/math/py-fpylll/fpylll-0.5.6/src/fpylll/fplll/ |
H A D | pruner.pyx | 34 from .fplll cimport FT_DOUBLE, FT_LONG_DOUBLE, FT_DPE, FT_MPFR, FloatType 302 elif float_type_ == FT_DPE: 1012 if ft == FT_DPE: 1056 if ft == FT_DPE:
|
H A D | gso.pyx | 27 from .fplll cimport FT_DOUBLE, FT_LONG_DOUBLE, FT_DPE, FT_MPFR, FloatType 200 elif float_type_ == FT_DPE: 228 elif float_type_ == FT_DPE: 261 elif float_type_ == FT_DPE: 289 elif float_type_ == FT_DPE:
|
H A D | enumeration.pyx | 31 from .fplll cimport FT_DOUBLE, FT_LONG_DOUBLE, FT_DPE, FT_MPFR, FloatType
|
H A D | fplll.pxd | 233 FT_DPE
|
/dports/math/fplll/fplll-5.4.1/fplll/pruner/ |
H A D | pruner.cpp | 139 else if (sel_ft == FT_DPE) in run_pruner()
|