Home | History | Annotate | Download | only in jni

Lines Matching full:fixed

301 /* Some fixed point APIs are still required even if not exported because
586 /* Conversions between fixed and floating point, only defined if
592 * does lose accuracy relative to the original fixed point value.
598 #define png_float(png_ptr, fixed, s) (.00001 * (fixed))
600 /* The fixed point conversion performs range checking and evaluates
603 * 32 bit fixed point value except that the values are deliberately
1639 /* The same but gives a reciprocal of the product of two fixed point
1648 /* Internal fixed point gamma correction. These APIs are called as