Home
last modified time | relevance | path

Searched refs:BitLocation (Results 1 – 1 of 1) sorted by relevance

/external/tesseract/classify/
Dintfx.cpp378 register uinT16 BitLocation; in MySqrt() local
393 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() local
438 BitLocation = 128; in MySqrt2()
441 Square = (SqRoot | BitLocation) * (SqRoot | BitLocation); in MySqrt2()
443 SqRoot |= BitLocation; in MySqrt2()
[all …]