Lines Matching full:fixed
50 * Fixed Point Math
52 * These macros are used for fixed point multiplies. If the processor
53 * supports fixed point multiplies, replace these macros with inline
58 /* Fixed point multiply 0.15 x 0.15 = 0.15 returned as 32-bits */
63 /* Fixed point multiply 0.7 x 0.7 = 0.15 returned as 32-bits */
68 /* Fixed point multiply 0.8 x 0.8 = 0.15 returned as 32-bits */
73 /* Fixed point multiply 0.8 x 1.15 = 0.15 returned as 32-bits */
103 For a fixed point implementation, frac is actually an integer value
320 * Fixed-point log2 function.
338 * Fixed-point radix-2 exponent.