Lines Matching defs:exact
1287 /* we want exact results */
1319 /* we want exact results */
3904 * the operation with a lower precision in case the result is exact.
3907 * when the result is exact. If a_coeff' * 1 / b_coeff' is in lowest
3911 * 1 / b_coeff' is exact iff b_coeff' exclusively has prime factors 2 or 5.
4343 * equal to the exact term used in the paper.
4984 * The multiplication is exact, so:
4986 * The sum is exact, so:
6638 * TODO: Implement algorithm for computing exact powers from decimal.py.
7454 * exact. The proof for the maximum error is too long to fit in here.
7497 /* Let s := z**2, exact result */
7511 /* Let s := 2*z, exact result */
7899 int exact = 0;
7948 exact = 1;
7951 exact = !mpd_qshiftr_inplace(&c, -2*shift);
7978 if (exact) {
7984 exact = (_mpd_cmp(&r, &c) == 0);
7987 if (exact) {
8042 * a lower context precision in case the result is exact.
8044 * If the result is exact, an upper bound for the number of digits
8372 * Return value: In case of success, the exact length of rdata, SIZE_MAX
8451 * Return value: In case of success, the exact length of rdata, SIZE_MAX