Searched refs:alpha_status (Results 1 – 2 of 2) sorted by relevance
428 alpha_status = (schar*)cvMemStorageAlloc( storage, alpha_count*sizeof(alpha_status[0])); in create()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)
447 schar* alpha_status; variable