Home | History | Annotate | Download | only in src

Lines Matching full:get_c

584 #undef get_C
585 #define get_C(i) (C[y[i]>0])
589 alpha_status[i] = (schar)(alpha[i] >= get_C(i) ? 1 : alpha[i] <= 0 ? -1 : 0)
646 C_i = get_C(i);
647 C_j = get_C(j);