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

  /external/e2fsprogs/lib/et/
com_err.c 64 typedef void (*errf) (const char *, errcode_t, const char *, va_list); typedef
66 errf com_err_hook = default_com_err_proc;
87 errf set_com_err_hook(errf new_proc)
89 errf x = com_err_hook;
99 errf reset_com_err_hook(void) {
100 errf x = com_err_hook;
  /external/opencv3/modules/calib3d/src/
ptsetreg.cpp 282 Mat ms1, ms2, err, errf, model, bestModel, mask, mask0; local
343 err.convertTo(errf, CV_32F);
345 errf = err;
346 CV_Assert( errf.isContinuous() && errf.type() == CV_32F && (int)errf.total() == count );
347 std::sort(errf.ptr<int>(), errf.ptr<int>() + count);
350 errf.at<float>(count/2) : (errf.at<float>(count/2-1) + errf.at<float>(count/2))*0.5
    [all...]

Completed in 209 milliseconds