Home | History | Annotate | Download | only in optimizing

Lines Matching defs:pow

60   int64_t pow = 1;
63 pow = SafeMul(pow, b, overflow);
70 return pow;