Home
last modified time | relevance | path

Searched refs:MAX_ERROR (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatRoundTripTest.java37 public double MAX_ERROR = 1e-14; field in NumberFormatRoundTripTest
207 if (error > MAX_ERROR) { in _test()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatRoundTripTest.java34 public double MAX_ERROR = 1e-14; field in NumberFormatRoundTripTest
204 if (error > MAX_ERROR) { in _test()
/third_party/icu/icu4c/source/test/intltest/
Dnmfmtrt.h33 static double MAX_ERROR; variable
Dnmfmtrt.cpp33 double NumberFormatRoundTripTest::MAX_ERROR = 1e-14; member in NumberFormatRoundTripTest
287 if(error > MAX_ERROR) { in test()
/third_party/libsnd/tests/
Dscale_clip_test.tpl46 #define MAX_ERROR 0.0202
/third_party/gstreamer/gstreamer/gst/
Dgstutils.c3688 #define MAX_ERROR 1.0e-20 macro
3761 if (F < MIN_DIVISOR || fabs (V - ((gdouble) N) / D) < MAX_ERROR) { in gst_util_double_to_fraction()