Home
last modified time | relevance | path

Searched refs:FPLLL_ABORT (Results 1 – 6 of 6) sorted by relevance

/dports/math/fplll/fplll-5.4.1/fplll/nr/
H A Dmatrix.cpp233 FPLLL_ABORT("gen_intrel called on an ill-formed matrix"); in gen_intrel()
256 FPLLL_ABORT("gen_simdioph called on an ill-formed matrix"); in gen_simdioph()
280 FPLLL_ABORT("gen_uniform called on an ill-formed matrix"); in gen_uniform()
297 FPLLL_ABORT("gen_ntrulike called on an ill-formed matrix"); in gen_ntrulike()
367 FPLLL_ABORT("gen_ntrulike called on an ill-formed matrix"); in gen_ntrulike_withq()
433 FPLLL_ABORT("gen_ntrulike2 called on an ill-formed matrix"); in gen_ntrulike2()
489 FPLLL_ABORT("gen_ntrulike2 called on an ill-formed matrix"); in gen_ntrulike2_withq()
544 FPLLL_ABORT("gen_qary called on an ill-formed matrix"); in gen_qary()
578 FPLLL_ABORT("gen_trg called on an ill-formed matrix"); in gen_trg()
610 FPLLL_ABORT("gen_trg2 called on an ill-formed matrix"); in gen_trg2()
/dports/math/fplll/fplll-5.4.1/fplll/
H A Ddefs.h76 #define FPLLL_ABORT(x) \ macro
84 FPLLL_ABORT(y); \
101 #define FPLLL_DEBUG_ABORT(x) FPLLL_ABORT(x)
H A Dwrapper.cpp559 FPLLL_ABORT("The wrapper method works only with integer type mpz"); in lll_reduction_wrapper()
639 FPLLL_ABORT("'double' or 'long double' or 'dd' or 'qd' required for " in lll_reduction_z()
725 FPLLL_ABORT("Compiled without support for LLL reduction with " << FLOAT_TYPE_STR[sel_ft]); in lll_reduction_z()
729 FPLLL_ABORT("Floating point type " << sel_ft << "not supported in LLL"); in lll_reduction_z()
771 FPLLL_ABORT("The wrapper method works only with integer type mpz"); in hlll_reduction_wrapper()
911 FPLLL_ABORT("'double' or 'long double' or 'dd' or 'qd' required for " in hlll_reduction_z()
990 FPLLL_ABORT("Compiled without support for LLL reduction with " << FLOAT_TYPE_STR[sel_ft]); in hlll_reduction_z()
994 FPLLL_ABORT("Floating point type " << sel_ft << "not supported in LLL"); in hlll_reduction_z()
H A Dsvpcvp.cpp164 FPLLL_ABORT("shortestVector: invalid evaluator type"); in shortest_vector_ex()
359 FPLLL_ABORT("shortestVector: invalid evaluator type"); in shortest_vector_ex()
H A Dbkz.cpp919 FPLLL_ABORT("Compiled without support for BKZ reduction with " << FLOAT_TYPE_STR[sel_ft]); in bkz_reduction()
924 FPLLL_ABORT("Floating point type " << sel_ft << "not supported in BKZ"); in bkz_reduction()
/dports/math/fplll/fplll-5.4.1/fplll/pruner/
H A Dpruner.cpp168 FPLLL_ABORT("Compiled without support for run_pruner() with " << FLOAT_TYPE_STR[sel_ft]); in run_pruner()
172 FPLLL_ABORT("Floating point type " << sel_ft << "not supported in run_pruner()"); in run_pruner()