Home | History | Annotate | Download | only in base

Lines Matching defs:root

113     FT_UInt32  val, root, newroot, mask;
116 root = 0;
122 newroot = root + mask;
126 root = newroot + mask;
129 root >>= 1;
134 return root;
807 FT_UInt32 root, rem_hi, rem_lo, test_div;
811 root = 0;
822 root <<= 1;
823 test_div = ( root << 1 ) + 1;
828 root += 1;
833 return (FT_Int32)root;