Lines Matching defs:out
674 * used with your application, print out PNG_LIBPNG_VER_STRING, which
1148 * overflow while trying to get XYZ values out of it. This is
1566 * works even if 10^exp_b10 is out of range because of the
2346 * To deal with this the following exp() function works out the exponent of the
2623 * pow(out,g) is an *input* value. 'last' is the last input value set.
2642 png_uint_16 out = (png_uint_16)(i * 257U); /* 16-bit output value */
2645 png_uint_32 bound = png_gamma_16bit_correct(out+128U, gamma_val);
2652 table[last & (0xffU >> shift)][last >> (8U - shift)] = out;