HomeSort by relevance Sort by last modified time
    Searched full:max_error_abs (Results 1 - 1 of 1) sorted by null

  /external/libpng/contrib/libtests/
tarith.c 79 double max_error_abs=17; /* Used when precision is DBL_DIG */ local
101 max_error_abs = atof(*++argv);
203 double percent = (precision >= DBL_DIG) ? max_error_abs : max_error;

Completed in 275 milliseconds