Lines Matching defs:DEFAULT
542 #define DEFAULT(x,n) do { if (! (x)) (x) = (n); } while (0)
544 DEFAULT (param->function_fudge, 1.0);
545 DEFAULT (param->function2, param->function);
546 DEFAULT (param->step_factor, 0.01); /* small steps by default */
547 DEFAULT (param->step, 1); /* small steps by default */
548 DEFAULT (param->stop_since_change, 80);
549 DEFAULT (param->stop_factor, 1.2);
550 DEFAULT (param->min_size, 10);
551 DEFAULT (param->max_size, DEFAULT_MAX_SIZE);
691 crossover, but only show this as an error for >= the default max
2207 /* plain version by default */