Searched refs:final_threshold (Results 1 – 2 of 2) sorted by relevance
196 in.final_threshold = in.threshold->resolve(*this); in finalize()197 …if (in.final_threshold < 1 || in.final_threshold > 32) throw syntax_error(in.threshold->location, … in finalize()202 out.final_threshold = out.threshold->resolve(*this); in finalize()203 …if (out.final_threshold < 1 || out.final_threshold > 32) throw syntax_error(out.threshold->locatio… in finalize()510 .threshold = io.final_threshold, in write_output()
265 int final_threshold; member