Lines Matching refs:point
5 narrow scope of techniques in use to enable conversion of floating-point
20 express fixed point and affine transformations via uniformly spaced point on the
29 ### Fixed point values
31 [Fixed point](https://en.wikipedia.org/wiki/Fixed-point_arithmetic) values are a
38 scaled values. For example, if the scale is $ \pi $, then fixed point values
41 point value with a given $ scale $ is $ \frac{scale}{2} $. Continuing the
57 [adding a Real-valued *zero point*, to a scaled value](https://en.wikipedia.org/wiki/Affine_transfo…
58 Alternatively (and equivalently), subtracting a zero point from an affine value results in a
66 [converted](#affine-to-fixed-point) to the equivalent scaled values.
79 value, the zero point must be an integer between the minimum and maximum affine
88 Real values, fixed point values, and affine values relate through the following
96 (this applies to both cases: storing using floating point and storing using
97 fixed point). Note that a full discussion of rounding behavior is outside the
102 ### Converting between real and fixed point or affine
104 To convert a real value to a fixed point value, we must know the scale. To
105 convert a real value to an affine value, we must know the scale and the zero point.
110 floating point format, frequently
126 point values are indicative of common types on typical hardware but is not
134 floating point format, frequently Single precision), the following conversion
147 #### Affine to fixed point
149 When the affine and fixed point scales are the same, subtract the zero point
150 from the affine value to get the equivalent fixed point value.
158 #### Fixed point to affine
160 When the affine and fixed point scales are the same, add the zero point to the
161 fixed point value to get the equivalent affine value.
177 mapping between *expressed* values (typically of a floating point
218 * stats_ref : Declares that statistics should be gathered at this point with a
220 * stats : Declares inline statistics (per layer and per axis) for the point in
250 in floating point with appropriate conversions at the boundaries.