Lines Matching defs:fun
38 struct fun;
39 static int check(struct t *want, struct t *got, struct fun *f, float ulpthres, float *abserr);
41 struct fun {
45 } fun[] = {
59 struct fun *f = 0;
82 for (i = 0; i < sizeof fun/sizeof *fun; i++)
83 if (strcmp(fun[i].name, argv[1]) == 0) {
84 f = fun + i;
126 static int check(struct t *want, struct t *got, struct fun *f, float ulpthres, float *abserr)