Home | History | Annotate | Download | only in libpng

Lines Matching defs:fout

4296         double fin, fout;
4309 fout = ((double)i + 0.5) / 256.0;
4310 fin = pow(fout, g);