Home | History | Annotate | Download | only in libpng

Lines Matching refs:fout

4286         double fin, fout;
4299 fout = ((double)i + 0.5) / 256.0;
4300 fin = pow(fout, g);