Searched refs:MAX_ERROR (Results 1 – 6 of 6) sorted by relevance
37 public double MAX_ERROR = 1e-14; field in NumberFormatRoundTripTest207 if (error > MAX_ERROR) { in _test()
34 public double MAX_ERROR = 1e-14; field in NumberFormatRoundTripTest204 if (error > MAX_ERROR) { in _test()
33 static double MAX_ERROR; variable
33 double NumberFormatRoundTripTest::MAX_ERROR = 1e-14; member in NumberFormatRoundTripTest287 if(error > MAX_ERROR) { in test()
46 #define MAX_ERROR 0.0202
3688 #define MAX_ERROR 1.0e-20 macro3761 if (F < MIN_DIVISOR || fabs (V - ((gdouble) N) / D) < MAX_ERROR) { in gst_util_double_to_fraction()