Lines Matching defs:conf
247 struct conf struct
249 int r;
250 int rc;
251 int quiet;
252 int mpfr;
253 int fenv;
254 unsigned long long n;
255 double softlim;
256 double errlim;
257 int ignore_zero_sign;
259 svbool_t *pg;
365 call_f1 (const struct fun *f, struct args_f1 a, const struct conf *conf) in call_f1()
374 call_f2 (const struct fun *f, struct args_f2 a, const struct conf *conf) in call_f2()
384 call_d1 (const struct fun *f, struct args_d1 a, const struct conf *conf) in call_d1()
393 call_d2 (const struct fun *f, struct args_d2 a, const struct conf *conf) in call_d2()
624 cmp (const struct fun *f, struct gen *gen, const struct conf *conf) in cmp()
753 struct conf conf; in main() local