Lines Matching defs:fun

282 struct fun
294 } fun;
313 static const struct fun fun[] = {
423 call_f1 (const struct fun *f, struct args_f1 a)
425 return f->fun.f1 (a.x);
428 call_f2 (const struct fun *f, struct args_f2 a)
430 return f->fun.f2 (a.x, a.x2);
434 call_d1 (const struct fun *f, struct args_d1 a)
436 return f->fun.d1 (a.x);
439 call_d2 (const struct fun *f, struct args_d2 a)
441 return f->fun.d2 (a.x, a.x2);
444 call_long_f1 (const struct fun *f, struct args_f1 a)
449 call_long_f2 (const struct fun *f, struct args_f2 a)
454 call_long_d1 (const struct fun *f, struct args_d1 a)
459 call_long_d2 (const struct fun *f, struct args_d2 a)
464 printcall_f1 (const struct fun *f, struct args_f1 a)
469 printcall_f2 (const struct fun *f, struct args_f2 a)
474 printcall_d1 (const struct fun *f, struct args_d1 a)
479 printcall_d2 (const struct fun *f, struct args_d2 a)
484 printgen_f1 (const struct fun *f, struct gen *gen)
490 printgen_f2 (const struct fun *f, struct gen *gen)
497 printgen_d1 (const struct fun *f, struct gen *gen)
503 printgen_d2 (const struct fun *f, struct gen *gen)
562 call_mpfr_f1 (mpfr_t y, const struct fun *f, struct args_f1 a, mpfr_rnd_t r)
569 call_mpfr_f2 (mpfr_t y, const struct fun *f, struct args_f2 a, mpfr_rnd_t r)
578 call_mpfr_d1 (mpfr_t y, const struct fun *f, struct args_d1 a, mpfr_rnd_t r)
585 call_mpfr_d2 (mpfr_t y, const struct fun *f, struct args_d2 a, mpfr_rnd_t r)
649 for (const struct fun *f = fun; f->name; f++)
655 cmp (const struct fun *f, struct gen *gen, const struct conf *conf)
704 parsegen (struct gen *g, int argc, char *argv[], const struct fun *f)
762 const struct fun *f;
836 for (f = fun; f->name; f++)