HomeSort by relevance Sort by last modified time
    Searched refs:is_lower_bound (Results 1 - 2 of 2) sorted by null

  /external/opencv/ml/src/
mlsvm.cpp 578 #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(i)
    [all...]
  /external/opencv3/modules/ml/src/
svm.cpp 630 #undef is_lower_bound macro
631 #define is_lower_bound(i) (alpha_status[i] < 0) macro
668 if( !is_lower_bound(i) )
826 if( !is_lower_bound(i) && (t = G[i]) > Gmax2 ) // d = -1
839 if( !is_lower_bound(i) && (t = G[i]) > Gmax1 ) // d = -1
865 if( is_lower_bound(i) )
922 if( !is_lower_bound(i) && (t = G[i]) > Gmax2 ) // d = -1
935 if( !is_lower_bound(i) && (t = G[i]) > Gmax4 ) // d = -1
975 if( is_lower_bound(i) )
987 if( is_lower_bound(i)
    [all...]

Completed in 1817 milliseconds