Searched refs:rem_lo (Results 1 – 1 of 1) sorted by relevance
807 FT_UInt32 root, rem_hi, rem_lo, test_div; in FT_SqrtFixed() local816 rem_lo = x; in FT_SqrtFixed()820 rem_hi = ( rem_hi << 2 ) | ( rem_lo >> 30 ); in FT_SqrtFixed()821 rem_lo <<= 2; in FT_SqrtFixed()