Searched refs:abserr (Results 1 – 5 of 5) 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); 62 float abserr; in main() local 102 if (check(&tread, &t, f, ulpthres, &abserr)) { in main() 108 if (abserr > maxerr) { in main() 109 maxerr = abserr; in main() 126 static int check(struct t *want, struct t *got, struct fun *f, float ulpthres, float *abserr) in check() argument 158 *abserr = fabsf(d + want->dy); in check() 159 if (*abserr <= ulpthres) in check()
|
/third_party/optimized-routines/math/test/ |
D | ulp.h | 292 double abserr = fabs (err); in T() local 294 if (abserr > 0) in T() 296 if (abserr > 1) in T() 298 if (abserr > conf->errlim) in T() 307 if (abserr > maxerr) in T() 309 maxerr = abserr; in T() 310 if (!conf->quiet && abserr > conf->softlim) in T()
|
/third_party/libpng/contrib/libtests/ |
D | pngvalid.c | 2612 static double abserr(const png_modifier *pm, int in_depth, int out_depth) in abserr() function 9459 vi->maxabs = abserr(dp->pm, in_depth, out_depth); in init_validate_info()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngvalid.c | 2612 static double abserr(const png_modifier *pm, int in_depth, int out_depth) in abserr() function 9459 vi->maxabs = abserr(dp->pm, in_depth, out_depth); in init_validate_info()
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngvalid.c | 2612 static double abserr(const png_modifier *pm, int in_depth, int out_depth) in abserr() function 9459 vi->maxabs = abserr(dp->pm, in_depth, out_depth); in init_validate_info()
|