/ndk/tests/device/test-gnustl-full/unit/ |
limits_test.cpp | 52 # define CHECK_COND(X) if (!(X)) { CPPUNIT_MESSAGE(#X); return false; } 56 bool check_cond(const bool& cond) { return cond; } function 57 # define CHECK_COND(X) if (!check_cond(X)) { CPPUNIT_MESSAGE(#X); return false; } 73 CHECK_COND(lim::is_specialized); 74 CHECK_COND(lim::is_exact); 75 CHECK_COND(lim::is_integer); 76 CHECK_COND(!lim::is_iec559); 77 CHECK_COND(lim::min() < lim::max()); 78 CHECK_COND((unknown_sign && ((lim::is_signed && (lim::min() != 0)) || (!lim::is_signed && (lim::min() == 0))) (…) [all...] |
/ndk/tests/device/test-stlport/unit/ |
limits_test.cpp | 52 # define CHECK_COND(X) if (!(X)) { CPPUNIT_MESSAGE(#X); return false; } 56 bool check_cond(const bool& cond) { return cond; } function 57 # define CHECK_COND(X) if (!check_cond(X)) { CPPUNIT_MESSAGE(#X); return false; } 73 CHECK_COND(lim::is_specialized); 74 CHECK_COND(lim::is_exact); 75 CHECK_COND(lim::is_integer); 76 CHECK_COND(!lim::is_iec559); 77 CHECK_COND(lim::min() < lim::max()); 78 CHECK_COND((unknown_sign && ((lim::is_signed && (lim::min() != 0)) || (!lim::is_signed && (lim::min() == 0))) (…) [all...] |
/external/opencv3/modules/calib3d/src/ |
fisheye.hpp | 36 const IntrinsicParams& param, const int check_cond, 41 const int& check_cond, const double& thresh_cond, Mat& JJ2_inv, Mat& ex3); 45 IntrinsicParams& errors, Vec2d& std_err, double thresh_cond, int check_cond, double& rms);
|
fisheye.cpp | 721 const int check_cond = flags & CALIB_CHECK_COND ? 1 : 0; local 752 CalibrateExtrinsics(objectPoints, imagePoints, finalParam, check_cond, thresh_cond, omc, Tc); 766 ComputeJacobians(objectPoints, imagePoints, finalParam, omc, Tc, check_cond,thresh_cond, JJ2_inv, ex3); 780 CalibrateExtrinsics(objectPoints, imagePoints, finalParam, check_cond, 788 check_cond, rms); 839 const int check_cond = 1; local [all...] |
/external/opencv3/modules/calib3d/test/ |
test_fisheye.cpp | 368 int check_cond = 1; local 378 errors, err_std, thresh_cond, check_cond, rms);
|
/toolchain/binutils/binutils-2.25/opcodes/ |
arc-dis.c | 91 #define CHECK_COND() \
|