Searched refs:max_loops (Results 1 – 2 of 2) sorted by relevance
49 const int max_loops = 2; in mpc_norm() local68 if (loops >= max_loops) { in mpc_norm()92 } while (loops < max_loops && inexact != 0 in mpc_norm()
66 static int max_loops = 0; variable270 if (max_loops && num_loops > max_loops) in loop()272 num_loops, max_loops); in loop()592 {"max-loops", 0, arg_integer, &max_loops, "time", NULL },