Home
last modified time | relevance | path

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

/dports/math/fplll/fplll-5.4.1/tests/
H A Dtest_lll.cpp161 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 Dtest_bkz.cpp348 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 Dtest_hlll.cpp164 status |= test_int_rel<mpz_t>(30, 2000, LM_PROVED, FT_DPE); in main()
/dports/math/fplll/fplll-5.4.1/fplll/
H A Dwrapper.cpp625 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 Ddefs.h214 FT_DPE = 3, enumerator
H A Dmain.cpp603 o.float_type = FT_DPE; in read_options()
H A Dbkz.cpp893 else if (sel_ft == FT_DPE) in bkz_reduction()
/dports/math/py-fpylll/fpylll-0.5.6/src/fpylll/
H A Dutil.pyx8 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 Dfplll.C150 else if (v == INTOBJ_INT(2)) floatType = FT_DPE; in dofplll()
/dports/math/py-fpylll/fpylll-0.5.6/src/fpylll/fplll/
H A Dpruner.pyx34 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 Dgso.pyx27 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 Denumeration.pyx31 from .fplll cimport FT_DOUBLE, FT_LONG_DOUBLE, FT_DPE, FT_MPFR, FloatType
H A Dfplll.pxd233 FT_DPE
/dports/math/fplll/fplll-5.4.1/fplll/pruner/
H A Dpruner.cpp139 else if (sel_ft == FT_DPE) in run_pruner()