Home | History | Annotate | Download | only in tools

Lines Matching refs:of

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
53 * 255, so it's the base 2 logarithm of a normalized 8-bit floating point
76 * requires perhaps spurious accuracy in the decoding of the logarithm to
78 * of getting this accuracy in practice.
80 * To deal with this the following exp() function works out the exponent of the
81 * frational part of the logarithm by using an accurate 32-bit value from the
100 # And the table of adjustment values.