HomeSort by relevance Sort by last modified time
    Searched refs:MAX_ERROR (Results 1 - 5 of 5) sorted by null

  /external/icu4c/test/intltest/
nmfmtrt.h 31 static double MAX_ERROR;
nmfmtrt.cpp 30 double NumberFormatRoundTripTest::MAX_ERROR = 1e-14;
279 if(error > MAX_ERROR) {
  /external/opencv/cvaux/src/
cvface.cpp 198 #define MAX_ERROR 0xFFFFFFFF
204 double Error = MAX_ERROR;
205 double CurError = MAX_ERROR;
261 Error = MAX_ERROR;
cvfacedetection.cpp 187 #ifndef MAX_ERROR
188 #define MAX_ERROR 0xFFFFFFFF
189 #endif //MAX_ERROR
  /external/libxml2/
relaxng.c 72 #define MAX_ERROR 5
    [all...]

Completed in 340 milliseconds