Searched defs:is_upper_bound (Results 1 - 2 of 2) sorted by relevance

/external/opencv/ml/src/
H A Dmlsvm.cpp575 #undef is_upper_bound macro
576 #define is_upper_bound(i) (alpha_status[i] > 0) macro
764 if( !is_upper_bound(i) && (t = -G[i]) > Gmax1 ) // d = +1
777 if( !is_upper_bound(i) && (t = -G[i]) > Gmax2 ) // d = +1
814 else if( is_upper_bound(i) )
859 if( !is_upper_bound(i) && (t = -G[i]) > Gmax1 ) // d = +1
872 if( !is_upper_bound(i) && (t = -G[i]) > Gmax3 ) // d = +1
920 else if( is_upper_bound(i) )
932 else if( is_upper_bound(i) )
/external/opencv3/modules/ml/src/
H A Dsvm.cpp627 #undef is_upper_bound macro
628 #define is_upper_bound(i) (alpha_status[i] > 0) macro
821 if( !is_upper_bound(i) && (t = -G[i]) > Gmax1 ) // d = +1
834 if( !is_upper_bound(i) && (t = -G[i]) > Gmax2 ) // d = +1
872 else if( is_upper_bound(i) )
917 if( !is_upper_bound(i) && (t = -G[i]) > Gmax1 ) // d = +1
930 if( !is_upper_bound(i) && (t = -G[i]) > Gmax3 ) // d = +1
977 else if( is_upper_bound(i) )
989 else if( is_upper_bound(i) )

Completed in 58 milliseconds