Searched refs:ulpthres (Results 1 – 1 of 1) sorted by relevance
/third_party/musl/libc-test/src/math/gen/ |
D | gen.c | 39 static int check(struct t *want, struct t *got, struct fun *f, float ulpthres, float *abserr); 60 double ulpthres = 1.0; in main() local 76 ulpthres = strtod(argv[2], &p); in main() 102 if (check(&tread, &t, f, ulpthres, &abserr)) { in main() 126 static int check(struct t *want, struct t *got, struct fun *f, float ulpthres, float *abserr) in check() argument 159 if (*abserr <= ulpthres) in check()
|