Home | History | Annotate | Download | only in libpng

Lines Matching full:mult

2732       double mult = 10;
2735 if (power & 1) d *= mult;
2736 mult *= mult;