Home | History | Annotate | Download | only in core

Lines Matching refs:root

352     uint32_t    root = 0;
357 root <<= 1;
362 uint32_t testDiv = (root << 1) + 1;
365 root++;
369 return root;
378 uint32_t root = 0;
383 root <<= 1;
384 uint32_t guess = root * root + root;
388 root |= 1;
394 return SkApplySign(root, sign);