Searched refs:BitLocation (Results 1 – 1 of 1) sorted by relevance
378 register uinT16 BitLocation; in MySqrt() local393 BitLocation = 1024; in MySqrt()396 Square = (SqRoot | BitLocation) * (SqRoot | BitLocation); in MySqrt()398 SqRoot |= BitLocation; in MySqrt()399 BitLocation >>= 1; in MySqrt()401 while (BitLocation); in MySqrt()413 register uinT8 BitLocation; in MySqrt2() local438 BitLocation = 128; in MySqrt2()441 Square = (SqRoot | BitLocation) * (SqRoot | BitLocation); in MySqrt2()443 SqRoot |= BitLocation; in MySqrt2()[all …]