Lines Matching refs:iA
1107 int *iA = &iwork[Ai][i];1130 /* couple iM/iA */1133 int B = iA[j];1136 iA[j]=(A>0?A-B:B-A);1138 iA[j]=(B>0?A-B:B-A);1143 if(iA[j]>=abs(iM[j])*2){1144 iA[j]= -iA[j];1174 iA[j]=0;