Home | History | Annotate | Download | only in src

Lines Matching refs:kMinInt

169   return (x == kMinInt) ? 31 : WhichPowerOf2(Abs(x));