Lines Matching refs:to
8 # To the extent possible under law, the author has waived all copyright and
9 # related or neighboring rights to this work. This work is published from:
12 # Shell script to generate png.c 8-bit and 16-bit log tables (see the code in
15 # This script uses the "bc" arbitrary precision calculator to calculate 32-bit
16 # fixed point values of logarithms appropriate to finding the log of an 8-bit
22 # function to print out a list of numbers as integers; the function truncates
52 * This is a table of -log(value/255)/log(2) for 'value' in the range 128 to
76 * requires perhaps spurious accuracy in the decoding of the logarithm to
80 * To deal with this the following exp() function works out the exponent of the
102 /* Adjustment table; provided to explain the numbers in the code below. */