Searched refs:CV_NODE_IS_REAL (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cv/src/
H A Dcvhaar.cpp1957 if( !CV_NODE_IS_REAL( fn->tag ) )
1984 if( !fn || !CV_NODE_IS_REAL( fn->tag ) )
2014 if( !CV_NODE_IS_REAL( fn->tag ) )
2053 if( !CV_NODE_IS_REAL( fn->tag ) )
2083 if( !fn || !CV_NODE_IS_REAL( fn->tag ) )
/external/opencv/cxcore/include/
H A Dcxcore.h1653 CV_NODE_IS_REAL(node->tag) ? cvRound(node->data.f) : 0x7fffffff;
1668 CV_NODE_IS_REAL(node->tag) ? node->data.f : 1e300;
H A Dcxtypes.h1679 #define CV_NODE_IS_REAL(flags) (CV_NODE_TYPE(flags) == CV_NODE_REAL) macro
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp3300 else if( CV_NODE_IS_REAL(node->tag) )

Completed in 33 milliseconds