Home | History | Annotate | Download | only in dmg_fp

Lines Matching refs:xi

617 	ULong xi, z;
633 xi = *x;
634 y = (xi & 0xffff) * m + carry;
635 z = (xi >> 16) * m + (y >> 16);