Home | History | Annotate | Download | only in jasper

Lines Matching full:calculate

134 /* Calculate the sum of two fixed-point numbers. */
141 /* Calculate the sum of two fixed-point numbers without overflow checking. */
144 /* Calculate the sum of two fixed-point numbers with overflow checking. */
152 /* Calculate the product of two fixed-point numbers. */
159 /* Calculate the product of two fixed-point numbers without overflow
165 /* Calculate the product of two fixed-point numbers with overflow
174 /* Calculate the product of a fixed-point number and an int. */
181 /* Calculate the product of a fixed-point number and an int without overflow
186 /* Calculate the product of a fixed-point number and an int with overflow
191 /* Calculate the quotient of two fixed-point numbers. */
198 /* Calculate the quotient of two fixed-point numbers without underflow
203 /* Calculate the quotient of two fixed-point numbers with underflow
263 /* Calculate the difference between two fixed-point numbers. */
283 /* Calculate the absolute value of a fixed-point number. */