Home | History | Annotate | Download | only in src

Lines Matching refs:alpha_status

428     alpha_status = (schar*)cvMemStorageAlloc( storage, alpha_count*sizeof(alpha_status[0]));
576 #define is_upper_bound(i) (alpha_status[i] > 0)
579 #define is_lower_bound(i) (alpha_status[i] < 0)
582 #define is_free(i) (alpha_status[i] == 0)
589 alpha_status[i] = (schar)(alpha[i] >= get_C(i) ? 1 : alpha[i] <= 0 ? -1 : 0)