Searched refs:get_max_error_aux (Results 1 – 3 of 3) sorted by relevance
/dports/math/fplll/fplll-5.4.1/fplll/enum/ |
H A D | evaluator.cpp | 75 bool ErrorBoundedEvaluator::get_max_error_aux(const FP_NR<mpfr_t> &max_dist, bool boundOnExactVal, in get_max_error_aux() function in ErrorBoundedEvaluator 254 if (!get_max_error_aux(last_partial_dist, false, maxDE)) in get_max_error() 260 if (!get_max_error_aux(maxE, true, maxOptDE)) in get_max_error() 349 bool result = get_max_error_aux(fMaxDist, true, maxDE); in int_dist2Float()
|
H A D | evaluator.h | 305 bool get_max_error_aux(const FP_NR<mpfr_t> &max_dist, bool boundOnExactVal, FP_NR<mpfr_t> &maxDE);
|
/dports/math/fplll/fplll-5.4.1/fplll/ |
H A D | svpcvp.cpp | 171 bool result = evaluator->get_max_error_aux(max_dist, true, ftmp1); in shortest_vector_ex() 366 bool result = evaluator->get_max_error_aux(max_dist, true, ftmp1); in shortest_vector_ex()
|