Searched refs:png_exp (Results 1 – 4 of 4) sorted by relevance
753 static png_uint_32 png_exp(png_uint_32 x) in png_exp() function838 double error = png_exp(i) - correct; in validation_gamma()845 " error: %f\n", i, png_exp(i), correct, error); in validation_gamma()
3716 png_exp(png_fixed_point x)3767 png_uint_32 x = png_exp(lg2);3782 png_uint_32 x = png_exp(lg2);
3794 png_exp(png_fixed_point x)3845 png_uint_32 x = png_exp(lg2);3860 png_uint_32 x = png_exp(lg2);
3180 warnings, and (mistakenly) changed png_exp() to exp().3183 Changed variable names png_index, png_div, png_exp, and png_gamma to3185 changed exp() back to png_exp().