Home
last modified time | relevance | path

Searched refs:notlast (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/calib3d/src/
Ddls.h360 bool notlast = (k != n1 - 1); in hqr2() local
364 r = (notlast ? H[k + 2][k - 1] : 0.0); in hqr2()
396 if (notlast) { in hqr2()
408 if (notlast) { in hqr2()
420 if (notlast) { in hqr2()
/external/opencv3/modules/core/src/
Dlda.cpp522 bool notlast = (k != n1 - 1); in hqr2() local
526 r = (notlast ? H[k + 2][k - 1] : 0.0); in hqr2()
558 if (notlast) { in hqr2()
570 if (notlast) { in hqr2()
582 if (notlast) { in hqr2()
/external/mdnsresponder/mDNSCore/
DDNSCommon.h109 #define mDNSValidHostChar(X, notfirst, notlast) (mDNSIsLetter(X) || mDNSIsDigit(X) || ((notfirst) &… argument
/external/fsck_msdos/
Ddir.c308 int startoff, cl_t endcl, int endoff, int notlast) in delete() argument
318 if (notlast) in delete()