Searched refs:errf (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/lib/et/ |
D | 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) in set_com_err_hook() 89 errf x = com_err_hook; in set_com_err_hook() 99 errf reset_com_err_hook(void) { in reset_com_err_hook() 100 errf x = com_err_hook; in reset_com_err_hook()
|
/external/opencv3/modules/calib3d/src/ |
D | ptsetreg.cpp | 282 Mat ms1, ms2, err, errf, model, bestModel, mask, mask0; in run() local 343 err.convertTo(errf, CV_32F); in run() 345 errf = err; in run() 346 … CV_Assert( errf.isContinuous() && errf.type() == CV_32F && (int)errf.total() == count ); in run() 347 std::sort(errf.ptr<int>(), errf.ptr<int>() + count); in run() 350 errf.at<float>(count/2) : (errf.at<float>(count/2-1) + errf.at<float>(count/2))*0.5; in run()
|