OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notlast
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/calib3d/src/
dls.h
360
bool
notlast
= (k != n1 - 1);
local
364
r = (
notlast
? H[k + 2][k - 1] : 0.0);
396
if (
notlast
) {
408
if (
notlast
) {
420
if (
notlast
) {
/external/opencv3/modules/core/src/
lda.cpp
522
bool
notlast
= (k != n1 - 1);
local
526
r = (
notlast
? H[k + 2][k - 1] : 0.0);
558
if (
notlast
) {
570
if (
notlast
) {
582
if (
notlast
) {
[
all
...]
Completed in 541 milliseconds