Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:Xn

700     uint Xn=MWC64X_A*X+C;
701 uint carry=(uint)(Xn<C); // The (Xn<C) will be zero or one for scalar
704 s->x=Xn;