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

/external/opencv/ml/src/
H A Dmlsvm.cpp578 #undef is_lower_bound macro
579 #define is_lower_bound(i) (alpha_status[i] < 0) macro
611 if( !is_lower_bound(i) )
769 if( !is_lower_bound(i) && (t = G[i]) > Gmax2 ) // d = -1
782 if( !is_lower_bound(i) && (t = G[i]) > Gmax1 ) // d = -1
807 if( is_lower_bound(i) )
864 if( !is_lower_bound(i) && (t = G[i]) > Gmax2 ) // d = -1
877 if( !is_lower_bound(i) && (t = G[i]) > Gmax4 ) // d = -1
918 if( is_lower_bound(i) )
930 if( is_lower_bound(
[all...]

Completed in 195 milliseconds